After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 113518 - qtdemux doesn't compile on solaris
qtdemux doesn't compile on solaris
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other Solaris
: Normal normal
: 0.6.x
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-05-22 10:52 UTC by Brian Cameron
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Brian Cameron 2003-05-22 10:52:29 UTC
The qtdemux plugin in gst-plugins does not compile on Solaris due to
the usage of the following gcc-extension:

__attribute__((packed))

Could this be removed?
Comment 1 David Schleef 2003-05-25 21:25:10 UTC
It's necessary for the code to work properly.  But it's still a bug;
just needs more work to solve.
Comment 2 David Schleef 2003-06-18 19:03:23 UTC
This should be fixed in HEAD due to the qtdemux rewrite.