mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-03 04:52:28 +00:00
gst-libs/gst/riff/riff-media.c:
Original commit message from CVS: * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps): Pick up palette for MS video v1 (#327028, patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>)
This commit is contained in:
parent
219485946a
commit
7647cafafc
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
|
||||
Pick up palette for MS video v1 (#327028, patch by:
|
||||
Fabrizio Gennari <fabrizio dot get at tiscali dot it>)
|
||||
|
||||
2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* gst/ffmpegcolorspace/gstffmpegcolorspace.c:
|
||||
|
|
|
@ -345,6 +345,8 @@ gst_riff_create_video_caps (guint32 codec_fcc,
|
|||
"msvideoversion", G_TYPE_INT, 1, NULL);
|
||||
if (codec_name)
|
||||
*codec_name = g_strdup ("MS video v1");
|
||||
palette = strf_data;
|
||||
strf_data = NULL;
|
||||
break;
|
||||
|
||||
case GST_MAKE_FOURCC ('R', 'L', 'E', ' '):
|
||||
|
|
Loading…
Reference in a new issue