mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-23 15:48:23 +00:00
ext/tarkin/gsttarkin.c: - Change RANK from NONE to PRIMARY (decoder)
Original commit message from CVS: * ext/tarkin/gsttarkin.c : - Change RANK from NONE to PRIMARY (decoder) * ext/gdk_pixbuf/gstgdkpixbuf.c : - Change RANK from NONE to MARGINAL (decoder) * ext/divx/gstdivxenc.c : - Change RANK from PRIMARY to NONE (encoder/spider issue)
This commit is contained in:
parent
bb1dae6c42
commit
8492044248
2 changed files with 10 additions and 1 deletions
|
@ -1,3 +1,12 @@
|
|||
2004-05-12 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
|
||||
|
||||
* ext/tarkin/gsttarkin.c :
|
||||
- Change RANK from NONE to PRIMARY
|
||||
* ext/gdk_pixbuf/gstgdkpixbuf.c :
|
||||
- Change RANK from NONE to MARGINAL
|
||||
* ext/divx/gstdivxenc.c :
|
||||
- Change RANK from PRIMARY to NONE (encoder/spider issue)
|
||||
|
||||
2004-05-12 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
|
||||
|
|
|
@ -450,7 +450,7 @@ plugin_init (GstPlugin * plugin)
|
|||
GST_DEBUG_CATEGORY_INIT (gst_gdk_pixbuf_debug, "gdkpixbuf", 0,
|
||||
"gdk pixbuf loader");
|
||||
|
||||
if (!gst_element_register (plugin, "gdkpixbufdec", GST_RANK_NONE,
|
||||
if (!gst_element_register (plugin, "gdkpixbufdec", GST_RANK_MARGINAL,
|
||||
GST_TYPE_GDK_PIXBUF))
|
||||
return FALSE;
|
||||
|
||||
|
|
Loading…
Reference in a new issue