mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
removing plugins
Original commit message from CVS: removing plugins
This commit is contained in:
parent
21257d7edc
commit
0e352e0cea
2 changed files with 0 additions and 1087 deletions
|
@ -26,8 +26,6 @@
|
|||
|
||||
GST_DEBUG_CATEGORY (vorbisdec_debug);
|
||||
|
||||
extern GType vorbisfile_get_type(void);
|
||||
|
||||
static gboolean
|
||||
plugin_init (GstPlugin *plugin)
|
||||
{
|
||||
|
@ -40,9 +38,6 @@ plugin_init (GstPlugin *plugin)
|
|||
if (!gst_element_register (plugin, "vorbisenc", GST_RANK_NONE, GST_TYPE_VORBISENC))
|
||||
return FALSE;
|
||||
|
||||
if (!gst_element_register (plugin, "vorbisfile", GST_RANK_SECONDARY, vorbisfile_get_type ()))
|
||||
return FALSE;
|
||||
|
||||
if (!gst_element_register (plugin, "vorbisdec", GST_RANK_PRIMARY, gst_vorbis_dec_get_type ()))
|
||||
return FALSE;
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue