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 113018 - [0.6.2] avimux/avidemux audio/raw mixup
[0.6.2] avimux/avidemux audio/raw mixup
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
0.6.x
Other Linux
: Normal normal
: 0.6.2
Assigned To: Ronald Bultje
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-05-14 22:06 UTC by Ronald Bultje
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch to fix this (3.55 KB, patch)
2003-05-17 14:39 UTC, Ronald Bultje
none Details | Review

Description Ronald Bultje 2003-05-14 22:06:55 UTC
The pad template caps from avimux/avidemux and the caps being set by
avidemux in the pad setup are G_BYTE_ORDER. This is ok, but we should do
byte re-ordering here because the data in the file is always little-endian.
In HEAD, audioconvert does this, but this is not part of 0.6.x.
Comment 1 Ronald Bultje 2003-05-17 14:39:58 UTC
Created attachment 16596 [details] [review]
patch to fix this
Comment 2 Ronald Bultje 2003-05-18 16:43:16 UTC
Applied.
Comment 3 Tommi Komulainen 2004-08-13 06:06:04 UTC
*** Bug 150015 has been marked as a duplicate of this bug. ***