gstreamer-devel Digest, Vol 95, Issue 16

Mario GarcĂ­a garciam4d at gmail.com
Thu Dec 13 15:25:34 UTC 2018


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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20181213/8556b430/attachment.html>


More information about the gstreamer-devel mailing list