GNOME Bugzilla – Bug 635200
[dvbbasebin] [PATCH] Add TDT to the initial pids filter for dvbsrc
Last modified: 2010-11-19 17:07:24 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 on attachment 174788 [details] [review] Add TDT to the initial pids filter for dvbsrc I still need to check with a dvb card.
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;
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.