From 7f30d23b0c735baad9670fb2c8973fcbe72a41bf Mon Sep 17 00:00:00 2001 From: Zaheer Abbas Merali Date: Mon, 29 Oct 2007 15:54:04 +0000 Subject: sys/dvb/dvbbasebin.c: Uncomment the line that sets the pid filter. Wrong way to work-around driver issues. Original commit message from CVS: * sys/dvb/dvbbasebin.c: Uncomment the line that sets the pid filter. Wrong way to work-around driver issues. --- ChangeLog | 6 ++++++ sys/dvb/dvbbasebin.c | 5 ++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 369599d8..d4b0261e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-10-29 Zaheer Abbas Merali + + * sys/dvb/dvbbasebin.c: + Uncomment the line that sets the pid filter. Wrong way to + work-around driver issues. + 2007-10-28 Tim-Philipp Müller * ext/faac/gstfaac.c: (gst_faac_profile_get_type), diff --git a/sys/dvb/dvbbasebin.c b/sys/dvb/dvbbasebin.c index f609dc82..df52907d 100644 --- a/sys/dvb/dvbbasebin.c +++ b/sys/dvb/dvbbasebin.c @@ -607,9 +607,8 @@ dvb_base_bin_rebuild_filter (DvbBaseBin * dvbbasebin) GST_INFO_OBJECT (dvbbasebin, "rebuilt filter %s", dvbbasebin->filter); - /* FIXME: disable this until we find a way to filter out unwanted pids - g_object_set (dvbbasebin->dvbsrc, "pids", dvbbasebin->filter, NULL); - */ + /* FIXME: find a way to not add unwanted pids controlled by app */ + g_object_set (dvbbasebin->dvbsrc, "pids", dvbbasebin->filter, NULL); g_free (dvbbasebin->filter); dvbbasebin->filter = NULL; } -- cgit v1.2.1