diff options
author | Julien Moutte <julien@moutte.net> | 2004-01-11 17:32:37 +0000 |
---|---|---|
committer | Julien Moutte <julien@moutte.net> | 2004-01-11 17:32:37 +0000 |
commit | fa66fa64c5db783088aaa9341d653375edc64c3f (patch) | |
tree | 3d7ae43cfa16136f4cfc1d93e595f1523766f125 /configure.ac | |
parent | 1d6125fbd7a4b9a1ecac5580e19c31cb70ab24e7 (diff) | |
download | gst-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 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index dd1f2082..2753b76d 100644 --- a/configure.ac +++ b/configure.ac @@ -1664,6 +1664,7 @@ examples/capsfilter/Makefile examples/seeking/Makefile examples/indexing/Makefile examples/gstplay/Makefile +examples/switch/Makefile examples/Makefile testsuite/spider/Makefile testsuite/alsa/Makefile |