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 124006 - [PATCH] Incorect video src capabilities of visualization plugins
[PATCH] Incorect video src capabilities of visualization plugins
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other Linux
: Normal normal
: 0.7.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-10-07 10:40 UTC by mrk
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
proposed fix (4.64 KB, patch)
2003-10-07 10:44 UTC, mrk
none Details | Review

Description mrk 2003-10-07 10:40:29 UTC
mime type property of monoscope, goom and synaesthesia plugins is set to
video/raw (should be video/x-raw-rgb). "endianness" property is also
incorrect - instead of G_BYTE_ORDER (machine dependent) should be B_BIG_ENDIAN
Comment 1 mrk 2003-10-07 10:44:42 UTC
Created attachment 20526 [details] [review]
proposed fix
Comment 2 David Schleef 2003-10-07 18:52:37 UTC
Applied, thanks.