[gstreamer-bugs] [Bug 595888] New: qtdemux plugin should not return value from void function

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Sep 21 16:54:19 PDT 2009


https://bugzilla.gnome.org/show_bug.cgi?id=595888
  GStreamer | gst-plugins-good | 0.10.26

           Summary: qtdemux plugin should not return value from void
                    function
    Classification: Desktop
           Product: GStreamer
           Version: 0.10.26
        OS/Version: Solaris
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: brian.cameron at sun.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
      GNOME target: ---
     GNOME version: ---


Created an attachment (id=143647)
 --> (https://bugzilla.gnome.org/attachment.cgi?id=143647)
patch fixing issue

The qtdemux_tag_add_keywords function is a void function, and the compile fails
with the Sun Studio compiler because the function is trying to return a value.
Attached patch fixes this problem.

Can this go upstream?

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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