David Ing says:
"The caps is a structure which defines the properties of data flowing out of
the element on a src pad (in this case). It is not a property of the
element itself. ANY means that these caps are unrestricted for the
element, so you can make any caps structure at runtime and use it to
describe the data coming from a src pad on your GstAppSrc. You can even
follow standard conventions for video/* caps and put height snd width into
the caps structure.
A GObject property is just a property of the element itself. It is not
directly related to any caps unless the element's programmer defines the
property and a relationship to the caps. In this case that has not been
done."
Thanks for the caps/propierties explication. Could you take a look into the code and tell me where I wrong?
Thanks in advance.
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel