[Bug 774751] New: ges-uri-asset: fix compile error 'timeout' may be used uninitialized

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sun Nov 20 14:38:36 UTC 2016


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

            Bug ID: 774751
           Summary: ges-uri-asset: fix compile error 'timeout' may be used
                    uninitialized
    Classification: Platform
           Product: GStreamer
           Version: git master
                OS: Windows
            Status: NEW
          Severity: minor
          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 340355
  --> https://bugzilla.gnome.org/attachment.cgi?id=340355&action=edit
ges-uri-asset: fix compile error 'timeout' may be used uninitialized

../../gst-editing-services/ges/ges-uri-asset.c: In function
'ges_uri_clip_asset_class_intern_init':
../../gst-editing-services/ges/ges-uri-asset.c:227:28: error: 'timeout' may be
used uninitialized in this function [-Werror=maybe-uninitialized]
   klass->sync_discoverer = gst_discoverer_new (timeout, NULL);
                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../gst-editing-services/ges/ges-uri-asset.c:186:16: note: 'timeout' was
declared here
   GstClockTime timeout;
                ^~~~~~~
  CC       libges_1.0_la-ges-base-xml-formatter.lo

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