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 635200 - [dvbbasebin] [PATCH] Add TDT to the initial pids filter for dvbsrc
[dvbbasebin] [PATCH] Add TDT to the initial pids filter for dvbsrc
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 0.10.21
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-11-18 17:49 UTC by Andoni Morales
Modified: 2010-11-19 17:07 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add TDT to the initial pids filter for dvbsrc (1.16 KB, patch)
2010-11-18 17:49 UTC, Andoni Morales
none Details | Review

Description Andoni Morales 2010-11-18 17:49:28 UTC
Created attachment 174788 [details] [review]
Add TDT to the initial pids filter for dvbsrc

dvbbasebin filters out TDT packets because they are not in the initial pids filter.
Comment 1 Andoni Morales 2010-11-18 19:20:11 UTC
Comment on attachment 174788 [details] [review]
Add TDT to the initial pids filter for dvbsrc

I still need to check with a dvb card.
Comment 2 Andoni Morales 2010-11-19 11:07:33 UTC
Tested successfully:
gst-launch dvbbasebin modulation="QAM 64" frequency=794000000 trans-mode=8k bandwidth=8 code-rate-lp=NONE code-rate-hp=2/3 guard=4 hierarchy=NONE stats-reporting-ierval=0 adapter=1 frontend=0 program-numbers=801 name=src  ! fakesink silent=true -m 2>&1 | grep tdt
Got message #47 from element "mpegtsparse0" (element): tdt, year=(uint)2010, month=(uint)11, day=(uint)19, hour=(uint)11, minute=(uint)6, second=(uint)7;
Got message #72 from element "mpegtsparse0" (element): tdt, year=(uint)2010, month=(uint)11, day=(uint)19, hour=(uint)11, minute=(uint)6, second=(uint)8;
Comment 3 Alessandro Decina 2010-11-19 17:06:59 UTC
commit 7c43c2fa06bc685245c4b69afc16a46f56d394ce
Author: Andoni Morales Alastruey <amorales@flumotion.com>
Date:   Thu Nov 18 18:42:38 2010 +0100

    dvbbasebin: Add TDT to the initial pids filter for dvbsrc. Fixes #635200.