sys/dvb/dvbbasebin.c: Uncomment the line that sets the pid filter. Wrong way to work...
authorZaheer Abbas Merali <zaheerabbas@merali.org>
Mon, 29 Oct 2007 15:54:04 +0000 (15:54 +0000)
committerZaheer Abbas Merali <zaheerabbas@merali.org>
Mon, 29 Oct 2007 15:54:04 +0000 (15:54 +0000)
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
sys/dvb/dvbbasebin.c

index 369599d8b8bb1ced65f4154c8de259bad5f69e7b..d4b0261e79d49c0746a193b7ef659b2436489aa8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-10-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
+
+       * 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  <tim at centricular dot net>
 
        * ext/faac/gstfaac.c: (gst_faac_profile_get_type),
index f609dc8233618f4c7f26b54b6f66250608bc4247..df52907decc7fe481f69a8b574a790477b738ed6 100644 (file)
@@ -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;
 }