[gst-devel] How to register Gstreamer Plugin with Playbin so that playbin detect my plugins

rakesh sharma rakesh2.sharma at aricent.com
Tue Feb 17 08:37:12 CET 2009


i am getting this message

** Message: don't know how to handle video/mpeg, mpegversion=(int)4,
systemstream=(boolean)false,
codec_data=(buffer)000001b0f2000001b50ee040c0cf0000010000000120008440fa28a021e0a31f,
width=(int)640, height=(int)480, framerate=(fraction)30/1
ERROR: pipeline doesn't want to preroll.
can any one please let me know what should be my caps...
i tried using like this 
dec->sink_caps = gst_caps_from_string("video/mpeg, "
                                           "mpegversion = (int) [0, MAX] , "
                                           "systemstream = (boolean) [true,
false] , "
                                           "codec_data=(buffer), "
                                           "width = (int) [ 0, MAX ], "
                                           "height = (int) [ 0, MAX ], "
                                           "framerate = (fraction) [ 1, MAX
]");
but its not working.
-- 
View this message in context: http://www.nabble.com/How-to-register-Gstreamer-Plugin-with-Playbin-so-that-playbin-detect-my-plugins-tp21541362p22052088.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.





More information about the gstreamer-devel mailing list