summaryrefslogtreecommitdiffstats
path: root/gst/switch
AgeCommit message (Expand)AuthorFilesLines
2007-12-20gst/: Ignore more.Tim-Philipp Müller1-0/+2
2007-12-18gst/switch/: gst/switch/gstswitch.c (enum, gst_selector_pad_class_init) (gst_...Andy Wingo3-54/+117
2007-12-17gst/switch/gstswitch.c (gst_selector_pad_chain): Return OK when a buffer is i...Andy Wingo1-1/+1
2007-12-17gst/switch/: gst/switch/gstswitch.c (gst_stream_selector_class_init) (gst_str...Andy Wingo3-5/+26
2007-12-17gst/switch/gstswitch.c (gst_selector_pad_get_property) (gst_selector_pad_clas...Andy Wingo1-24/+46
2007-12-17gst/switch/gstswitch.c (gst_stream_selector_change_state)Andy Wingo1-47/+27
2007-12-17gst/switch/gstswitch.h (struct _GstStreamSelector): gst/switch/gstswitch.c (g...Andy Wingo2-1/+31
2007-12-17gst/switch/gstswitch.c (gst_stream_selector_class_init)Andy Wingo1-1/+18
2007-12-17gst/switch/gstswitch.h (struct _GstStreamSelector): Add some state variables.Andy Wingo2-29/+92
2007-12-17gst/switch/gstswitch.c (gst_stream_selector_block): Implement the block() sig...Andy Wingo1-1/+49
2007-12-17gst/switch/gstswitch.h (struct _GstStreamSelectorClass): Fix vmethod prototypes.Andy Wingo2-3/+23
2007-12-17gst/switch/gstswitch.*: Add `block' and `switch' signals.Andy Wingo4-1/+57
2007-12-17gst/switch/gstswitch.*: Replace with files from gststreamselector.[ch], regis...Andy Wingo2-720/+527
2007-12-05gst/switch/gstswitch.c (gst_switch_set_property): Don't push buffers from app...Andy Wingo1-17/+0
2007-09-12gst/: Printf format fixes (#476128).Peter Kjellerstedt1-2/+2
2007-08-29gst/switch/gstswitch.c (gst_switch_chain, gst_switch_set_property): If all in...Zaheer Abbas Merali1-11/+114
2007-08-24Make switch more reliable and also not lock up when sink pad caps change.Zaheer Abbas Merali1-11/+26
2007-06-22gst/: Build fixes for gcc-2.9x (no mid-block variable declarations etc.).Jens Granseuer1-3/+5
2007-06-22examples/switch/switcher.c (my_bus_callback, switch_timer, last_message_recei...Zaheer Abbas Merali2-33/+51
2007-05-31ext/libmms/gstmms.h: No reason to use gpointers instead of typed pointes here...Tim-Philipp Müller1-2/+1
2007-05-20gst/: Printf format fixes (#439910, #439911).Tim-Philipp Müller1-2/+3
2007-05-17gst/switch/gstswitch.c (ARG_0, ARG_NB_SOURCES, ARG_ACTIVE_SOURCE,Zaheer Abbas Merali2-36/+146
2007-05-14gst/switch/gstswitch.c (ARG_ACTIVE_SOURCE, ARG_STOP_VALUE,Zaheer Abbas Merali2-3/+88
2007-05-10gst/qtdemux/qtdemux.c (gst_qtdemux_move_stream, gst_qtdemux_loop_state_header...Stefan Kost1-1/+1
2007-05-03examples/switch/switcher.c (loop, my_bus_callback, switch_timer, last_message...Zaheer Abbas Merali2-241/+302
2006-06-01Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClassStefan Kost1-2/+2
2006-04-25Define GstElementDetails as const and also static (when defined as global)Stefan Kost1-1/+2
2006-04-08Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost1-1/+1
2006-04-01rework build; add translations for v4l2Thomas Vander Stichele1-1/+1
2005-09-05Fix up all the state change functions.Jan Schmidt1-11/+11
2004-07-27more working pluginsSteve Lhomme1-1/+1
2004-07-27rename GStreamer-0.8.lib to libgstreamer.libSteve Lhomme1-2/+2
2004-07-27avoid problems with math.h, fix release dependancySteve Lhomme1-3/+3
2004-07-26more plugins supported under windowsSteve Lhomme1-0/+148
2004-05-11gst/switch/gstswitch.c: whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ...Benjamin Otte1-14/+12
2004-03-15don't mix tabs and spacesThomas Vander Stichele1-37/+37
2004-03-15*.h: Revert indentingJohan Dahlin1-9/+9
2004-03-14gst-indentThomas Vander Stichele2-202/+180
2004-02-15gst/switch/gstswitch.c: More fixes for correct data refcounting.Julien Moutte1-4/+5
2004-02-15gst/switch/gstswitch.c: Cleaning the sinkpads correctly on state change, most...Julien Moutte1-2/+50
2004-02-14gst-libs/gst/play/play.c: Disable visualization until i find a way to fix swi...Julien Moutte2-22/+102
2004-01-25gst-libs/gst/play/gstplay.c: Another try in visualization implementation. Sti...Julien Moutte1-14/+57
2004-01-19gst/switch/gstswitch.c: Fixed switch element : proxying link and setting caps...Julien Moutte1-3/+13
2004-01-11configure.ac: Adding examples/switch/MakefileJulien Moutte1-1/+5
2003-12-22Merge CAPS branchDavid Schleef1-3/+4
2003-12-08Adding a new plugin: switch.Julien Moutte3-0/+412