[Bug 758234] since gst-1.5.90 all MPEG media with variable bitrate freeze.
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Wed Nov 18 00:47:44 PST 2015
https://bugzilla.gnome.org/show_bug.cgi?id=758234
--- Comment #2 from Athanasios Oikonomou <athoik at gmail.com> ---
Unfortunately we have no other option for our embedded boxes, we have to use
our customized sink that writes PES into a linux tv device
(/dev/dvb/adapter0/video0 and /dev/dvb/adapter0/audio0).
Using latest GStreamer we are flooded with many bitrate changes.
GST_DEBUG_NO_COLOR=1 GST_DEBUG=dvbvideosink:4 gst-launch-1.0 playbin
uri=file:///media/NAS_MEDIA/Test/Test.mpg video-sink=fakesink
audio-sink=fakesink -m
...
Got message #378 from element "fakesink0" (tag): GstMessageTag,
taglist=(taglist)"taglist\,\ video-codec\=\(string\)\"MPEG-2\\\ Video\\\
\\\(Main\\\ Profile\\\)\"\,\ minimum-bitrate\=\(uint\)34673200\,\
maximum-bitrate\=\(uint\)45326800\,\ bitrate\=\(uint\)39893670\;";
Got message #381 from element "fakesink0" (tag): GstMessageTag,
taglist=(taglist)"taglist\,\ video-codec\=\(string\)\"MPEG-2\\\ Video\\\
\\\(Main\\\ Profile\\\)\"\,\ minimum-bitrate\=\(uint\)34673200\,\
maximum-bitrate\=\(uint\)49515400\,\ bitrate\=\(uint\)40067385\;";
Got message #384 from element "fakesink0" (tag): GstMessageTag,
taglist=(taglist)"taglist\,\ video-codec\=\(string\)\"MPEG-2\\\ Video\\\
\\\(Main\\\ Profile\\\)\"\,\ minimum-bitrate\=\(uint\)30484600\,\
maximum-bitrate\=\(uint\)49515400\,\ bitrate\=\(uint\)39899266\;";
Got message #388 from element "fakesink0" (tag): GstMessageTag,
taglist=(taglist)"taglist\,\ video-codec\=\(string\)\"MPEG-2\\\ Video\\\
\\\(Main\\\ Profile\\\)\"\,\ minimum-bitrate\=\(uint\)30484600\,\
maximum-bitrate\=\(uint\)49515400\,\ bitrate\=\(uint\)39921387\;";
...
Is there any way to stop receiving bitrate changes?
--
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