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. --- sys/dvb/dvbbasebin.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'sys') 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