summaryrefslogtreecommitdiffstats
path: root/ext/gconf/gstswitchsink.c
Commit message (Expand)AuthorAgeFilesLines
* Remove blank {set|get}_property/change_state/finalize methods.Edward Hervey2009-04-181-48/+0
* Don't use gst_element_get_pad(), it's a bad method.Wim Taymans2008-05-211-1/+1
* ext/gconf/: When we can't create a fakesink/fakesrc complain instead of unref...Sebastian Dröge2008-05-031-3/+10
* Use new gst_bus_pop_filtered().Tim-Philipp Müller2007-10-171-7/+4
* ext/gconf/gstswitchsink.c: If the new kid element fails to change state for s...Tim-Philipp Müller2007-09-061-1/+27
* ext/gconf/gstswitchsink.c: Fix up the dispose logic so it doesn't leak, and f...Jan Schmidt2007-03-061-11/+18
* ext/gconf/gstswitchsink.c: Fix up the reference counting of the child elements.Jan Schmidt2007-03-051-1/+13
* ext/gconf/gstswitchsink.c: Install fakesink in NULL by fixing some broken log...Jan Schmidt2007-03-051-8/+8
* ext/gconf/gstswitchsink.c: Mark us as a sink when we have no fakesink in NULL...Wim Taymans2007-03-051-0/+1
* Fix a bunch of leaks shown by the newly-added states test.Jan Schmidt2007-03-041-2/+3
* Re-factor the gconfaudiosink into a "GstSwitchSink" base class and a child th...Jan Schmidt2007-02-131-0/+265