[Bug 756893] New: Missing closing parenthesis in gst-libs/gst/video/video-overlay-composition.h

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Oct 20 20:21:24 PDT 2015


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

            Bug ID: 756893
           Summary: Missing closing parenthesis in
                    gst-libs/gst/video/video-overlay-composition.h
    Classification: Platform
           Product: GStreamer
           Version: git master
                OS: All
            Status: NEW
          Severity: minor
          Priority: Normal
         Component: gst-plugins-base
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: pbludov at altergeo.ru
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

index 394d77d..ac787ea 100644
--- a/video-overlay-composition.h.orig
+++ b/video-overlay-composition.h
@@ -36,7 +36,7 @@ G_BEGIN_DECLS
 #define GST_TYPE_VIDEO_OVERLAY_RECTANGLE                       \
   (gst_video_overlay_rectangle_get_type ())
 #define GST_VIDEO_OVERLAY_RECTANGLE_CAST(obj)                  \
-  ((GstVideoOverlayRectangle *)(obj)
+  ((GstVideoOverlayRectangle *)(obj))
 #define GST_VIDEO_OVERLAY_RECTANGLE(obj)                       \
   (GST_VIDEO_OVERLAY_RECTANGLE_CAST(obj))
 #define GST_IS_VIDEO_OVERLAY_RECTANGLE(obj)                    \

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