mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-04 05:22:30 +00:00
Moved fdsrc to gst-plugins.
Original commit message from CVS: Moved fdsrc to gst-plugins.
This commit is contained in:
parent
4ca0e1e595
commit
cb5b884215
4 changed files with 0 additions and 8 deletions
|
@ -14,7 +14,6 @@ libgstelements_la_SOURCES = \
|
||||||
gstfakesink.c \
|
gstfakesink.c \
|
||||||
gstfilesink.c \
|
gstfilesink.c \
|
||||||
gstfilesrc.c \
|
gstfilesrc.c \
|
||||||
gstfdsrc.c \
|
|
||||||
gstidentity.c \
|
gstidentity.c \
|
||||||
gstelements.c \
|
gstelements.c \
|
||||||
gsttee.c \
|
gsttee.c \
|
||||||
|
@ -32,7 +31,6 @@ noinst_HEADERS = \
|
||||||
gstfakesrc.h \
|
gstfakesrc.h \
|
||||||
gstfilesink.h \
|
gstfilesink.h \
|
||||||
gstfilesrc.h \
|
gstfilesrc.h \
|
||||||
gstfdsrc.h \
|
|
||||||
gstidentity.h \
|
gstidentity.h \
|
||||||
gsttee.h \
|
gsttee.h \
|
||||||
gsttypefindelement.h
|
gsttypefindelement.h
|
||||||
|
|
|
@ -31,7 +31,6 @@
|
||||||
#include "gstfakesrc.h"
|
#include "gstfakesrc.h"
|
||||||
#include "gstfilesink.h"
|
#include "gstfilesink.h"
|
||||||
#include "gstfilesrc.h"
|
#include "gstfilesrc.h"
|
||||||
#include "gstfdsrc.h"
|
|
||||||
#include "gstidentity.h"
|
#include "gstidentity.h"
|
||||||
#include "gsttee.h"
|
#include "gsttee.h"
|
||||||
#include "gsttypefindelement.h"
|
#include "gsttypefindelement.h"
|
||||||
|
@ -52,7 +51,6 @@ static struct _elements_entry _elements[] = {
|
||||||
{"fakesrc", GST_RANK_NONE, gst_fake_src_get_type},
|
{"fakesrc", GST_RANK_NONE, gst_fake_src_get_type},
|
||||||
{"fakesink", GST_RANK_NONE, gst_fake_sink_get_type},
|
{"fakesink", GST_RANK_NONE, gst_fake_sink_get_type},
|
||||||
{"filesrc", GST_RANK_NONE, gst_file_src_get_type},
|
{"filesrc", GST_RANK_NONE, gst_file_src_get_type},
|
||||||
{"fdsrc", GST_RANK_NONE, gst_fdsrc_get_type},
|
|
||||||
{"identity", GST_RANK_NONE, gst_identity_get_type},
|
{"identity", GST_RANK_NONE, gst_identity_get_type},
|
||||||
{"filesink", GST_RANK_NONE, gst_file_sink_get_type},
|
{"filesink", GST_RANK_NONE, gst_file_sink_get_type},
|
||||||
{"tee", GST_RANK_NONE, gst_tee_get_type},
|
{"tee", GST_RANK_NONE, gst_tee_get_type},
|
||||||
|
|
|
@ -14,7 +14,6 @@ libgstelements_la_SOURCES = \
|
||||||
gstfakesink.c \
|
gstfakesink.c \
|
||||||
gstfilesink.c \
|
gstfilesink.c \
|
||||||
gstfilesrc.c \
|
gstfilesrc.c \
|
||||||
gstfdsrc.c \
|
|
||||||
gstidentity.c \
|
gstidentity.c \
|
||||||
gstelements.c \
|
gstelements.c \
|
||||||
gsttee.c \
|
gsttee.c \
|
||||||
|
@ -32,7 +31,6 @@ noinst_HEADERS = \
|
||||||
gstfakesrc.h \
|
gstfakesrc.h \
|
||||||
gstfilesink.h \
|
gstfilesink.h \
|
||||||
gstfilesrc.h \
|
gstfilesrc.h \
|
||||||
gstfdsrc.h \
|
|
||||||
gstidentity.h \
|
gstidentity.h \
|
||||||
gsttee.h \
|
gsttee.h \
|
||||||
gsttypefindelement.h
|
gsttypefindelement.h
|
||||||
|
|
|
@ -31,7 +31,6 @@
|
||||||
#include "gstfakesrc.h"
|
#include "gstfakesrc.h"
|
||||||
#include "gstfilesink.h"
|
#include "gstfilesink.h"
|
||||||
#include "gstfilesrc.h"
|
#include "gstfilesrc.h"
|
||||||
#include "gstfdsrc.h"
|
|
||||||
#include "gstidentity.h"
|
#include "gstidentity.h"
|
||||||
#include "gsttee.h"
|
#include "gsttee.h"
|
||||||
#include "gsttypefindelement.h"
|
#include "gsttypefindelement.h"
|
||||||
|
@ -52,7 +51,6 @@ static struct _elements_entry _elements[] = {
|
||||||
{"fakesrc", GST_RANK_NONE, gst_fake_src_get_type},
|
{"fakesrc", GST_RANK_NONE, gst_fake_src_get_type},
|
||||||
{"fakesink", GST_RANK_NONE, gst_fake_sink_get_type},
|
{"fakesink", GST_RANK_NONE, gst_fake_sink_get_type},
|
||||||
{"filesrc", GST_RANK_NONE, gst_file_src_get_type},
|
{"filesrc", GST_RANK_NONE, gst_file_src_get_type},
|
||||||
{"fdsrc", GST_RANK_NONE, gst_fdsrc_get_type},
|
|
||||||
{"identity", GST_RANK_NONE, gst_identity_get_type},
|
{"identity", GST_RANK_NONE, gst_identity_get_type},
|
||||||
{"filesink", GST_RANK_NONE, gst_file_sink_get_type},
|
{"filesink", GST_RANK_NONE, gst_file_sink_get_type},
|
||||||
{"tee", GST_RANK_NONE, gst_tee_get_type},
|
{"tee", GST_RANK_NONE, gst_tee_get_type},
|
||||||
|
|
Loading…
Reference in a new issue