[Bug 770101] New: ges-track-element: typos in control_binding_removed signal declaration

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Aug 18 16:49:55 UTC 2016


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

            Bug ID: 770101
           Summary: ges-track-element: typos in control_binding_removed
                    signal declaration
    Classification: Platform
           Product: GStreamer
           Version: 1.8.2
                OS: All
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-editing-services
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: philippe_renon at yahoo.fr
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

Created attachment 333574
  --> https://bugzilla.gnome.org/attachment.cgi?id=333574&action=edit
patch that fixes the typos

There are few typos with a nasty one in the registered signal name.

  ges_track_element_signals[CONTROL_BINDING_ADDED] =
      g_signal_new ("control-binding-added", G_TYPE_FROM_CLASS (klass),
      G_SIGNAL_RUN_FIRST, 0, NULL, NULL, g_cclosure_marshal_generic,
      G_TYPE_NONE, 1, GST_TYPE_CONTROL_BINDING);

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