mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
Remove alias for asyncdisksrc backwards compatability.
Original commit message from CVS: Remove alias for asyncdisksrc backwards compatability.
This commit is contained in:
parent
fcc2acfa37
commit
da7eb8492f
2 changed files with 0 additions and 2 deletions
|
@ -50,7 +50,6 @@ struct _elements_entry {
|
||||||
static struct _elements_entry _elements[] = {
|
static struct _elements_entry _elements[] = {
|
||||||
{ "fakesrc", gst_fakesrc_get_type, &gst_fakesrc_details, NULL },
|
{ "fakesrc", gst_fakesrc_get_type, &gst_fakesrc_details, NULL },
|
||||||
{ "fakesink", gst_fakesink_get_type, &gst_fakesink_details, NULL },
|
{ "fakesink", gst_fakesink_get_type, &gst_fakesink_details, NULL },
|
||||||
{ "asyncdisksrc", gst_disksrc_get_type, &gst_disksrc_details, NULL },
|
|
||||||
{ "audiosink", gst_audiosink_get_type, &gst_audiosink_details, gst_audiosink_factory_init },
|
{ "audiosink", gst_audiosink_get_type, &gst_audiosink_details, gst_audiosink_factory_init },
|
||||||
{ "audiosrc", gst_audiosrc_get_type, &gst_audiosrc_details, NULL },
|
{ "audiosrc", gst_audiosrc_get_type, &gst_audiosrc_details, NULL },
|
||||||
{ "disksrc", gst_disksrc_get_type, &gst_disksrc_details, NULL },
|
{ "disksrc", gst_disksrc_get_type, &gst_disksrc_details, NULL },
|
||||||
|
|
|
@ -50,7 +50,6 @@ struct _elements_entry {
|
||||||
static struct _elements_entry _elements[] = {
|
static struct _elements_entry _elements[] = {
|
||||||
{ "fakesrc", gst_fakesrc_get_type, &gst_fakesrc_details, NULL },
|
{ "fakesrc", gst_fakesrc_get_type, &gst_fakesrc_details, NULL },
|
||||||
{ "fakesink", gst_fakesink_get_type, &gst_fakesink_details, NULL },
|
{ "fakesink", gst_fakesink_get_type, &gst_fakesink_details, NULL },
|
||||||
{ "asyncdisksrc", gst_disksrc_get_type, &gst_disksrc_details, NULL },
|
|
||||||
{ "audiosink", gst_audiosink_get_type, &gst_audiosink_details, gst_audiosink_factory_init },
|
{ "audiosink", gst_audiosink_get_type, &gst_audiosink_details, gst_audiosink_factory_init },
|
||||||
{ "audiosrc", gst_audiosrc_get_type, &gst_audiosrc_details, NULL },
|
{ "audiosrc", gst_audiosrc_get_type, &gst_audiosrc_details, NULL },
|
||||||
{ "disksrc", gst_disksrc_get_type, &gst_disksrc_details, NULL },
|
{ "disksrc", gst_disksrc_get_type, &gst_disksrc_details, NULL },
|
||||||
|
|
Loading…
Reference in a new issue