[gstreamer-bugs] [Bug 168728] [v4lsrc] Support for v4l radio (patch included)

bugzilla-daemon at bugzilla.gnome.org bugzilla-daemon at bugzilla.gnome.org
Thu Mar 31 10:00:58 PST 2005


Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.

 http://bugzilla.gnome.org/show_bug.cgi?id=168728
 GStreamer | gst-plugins | Ver: HEAD CVS





------- Additional Comments From Ronald Bultje  2005-03-31 13:00 -------
This patch is pretty good, I have to admit. I'm surprised you were able to
integrate the tuner interface so easily. Here's a few small comments:
* I'm ok with putting the plugin in its own dir (sys/v4lradio/), but I'd like
its configure stuff to be shared with v4l. So in Makefile.am, use: if:
if USE_V4L
v4ldir = v4l v4lradio
else
v4ldir=
fi
I hope you understand why: it's easier to maintain.
* Is it possible to autodetect which oss/alsa device belongs with it? It may be
slightly painful for applications to auto-support this. I'm not very familiar
with the radio part of v4l, so it's kinda hard to say for me myself.
* A sample application would be sooooooooooooooo cool, basically GNOME radio.
Has to be possible in ~100 lines of python with this element. do you have
something like that?

Thanks! I'll try to integrate this one of the next few days.

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




More information about the Gstreamer-bugs mailing list