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:
David Schleef 2004-04-09 00:04:38 +00:00
parent f02396a02b
commit d181fbe567
2 changed files with 6 additions and 1 deletions

View file

@ -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

View file

@ -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);
}