mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
ext/ffmpeg/: fix typo in RGB masks, and move back to "old" colorspace capsnego code until whoever wrote this new crap...
Original commit message from CVS: 2003-12-24 Ronald Bultje <rbultje@ronald.bitfreak.net> * ext/ffmpeg/gstffmpegcodecmap.c: * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect), (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init), (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property), (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register): fix typo in RGB masks, and move back to "old" colorspace capsnego code until whoever wrote this new crap has actually tested it so that it works. And yes, this works, keep it that way please.
This commit is contained in:
parent
a3a9dc34a7
commit
9b4e0c116c
1 changed files with 15 additions and 0 deletions
15
ChangeLog
15
ChangeLog
|
@ -1,3 +1,18 @@
|
|||
2003-12-24 Ronald Bultje <rbultje@ronald.bitfreak.net>
|
||||
|
||||
* ext/ffmpeg/gstffmpegcodecmap.c:
|
||||
* ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
|
||||
(gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
|
||||
(gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
|
||||
(gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
|
||||
(gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
|
||||
(gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
|
||||
(gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
|
||||
fix typo in RGB masks, and move back to "old" colorspace
|
||||
capsnego code until whoever wrote this new crap has actually
|
||||
tested it so that it works.
|
||||
And yes, this works, keep it that way please.
|
||||
|
||||
2003-12-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
|
||||
|
||||
* ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
|
||||
|
|
Loading…
Reference in a new issue