[gstreamer-bugs] [Bug 340338] The python bindings cannot handle the tuner interface on v4l2src elements

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Thu May 4 05:45:52 PDT 2006


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=340338
 GStreamer | gst-python | Ver: 0.10.4





------- Comment #3 from Fredrik Persson  2006-05-04 12:45 UTC -------
Andy, that's correct! 

If I understand this correctly, the device (/dev/video0 in this case) will be
opened when the source element is put in READY state (or higher). I can't try
it out right now, but I'm pretty sure I tried this:

import gst
import gobject

source = gst.element_factory_make("v4l2src")
source.set_state(READY)
print source.get_channel()

... which gave the same result as I've shown above. I'll test this and get back
here.


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list