mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 18:05:37 +00:00
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.
This commit is contained in:
parent
5e3b2d2bf6
commit
7f30d23b0c
2 changed files with 8 additions and 3 deletions
|
@ -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>
|
2007-10-28 Tim-Philipp Müller <tim at centricular dot net>
|
||||||
|
|
||||||
* ext/faac/gstfaac.c: (gst_faac_profile_get_type),
|
* ext/faac/gstfaac.c: (gst_faac_profile_get_type),
|
||||||
|
|
|
@ -607,9 +607,8 @@ dvb_base_bin_rebuild_filter (DvbBaseBin * dvbbasebin)
|
||||||
|
|
||||||
GST_INFO_OBJECT (dvbbasebin, "rebuilt filter %s", dvbbasebin->filter);
|
GST_INFO_OBJECT (dvbbasebin, "rebuilt filter %s", dvbbasebin->filter);
|
||||||
|
|
||||||
/* FIXME: disable this until we find a way to filter out unwanted pids
|
/* FIXME: find a way to not add unwanted pids controlled by app */
|
||||||
g_object_set (dvbbasebin->dvbsrc, "pids", dvbbasebin->filter, NULL);
|
g_object_set (dvbbasebin->dvbsrc, "pids", dvbbasebin->filter, NULL);
|
||||||
*/
|
|
||||||
g_free (dvbbasebin->filter);
|
g_free (dvbbasebin->filter);
|
||||||
dvbbasebin->filter = NULL;
|
dvbbasebin->filter = NULL;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue