mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
vestigial gstdisksrc removal
Original commit message from CVS: vestigial gstdisksrc removal
This commit is contained in:
parent
d2477f425f
commit
dd620071e5
2 changed files with 0 additions and 4 deletions
|
@ -23,7 +23,6 @@
|
|||
|
||||
#include <gst/gst.h>
|
||||
|
||||
#include "gstdisksrc.h"
|
||||
#include "gstdisksink.h"
|
||||
#include "gstidentity.h"
|
||||
#include "gstfakesink.h"
|
||||
|
@ -55,7 +54,6 @@ extern GstElementDetails gst_filesrc_details;
|
|||
static struct _elements_entry _elements[] = {
|
||||
{ "fakesrc", gst_fakesrc_get_type, &gst_fakesrc_details, gst_fakesrc_factory_init },
|
||||
{ "fakesink", gst_fakesink_get_type, &gst_fakesink_details, gst_fakesink_factory_init },
|
||||
{ "disksrc", gst_disksrc_get_type, &gst_disksrc_details, NULL },
|
||||
{ "filesrc", gst_filesrc_get_type, &gst_filesrc_details, NULL },
|
||||
{ "disksink", gst_disksink_get_type, &gst_disksink_details, NULL },
|
||||
{ "identity", gst_identity_get_type, &gst_identity_details, NULL },
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
|
||||
#include <gst/gst.h>
|
||||
|
||||
#include "gstdisksrc.h"
|
||||
#include "gstdisksink.h"
|
||||
#include "gstidentity.h"
|
||||
#include "gstfakesink.h"
|
||||
|
@ -55,7 +54,6 @@ extern GstElementDetails gst_filesrc_details;
|
|||
static struct _elements_entry _elements[] = {
|
||||
{ "fakesrc", gst_fakesrc_get_type, &gst_fakesrc_details, gst_fakesrc_factory_init },
|
||||
{ "fakesink", gst_fakesink_get_type, &gst_fakesink_details, gst_fakesink_factory_init },
|
||||
{ "disksrc", gst_disksrc_get_type, &gst_disksrc_details, NULL },
|
||||
{ "filesrc", gst_filesrc_get_type, &gst_filesrc_details, NULL },
|
||||
{ "disksink", gst_disksink_get_type, &gst_disksink_details, NULL },
|
||||
{ "identity", gst_identity_get_type, &gst_identity_details, NULL },
|
||||
|
|
Loading…
Reference in a new issue