summaryrefslogtreecommitdiff
path: root/gst/playback/Makefile.am
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2009-07-15 17:40:14 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2009-07-15 17:42:46 +0100
commit5366b61bfc305eae504e8ea6a0df3201e563f68f (patch)
tree3b804db9b8f0bfc9d636c68cff04abe205c34b8e /gst/playback/Makefile.am
parente1df8d0691fd7f2cfbd60a01119eaeb6035fdf53 (diff)
playbin2: use private copy of input-selector
We shouldn't really depend on elements from -bad for stream selection in playbin2, so use a private copy of input-selector until the selector plugin is ready to be moved to -base or -good. Fixes #586356.
Diffstat (limited to 'gst/playback/Makefile.am')
-rw-r--r--gst/playback/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/playback/Makefile.am b/gst/playback/Makefile.am
index f4e4b6a06..7b0558707 100644
--- a/gst/playback/Makefile.am
+++ b/gst/playback/Makefile.am
@@ -17,6 +17,7 @@ libgstplaybin_la_SOURCES = \
gstplaybasebin.c \
gstplay-enum.c \
gstfactorylists.c \
+ gstinputselector.c \
gstscreenshot.c \
gststreaminfo.c \
gststreamselector.c
@@ -59,6 +60,7 @@ noinst_HEADERS = \
gstplaysink.h \
gststreaminfo.h \
gstfactorylists.h \
+ gstinputselector.h \
gstplay-enum.h \
gstscreenshot.h \
gststreamselector.h