[Bug 751367] dvbbasebin: optional support of target device in uri

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon May 9 03:42:41 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=751367

Wonchul Lee <chul0812 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |chul0812 at gmail.com

--- Comment #5 from Wonchul Lee <chul0812 at gmail.com> ---
It seems to be intended to accept URI from the DVB source not only
dvb://<channel> but also dvb://<dev>/<channel> with the adapter and frontend
values.
I think It will be good to set those value through the URI (though the adapter
could have been set on env variable). This could be the another option to
provide adapter/frontend value to the source.

This patch could bring some problem to someone else who using dvbbasesrc with
the URI consisted of dvb://<channel> and channels.conf. The
set_properties_for_channel search the specific properties based on channel_name
but it mixed with "/dev/adapter%/frontend%/channel_name".

So, how about parsing adapter/frontend value from the URI before
set_properties_for_channel if exist, and pass the correct channel_name, then
set the adapter/frontend properties to dvbsrc.
This makes it more reliable for the other use cases.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list