[gst-devel] Getting the complete caps from rtph264pay

Florent fthiery at gmail.com
Mon Jun 1 21:59:23 CEST 2009


> Within the notify::caps callback function try print the caps as below.
>
> caps = GST_PAD_CAPS (pad);
> g_print ("Caps = %s\n, gst_caps_to_string (caps));
>
> Refer the link below for more info:
> http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstPad.html#gst-pad-get-caps

Thanks for the info. However, i use pygst, and the closest equivalent
i used returned the same caps as when i do get_pad boefore
negociation.

Flo




More information about the gstreamer-devel mailing list