After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 735266 - tsdemux: live atsc tv h264 streams pending cause by the patch of mpegtspacketizer (regression)
tsdemux: live atsc tv h264 streams pending cause by the patch of mpegtspacket...
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-08-23 06:13 UTC by yuhualin
Modified: 2016-11-24 09:15 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description yuhualin 2014-08-23 06:13:14 UTC
when i use gst-launch-1.0 dvbsrc modulation=7 frequency=515000000 ! tsdemux program-number=1 name=d ! queue max-size-buffers=0 max-size-time=0 ! "video/x-h264" ! h264parse ! avdec_h264 ! videoconvert ! autovideosink

video can't display correct. I checked, it's caused by 97b3382 "mpegtspacketizer: live: handle pcr/dts discrepancies some more."
Comment 1 Edward Hervey 2014-08-26 06:02:45 UTC
Can you provide a log ? Ideally with GST_DEBUG=3,*ts*:9 (and compress the log before attaching).
Comment 2 Edward Hervey 2014-10-06 06:10:47 UTC
ping ?