[Bug 758234] since gst-1.5.90 all MPEG media with variable bitrate freeze.

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Nov 20 01:44:13 PST 2015


https://bugzilla.gnome.org/show_bug.cgi?id=758234

--- Comment #25 from Athanasios Oikonomou <athoik at gmail.com> ---
We are requesting only video caps to present.

video/mpeg, 
mpegversion = (int) { 1, 2 }, 
width = (int) [ 16, 4096 ],
height = (int) [ 16, 4096 ] ;


Using playbin we are receiving the following caps:

/GstPlayBin:playbin0/GstURIDecodeBin:uridecodebin0/GstDecodeBin:decodebin0/GstMultiQueue:multiqueue0.GstPad:sink_0:
caps = "video/mpeg\,\ mpegversion\=\(int\)2\,\
systemstream\=\(boolean\)false\,\ parsed\=\(boolean\)false"
/GstPlayBin:playbin0/GstURIDecodeBin:uridecodebin0/GstDecodeBin:decodebin0/GstMultiQueue:multiqueue0.GstPad:sink_0:
caps = "video/mpeg\,\ mpegversion\=\(int\)2\,\
systemstream\=\(boolean\)false\,\ parsed\=\(boolean\)false"
/GstPlayBin:playbin0/GstURIDecodeBin:uridecodebin0/GstDecodeBin:decodebin0/GstMpegvParse:mpegvparse0.GstPad:src:
caps = "video/mpeg\,\ mpegversion\=\(int\)2\,\
systemstream\=\(boolean\)false\,\ parsed\=\(boolean\)true\,\
width\=\(int\)1920\,\ height\=\(int\)800\,\ framerate\=\(fraction\)25/1\,\
pixel-aspect-ratio\=\(fraction\)221/240\,\
codec_data\=\(buffer\)000001b37803204361a82380000001b5148200010000000001b243726561746564206279204e654d70656732456e632028323031332d31322d30395431302d30362d353329\,\
profile\=\(string\)main\,\ level\=\(string\)main\,\
interlace-mode\=\(string\)mixed"
/GstPlayBin:playbin0/GstURIDecodeBin:uridecodebin0/GstDecodeBin:decodebin0/GstMultiQueue:multiqueue0.GstPad:sink_1:
caps = audio/x-private1-lpcm
/GstPlayBin:playbin0/GstURIDecodeBin:uridecodebin0/GstDecodeBin:decodebin0/GstMultiQueue:multiqueue0.GstPad:sink_1:
caps = audio/x-private1-lpcm


So parsed is plugged. Maybe I need to recostruct pipeline on another way to do
proper testing?

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list