APPSRC buffers caps
cristian
cristianurban86 at gmail.com
Fri Jul 15 07:55:30 PDT 2011
My pipeline is like this :
appssrc "caps = blabla" ! decodebin2 ! alsasink
where caps : GstCaps *bufcaps;
bufcaps = gst_caps_new_simple("audio/x-wav",
"endianness", G_TYPE_INT, 1234,
"channels", G_TYPE_INT, 2,
"width", G_TYPE_INT, 16,
"depth", G_TYPE_INT , 16,
"signed", G_TYPE_BOOLEAN, TRUE,
"rate", G_TYPE_INT , 44100, NULL);
And when the new-decoded-pad callback from decodebin2, I get those multiple
caps on the pad found. Don't know why!!!
--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/APPSRC-buffers-caps-tp3670075p3670161.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
More information about the gstreamer-devel
mailing list