[Bug 766203] New: Some boilerplate codes of glib is not correct

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue May 10 06:25:20 UTC 2016


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

            Bug ID: 766203
           Summary: Some boilerplate codes of glib is not correct
    Classification: Platform
           Product: GStreamer
           Version: git master
                OS: Linux
            Status: NEW
          Severity: minor
          Priority: Normal
         Component: gst-plugins-base
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: jingl3 at hotmail.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

In file gstreamer/gst-plugins-base/gst-libs/gst/video/gstvideoencoder.h and
gstreamer/gst-plugins-base/gst-libs/gst/video/gstvideodecoder.h.

The macro:
#define GST_IS_VIDEO_DECODER_CLASS(obj) \
  (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_VIDEO_DECODER))

and 
#define GST_IS_VIDEO_ENCODER_CLASS(obj) \
  (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_VIDEO_ENCODER))

Should be "klass", not "obj", though not used right now. :)

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