From b1a2c304014f5e2b990dda13be20dc67d691fd7a Mon Sep 17 00:00:00 2001 From: Zaheer Abbas Merali Date: Thu, 3 May 2007 16:49:05 +0000 Subject: examples/switch/switcher.c (loop, my_bus_callback, switch_timer, last_message_received, main): gst/switch/gstswitch.c... Original commit message from CVS: * configure.ac: * examples/Makefile.am: * examples/switch/switcher.c (loop, my_bus_callback, switch_timer, last_message_received, main): * gst/switch/gstswitch.c (GST_CAT_DEFAULT, gst_switch_details, gst_switch_src_factory, parent_class, gst_switch_release_pad, gst_switch_request_new_pad, gst_switch_chain, gst_switch_event, gst_switch_set_property, gst_switch_get_property, gst_switch_get_linked_pad, gst_switch_getcaps, gst_switch_bufferalloc, gst_switch_get_linked_pads, gst_switch_dispose, gst_switch_init, gst_switch_base_init, gst_switch_class_init): * gst/switch/gstswitch.h (GstSwitch, GstSwitchClass, _GstSwitch, element, active_sinkpad, srcpad, nb_sinkpads, newsegment_events, need_to_send_newsegment): Port switch element and example program to 0.10. --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 782fe87e..e5f4aa99 100644 --- a/configure.ac +++ b/configure.ac @@ -99,6 +99,7 @@ GST_PLUGINS_ALL="\ rtpmanager \ spectrum \ speed \ + switch \ qtdemux \ tta \ videocrop \ @@ -1098,6 +1099,7 @@ gst/replaygain/Makefile gst/rtpmanager/Makefile gst/spectrum/Makefile gst/speed/Makefile +gst/switch/Makefile gst/qtdemux/Makefile gst/tta/Makefile gst/videocrop/Makefile @@ -1120,6 +1122,7 @@ sys/osxvideo/Makefile examples/Makefile examples/app/Makefile examples/directfb/Makefile +examples/switch/Makefile ext/amrwb/Makefile ext/alsaspdif/Makefile ext/bz2/Makefile -- cgit v1.2.1