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
08e51cbecf
commit
cbc28f86f9
@ -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>
|
2004-05-12 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
|
|
||||||
* ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
|
* ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
|
||||||
|
@ -517,7 +517,7 @@ plugin_init (GstPlugin * plugin)
|
|||||||
|
|
||||||
/* create an elementfactory for the v4lmjpegsrcparse element */
|
/* create an elementfactory for the v4lmjpegsrcparse element */
|
||||||
return gst_element_register (plugin, "divxenc",
|
return gst_element_register (plugin, "divxenc",
|
||||||
GST_RANK_PRIMARY, GST_TYPE_DIVXENC);
|
GST_RANK_NONE, GST_TYPE_DIVXENC);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@ plugin_init (GstPlugin * plugin)
|
|||||||
GST_TYPE_TARKINENC))
|
GST_TYPE_TARKINENC))
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
||||||
if (!gst_element_register (plugin, "tarkindec", GST_RANK_NONE,
|
if (!gst_element_register (plugin, "tarkindec", GST_RANK_PRIMARY,
|
||||||
GST_TYPE_TARKINDEC))
|
GST_TYPE_TARKINDEC))
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user