mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-24 16:18:16 +00:00
gst/ffmpegcolorspace/gstffmpegcolorspace.c: Change rank to PRIMARY.
Original commit message from CVS: * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
This commit is contained in:
parent
f02396a02b
commit
d181fbe567
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2004-04-08 David Schleef <ds@schleef.org>
|
||||
|
||||
* gst/ffmpegcolorspace/gstffmpegcolorspace.c:
|
||||
(gst_ffmpegcolorspace_register): Change rank to PRIMARY.
|
||||
|
||||
2004-04-08 David Schleef <ds@schleef.org>
|
||||
|
||||
* gst/colorspace/gstcolorspace.c: Don't advertise a conversion
|
||||
|
|
|
@ -406,5 +406,5 @@ gst_ffmpegcolorspace_register (GstPlugin * plugin)
|
|||
|
||||
avcodec_init ();
|
||||
return gst_element_register (plugin, "ffmpegcolorspace",
|
||||
GST_RANK_NONE, GST_TYPE_FFMPEGCOLORSPACE);
|
||||
GST_RANK_PRIMARY, GST_TYPE_FFMPEGCOLORSPACE);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue