summaryrefslogtreecommitdiffstats
path: root/examples/Makefile.am
diff options
context:
space:
mode:
authorJulien Moutte <julien@moutte.net>2004-01-11 17:32:37 +0000
committerJulien Moutte <julien@moutte.net>2004-01-11 17:32:37 +0000
commitfa66fa64c5db783088aaa9341d653375edc64c3f (patch)
tree3d7ae43cfa16136f4cfc1d93e595f1523766f125 /examples/Makefile.am
parent1d6125fbd7a4b9a1ecac5580e19c31cb70ab24e7 (diff)
downloadgst-plugins-bad-fa66fa64c5db783088aaa9341d653375edc64c3f.tar.gz
gst-plugins-bad-fa66fa64c5db783088aaa9341d653375edc64c3f.tar.bz2
gst-plugins-bad-fa66fa64c5db783088aaa9341d653375edc64c3f.zip
configure.ac: Adding examples/switch/Makefile
Original commit message from CVS: 2004-01-11 Julien MOUTTE <julien@moutte.net> * configure.ac: Adding examples/switch/Makefile * examples/Makefile.am: Adding examples/switch * examples/switch/Makefile.am: Adding switcher example. * examples/switch/switcher.c: (got_eos), (idle_iterate), (switch_timer), (main): Adding an example demonstrating switch usage with 2 videotestsrc showing different patterns. * gst/switch/gstswitch.c: (gst_switch_request_new_pad), (gst_switch_init): Fixing switch with the new caps system.
Diffstat (limited to 'examples/Makefile.am')
-rw-r--r--examples/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 8c10c89e..d2537f29 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -10,5 +10,5 @@ else
GTK_SUBDIRS=
endif
-SUBDIRS=$(GTK_SUBDIRS) gstplay
-DIST_SUBDIRS=capsfilter dynparams seeking indexing gstplay
+SUBDIRS=$(GTK_SUBDIRS) gstplay switch
+DIST_SUBDIRS=capsfilter dynparams seeking indexing gstplay switch