summaryrefslogtreecommitdiffstats
path: root/ext/gconf
Commit message (Expand)AuthorAgeFilesLines
* Remove Ronald Bultje from Authors fieldDavid Schleef2009-09-054-4/+3
* Remove blank {set|get}_property/change_state/finalize methods.Edward Hervey2009-04-181-48/+0
* gconf: Rename gconf.[ch] to gstgconf.[ch] to prevent name conflictsSebastian Dröge2009-02-244-4/+4
* gconfvideo(src|sink): Disconnect GConf notificationsSjoerd Simons2009-02-224-2/+14
* Update and add documentation for plugins with deps (ext).Stefan Kost2009-01-284-0/+54
* Don't install static libs for plugins. Fixes #550851 for -good.Stefan Kost2008-11-041-0/+1
* Don't use gst_element_get_pad(), it's a bad method.Wim Taymans2008-05-214-7/+7
* ext/gconf/: When we can't create a fakesink/fakesrc complain instead of unref...Sebastian Dröge2008-05-034-9/+36
* ext/gconf/gconf.c: Use and unset the GError when pipeline creation fails inst...Sebastian Dröge2008-02-111-0/+8
* Use new gst_bus_pop_filtered().Tim-Philipp Müller2007-10-171-7/+4
* ext/gconf/gstgconfaudiosink.c: Fix warning when building without debug.Stefan Kost2007-09-121-3/+1
* 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/gconf.c: Handle a NULL gconf key gracefully by rendering the defaul...Jan Schmidt2007-07-271-3/+4
* ext/gconf/gconf.h: Make the prototype of gst_gconf_get_key_for_sink_profile m...Damien Carbery2007-06-211-1/+1
* ext/gconf/gconf.c: Accept complex pipeline descriptions as an audio profile i...Christophe Dehais2007-03-221-7/+8
* 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-045-11/+57
* ext/gconf/gstgconfaudiosink.c: Don't reset the profile when going switching s...Jan Schmidt2007-02-141-2/+3
* Re-factor the gconfaudiosink into a "GstSwitchSink" base class and a child th...Jan Schmidt2007-02-137-136/+439
* ext/gconf/: In gconfaudiosink, get the right key as the old key in do_toggle ...Tim-Philipp Müller2007-02-063-31/+41
* ext/gconf/gstgconfaudiosrc.*: Remove gconf notify hook when the gconfaudiosrc...Tim-Philipp Müller2006-12-112-1/+22
* Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClassStefan Kost2006-06-014-6/+6
* Const-ify GEnumValue arrays.Tim-Philipp Müller2006-05-101-1/+1
* Define GstElementDetails as const and also static (when defined as global)Stefan Kost2006-04-254-4/+4
* better/unified long descriptionsWim Taymans2006-03-304-24/+20
* add Jurg's patch for multidevice supportChristian Schaller2006-02-174-7/+149
* ext/gconf/gconf.h: Remove declaration of function that no longer exists.Tim-Philipp Müller2006-02-071-1/+0
* ext/gconf/: Ignore changing the GConf key to "". Ignore GConf key updates tha...Jan Schmidt2006-02-0510-8/+154
* Use new functions from core to render a bin from a string. Fixes build. Up re...Tim-Philipp Müller2006-02-021-81/+11
* ext/gconf/: Add new gconfaudiosrc and gconfvideosrc elements (needed for gnom...Tim-Philipp Müller2006-01-066-4/+492
* expand tabsThomas Vander Stichele2005-12-063-15/+15
* ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event) (gst_dvdemux_demux_frame)...Andy Wingo2005-11-222-2/+2
* *.*: Ran scripts/update-macros. Oh yes.Andy Wingo2005-11-211-7/+7
* rework configure.ac; make asterisk rtp stuff compile on mingwThomas Vander Stichele2005-11-141-1/+1
* ext/gconf/: Fix state change functions here as well and set kid to NULL state...Tim-Philipp Müller2005-11-022-4/+22
* ext/gconf/: Make sure element is NULL before removing from the bin.Wim Taymans2005-10-102-0/+2
* fix build and use of GST_LIBSThomas Vander Stichele2005-09-231-1/+1
* All plugins updated for element state changes.Andy Wingo2005-09-022-18/+22
* Updates for two-arg init from GST_BOILERPLATE.Andy Wingo2005-08-282-2/+4
* licensing, name and description changesThomas Vander Stichele2005-08-141-1/+1
* Use new ghostpad API; now they actually work in Totem, also.Ronald S. Bultje2005-08-034-84/+102
* Port auto/gconfsinks to 0.9. They actually appear to work here inRonald S. Bultje2005-07-205-122/+64
* add gconf.{ch} from gst-libsThomas Vander Stichele2005-07-202-0/+365
* put in gconf sinksThomas Vander Stichele2005-07-207-0/+602