diff options
author | Wim Taymans <wim.taymans@collabora.co.uk> | 2011-11-09 11:06:10 +0100 |
---|---|---|
committer | Wim Taymans <wim.taymans@collabora.co.uk> | 2011-11-09 11:06:10 +0100 |
commit | 36dce0ffdaeff2f2002f94fdc47b014006e79c9c (patch) | |
tree | 740d0bd2b4da5cc75659bcf8fbf8dc325f6da462 /gst/playback/gstplayback.c | |
parent | 8c6a2340e761a88ec9c2ad1e37f0042f54793b75 (diff) |
remove streamselector
It was only used by playbin, which is gone now
Diffstat (limited to 'gst/playback/gstplayback.c')
-rw-r--r-- | gst/playback/gstplayback.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gst/playback/gstplayback.c b/gst/playback/gstplayback.c index 75eddd74c..73d1b46fd 100644 --- a/gst/playback/gstplayback.c +++ b/gst/playback/gstplayback.c @@ -29,7 +29,6 @@ #include "gstplayback.h" #include "gstplaysink.h" -#include "gststreamselector.h" #include "gstsubtitleoverlay.h" static gboolean @@ -46,10 +45,6 @@ plugin_init (GstPlugin * plugin) bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8"); #endif /* ENABLE_NLS */ - /* ref class from a thread-safe context to work around missing bit of - * thread-safety in GObject */ - g_type_class_ref (GST_TYPE_STREAM_SELECTOR); - res = gst_play_bin2_plugin_init (plugin); res &= gst_play_sink_plugin_init (plugin); res &= gst_subtitle_overlay_plugin_init (plugin); |