[gstreamer-bugs] [Bug 584174] Problems with tvtime assembler

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Mon Jun 1 11:47:55 PDT 2009


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=584174

  GStreamer | gst-plugins-good | Ver: 0.10.26

Brian Cameron changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #135532|0                           |1
        is obsolete|                            |




------- Comment #3 from Brian Cameron  2009-06-01 18:47 UTC -------
Created an attachment (id=135758)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=135758&action=view)
updated patch


Here is an updated patch which just fixes the colon issue.  I've pinged the Sun
Studio compiler team to ask what the best solution for the "inline extern int"
issue.  Lets deal with that as a separate bug if it turns out there is any need
to change the GStreamer code upstream to fix this.

I also note that the "inline extern int" issue is only a problem with the Sun
Studio compiler if optimization is set to "-xO3" or higher.  I suspect the
problem is caused by the compiler unrolling loops in a way that causes the
labels to be defined more than once when "-xO3" or higher is used.  So, another
workaround is to simply compile this file with "-xO2".


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=584174.




More information about the Gstreamer-bugs mailing list