summaryrefslogtreecommitdiff
path: root/ext/gconf
AgeCommit message (Expand)AuthorFilesLines
2008-11-04Don't install static libs for plugins. Fixes #550851 for -good.Stefan Kost1-0/+1
2008-05-21Don't use gst_element_get_pad(), it's a bad method.Wim Taymans4-7/+7
2008-05-03ext/gconf/: When we can't create a fakesink/fakesrc complain instead of unref...Sebastian Dröge4-9/+36
2008-02-11ext/gconf/gconf.c: Use and unset the GError when pipeline creation fails inst...Sebastian Dröge1-0/+8
2007-10-17Use new gst_bus_pop_filtered().Tim-Philipp Müller1-7/+4
2007-09-12ext/gconf/gstgconfaudiosink.c: Fix warning when building without debug.Stefan Kost1-3/+1
2007-09-06ext/gconf/gstswitchsink.c: If the new kid element fails to change state for s...Tim-Philipp Müller1-1/+27
2007-07-27ext/gconf/gconf.c: Handle a NULL gconf key gracefully by rendering the defaul...Jan Schmidt1-3/+4
2007-06-21ext/gconf/gconf.h: Make the prototype of gst_gconf_get_key_for_sink_profile m...Damien Carbery1-1/+1
2007-03-22ext/gconf/gconf.c: Accept complex pipeline descriptions as an audio profile i...Christophe Dehais1-7/+8
2007-03-06ext/gconf/gstswitchsink.c: Fix up the dispose logic so it doesn't leak, and f...Jan Schmidt1-11/+18
2007-03-05ext/gconf/gstswitchsink.c: Fix up the reference counting of the child elements.Jan Schmidt1-1/+13
2007-03-05ext/gconf/gstswitchsink.c: Install fakesink in NULL by fixing some broken log...Jan Schmidt1-8/+8
2007-03-05ext/gconf/gstswitchsink.c: Mark us as a sink when we have no fakesink in NULL...Wim Taymans1-0/+1
2007-03-04Fix a bunch of leaks shown by the newly-added states test.Jan Schmidt5-11/+57
2007-02-14ext/gconf/gstgconfaudiosink.c: Don't reset the profile when going switching s...Jan Schmidt1-2/+3
2007-02-13Re-factor the gconfaudiosink into a "GstSwitchSink" base class and a child th...Jan Schmidt7-136/+439
2007-02-06ext/gconf/: In gconfaudiosink, get the right key as the old key in do_toggle ...Tim-Philipp Müller3-31/+41
2006-12-11ext/gconf/gstgconfaudiosrc.*: Remove gconf notify hook when the gconfaudiosrc...Tim-Philipp Müller2-1/+22
2006-06-01Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClassStefan Kost4-6/+6
2006-05-10Const-ify GEnumValue arrays.Tim-Philipp Müller1-1/+1
2006-04-25Define GstElementDetails as const and also static (when defined as global)Stefan Kost4-4/+4
2006-03-30better/unified long descriptionsWim Taymans4-24/+20
2006-02-17add Jurg's patch for multidevice supportChristian Schaller4-7/+149
2006-02-07ext/gconf/gconf.h: Remove declaration of function that no longer exists.Tim-Philipp Müller1-1/+0
2006-02-05ext/gconf/: Ignore changing the GConf key to "". Ignore GConf key updates tha...Jan Schmidt10-8/+154
2006-02-02Use new functions from core to render a bin from a string. Fixes build. Up re...Tim-Philipp Müller1-81/+11
2006-01-06ext/gconf/: Add new gconfaudiosrc and gconfvideosrc elements (needed for gnom...Tim-Philipp Müller6-4/+492
2005-12-06expand tabsThomas Vander Stichele3-15/+15
2005-11-22ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event) (gst_dvdemux_demux_frame)...Andy Wingo2-2/+2
2005-11-21*.*: Ran scripts/update-macros. Oh yes.Andy Wingo1-7/+7
2005-11-14rework configure.ac; make asterisk rtp stuff compile on mingwThomas Vander Stichele1-1/+1
2005-11-02ext/gconf/: Fix state change functions here as well and set kid to NULL state...Tim-Philipp Müller2-4/+22
2005-10-10ext/gconf/: Make sure element is NULL before removing from the bin.Wim Taymans2-0/+2
2005-09-23fix build and use of GST_LIBSThomas Vander Stichele1-1/+1
2005-09-02All plugins updated for element state changes.Andy Wingo2-18/+22
2005-08-28Updates for two-arg init from GST_BOILERPLATE.Andy Wingo2-2/+4
2005-08-14licensing, name and description changesThomas Vander Stichele1-1/+1
2005-08-03Use new ghostpad API; now they actually work in Totem, also.Ronald S. Bultje4-84/+102
2005-07-20Port auto/gconfsinks to 0.9. They actually appear to work here inRonald S. Bultje5-122/+64
2005-07-20add gconf.{ch} from gst-libsThomas Vander Stichele2-0/+365
2005-07-20put in gconf sinksThomas Vander Stichele7-0/+602