[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 09:57:15 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 #4 from Fredrik Persson  2006-05-04 16:57 UTC -------
Ok, now I've confirmed that the following script:

import gst
import gobject

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

... produces the exakt same result as you can see in comment #1.

I also tried with gst.STATE_PLAYING, same result.

I also must say that I'm not 100% sure putting the v4l2src element in these
states actually opens the /dev/video0 device. That's just what I've heard.


-- 
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