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 723358 - avimux: add RGB16 support
avimux: add RGB16 support
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other All
: Normal enhancement
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-01-31 12:04 UTC by Julien Isorce
Modified: 2018-11-03 14:51 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
avimux: add RGB16 support (1.36 KB, patch)
2014-01-31 12:04 UTC, Julien Isorce
needs-work Details | Review

Description Julien Isorce 2014-01-31 12:04:25 UTC
Created attachment 267721 [details] [review]
avimux: add RGB16 support

* actual result:  avimux does not support RGB16

* random riff kind of spec I found:
http://netghost.narod.ru/gff/vendspec/micriff/ms_riff.txt  I can read "RGB565"

* with the attached patch I generated :
gst-launch-1.0 videotestsrc num-buffers=200 ! "video/x-raw, format=RGB16" ! avimux ! filesink location=rgb16.avi

Then vlc can play it
Comment 1 Sebastian Dröge (slomo) 2014-02-04 12:47:38 UTC
Comment on attachment 267721 [details] [review]
avimux: add RGB16 support

This is not correct, as RGB16 is in native endianness. On big endian you will need to use BGR16 here.
Comment 2 GStreamer system administrator 2018-11-03 14:51:17 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/issues/105.