mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
playback: Remove uridecodebin3
This was committed by mistake. The solution forward is to use the appropriate combination of urisourcebin and decodebin3
This commit is contained in:
parent
d514e79bee
commit
5baae6df6f
4 changed files with 0 additions and 2836 deletions
|
@ -6,7 +6,6 @@ libgstplayback_la_SOURCES = \
|
||||||
gstdecodebin2.c \
|
gstdecodebin2.c \
|
||||||
gstdecodebin3.c \
|
gstdecodebin3.c \
|
||||||
gsturidecodebin.c \
|
gsturidecodebin.c \
|
||||||
gsturidecodebin3.c \
|
|
||||||
gsturisourcebin.c \
|
gsturisourcebin.c \
|
||||||
gstparsebin.c \
|
gstparsebin.c \
|
||||||
gstplayback.c \
|
gstplayback.c \
|
||||||
|
|
|
@ -63,7 +63,6 @@ plugin_init (GstPlugin * plugin)
|
||||||
res &= gst_decode_bin_plugin_init (plugin);
|
res &= gst_decode_bin_plugin_init (plugin);
|
||||||
res &= gst_decodebin3_plugin_init (plugin);
|
res &= gst_decodebin3_plugin_init (plugin);
|
||||||
res &= gst_uri_decode_bin_plugin_init (plugin);
|
res &= gst_uri_decode_bin_plugin_init (plugin);
|
||||||
res &= gst_uri_decode_bin3_plugin_init (plugin);
|
|
||||||
res &= gst_uri_source_bin_plugin_init (plugin);
|
res &= gst_uri_source_bin_plugin_init (plugin);
|
||||||
res &= gst_parse_bin_plugin_init (plugin);
|
res &= gst_parse_bin_plugin_init (plugin);
|
||||||
|
|
||||||
|
|
|
@ -26,7 +26,6 @@
|
||||||
gboolean gst_decode_bin_plugin_init (GstPlugin * plugin);
|
gboolean gst_decode_bin_plugin_init (GstPlugin * plugin);
|
||||||
gboolean gst_decodebin3_plugin_init (GstPlugin * plugin);
|
gboolean gst_decodebin3_plugin_init (GstPlugin * plugin);
|
||||||
gboolean gst_uri_decode_bin_plugin_init (GstPlugin * plugin);
|
gboolean gst_uri_decode_bin_plugin_init (GstPlugin * plugin);
|
||||||
gboolean gst_uri_decode_bin3_plugin_init (GstPlugin * plugin);
|
|
||||||
gboolean gst_uri_source_bin_plugin_init (GstPlugin * plugin);
|
gboolean gst_uri_source_bin_plugin_init (GstPlugin * plugin);
|
||||||
gboolean gst_parse_bin_plugin_init (GstPlugin * plugin);
|
gboolean gst_parse_bin_plugin_init (GstPlugin * plugin);
|
||||||
|
|
||||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue