summaryrefslogtreecommitdiff
path: root/gst/playback/gstplayback.c
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2011-11-09 11:06:10 +0100
committerWim Taymans <wim.taymans@collabora.co.uk>2011-11-09 11:06:10 +0100
commit36dce0ffdaeff2f2002f94fdc47b014006e79c9c (patch)
tree740d0bd2b4da5cc75659bcf8fbf8dc325f6da462 /gst/playback/gstplayback.c
parent8c6a2340e761a88ec9c2ad1e37f0042f54793b75 (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.c5
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);