[gstreamer-bugs] [Bug 549090] New: v4l2src has no property named norm but notifies it

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Sat Aug 23 00:24:12 PDT 2008


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=549090

  GStreamer | gst-plugins-good | Ver: HEAD CVS
           Summary: v4l2src has no property named norm but notifies it
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: filippo.argiolas at gmail.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


Here is what I get when I try to use a tuner device with v4l2src:

GLib-GObject-WARNING **: IA__g_object_notify: object class `GstV4l2Src' has no
property named `norm'

This happens because gst_v4l2_tuner_set_norm_and_notify calls g_object_notify
for "norm" property but there is no norm property installed (there is some
disabled stuff about PROP_NORM in gstv4l2object.c).

Attaching a simple patch.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=549090.




More information about the Gstreamer-bugs mailing list