summaryrefslogtreecommitdiff
path: root/gst/playback/gstplaybin.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-02playbin: Make sure to keep a reference on the volume elementJosep Torra Valles1-1/+6
2009-10-28Remove GST_DEBUG_FUNCPTR where they're pointlessTim-Philipp Müller1-1/+1
2009-09-10playbin(2): Document that the volume property uses a linear scaleSebastian Dröge1-4/+11
2008-12-12gst/playback/: XRef to GstXOverlay.Stefan Kost1-1/+1
2008-07-14gst/playback/: First stab at integrating DVD subpicture overlay into playbin....Jan Schmidt1-15/+128
2008-07-10Cleanup Plugin docs. Link to signals and properties. Fix sub-section titles. ...Stefan Kost1-64/+45
2008-05-22Add some documentation comments, and some new headers to be scanned.Jan Schmidt1-0/+5
2008-05-21Don't use bad gst_element_get_pad().Wim Taymans1-23/+25
2008-05-05gst/playback/: Allow setting -1 as current-audio to mute the current audio st...Sebastian Dröge1-0/+13
2008-04-24gst/playback/gstplaybin.c: Remove obsolete streaminfo code and fix a leak. Fi...Stefan Kost1-10/+0
2008-03-22Use G_PARAM_STATIC_STRINGS everywhere for GParamSpecs that use static strings...Sebastian Dröge1-10/+10
2008-02-11gst/playback/: Handle case where we can't create the volume element a bit bet...Tim-Philipp Müller1-1/+11
2007-12-20Make switching off of subtitles work. To avoid all kind of problems with unli...Tim-Philipp Müller1-0/+17
2007-11-30gst/playback/: Refactor some common code to filter factories and check caps c...Wim Taymans1-1/+1
2007-11-16gst/playback/: Add playbin2.Wim Taymans1-16/+2
2007-10-16gst/playback/gstdecodebin.c: Make the window for a race in typefind and shutt...Wim Taymans1-0/+1
2007-08-07gst/playback/: Move connection-speed property from playbin to playbasebin so ...Josep Torre Valles1-27/+7
2007-05-24gst/playback/gstplaybin.c: Block the subtitle bin output queue before ghostin...Jan Schmidt1-2/+18
2007-05-18gst-libs/gst/audio/gstbaseaudiosink.cStefan Kost1-5/+5
2007-04-06gst/playback/gstplaybin.c: Activate sync in playbin, we are ready to handle i...Wim Taymans1-8/+0
2007-03-22gst/playback/gstplaybin.c: Remove playbin's override of the set_clock vmethod...Jan Schmidt1-39/+0
2007-03-21gst/playback/gstplaybin.c: Use GST_PTR_FORMAT to log caps.Tim-Philipp Müller1-6/+2
2007-03-19gst/playback/gstdecodebin.c: Don't post STATE_DIRTY anymore.Wim Taymans1-56/+12
2007-03-04rename utils to pbutilsThomas Vander Stichele1-2/+2
2007-02-28gst/playback/gstplaybin.c: Fix race condition when rapidly switching visualis...Ed Catmur1-29/+35
2007-02-23gst/playback/gstplaybin.c: Improve docs: point out that the application needs...Tim-Philipp Müller1-9/+14
2007-01-31gst/playback/gstplaybin.c: Add audioresample+audioconvert in front of the vis...Jan Schmidt1-16/+39
2007-01-25gst/playback/gstplaybin.c: Fix up caps on the frame buffer before we save it ...Tim-Philipp Müller1-6/+4
2007-01-25gst/playback/gstplaybin.c: Make getting the current frame thread-safe.Tim-Philipp Müller1-2/+6
2007-01-11gst/playback/gstplaybin.c: Post missing-plugin messages also when we error ou...Tim-Philipp Müller1-2/+18
2007-01-09gst/playback/: Post missing-plugin messages on the bus for missing sources an...Tim-Philipp Müller1-0/+3
2006-10-18gst/playback/gstplaybin.c: The old pad activation spiel.Tim-Philipp Müller1-0/+2
2006-09-29gst/playback/gstdecodebin.c: Remove g_printWim Taymans1-0/+2
2006-09-28gst/playback/gstplaybin.c: Only remove visualisation from visbin if there is ...Tim-Philipp Müller1-2/+4
2006-09-25gst/playback/gstplaybin.c: Detect NO_PREROLL state change returns and disable...Wim Taymans1-115/+242
2006-09-14releasing 0.10.10RELEASE-0_10_10Thomas Vander Stichele1-1/+1
2006-08-29gst/playback/gstplaybin.c: Improve docs: add section about BUFFERING messages...Tim-Philipp Müller1-0/+21
2006-08-15Document playbin.Tim-Philipp Müller1-0/+193
2006-08-14gst/playback/gstplaybin.c: Add "connection-speed" property; re-order redirect...Tim-Philipp Müller1-5/+125
2006-08-14gst/playback/gstplaybin.c: Update max volume to the same value that the volum...Tim-Philipp Müller1-1/+1
2006-07-26gst/playback/: Remove GLib-2.6 compatibility cruft.Tim-Philipp Müller1-17/+3
2006-05-11gst/playback/gstplaybin.c: Make playbin automatically plug an 'audioresample'...Tim-Philipp Müller1-11/+8
2006-05-02gst/playback/: free cpas using gst_caps_unref, don't leak caps-stringsStefan Kost1-2/+2
2006-04-28make GstElementDetails constStefan Kost1-1/+1
2006-04-08Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost1-1/+1
2006-04-07gst/playback/gstplaybasebin.c: Don't remove our mute-probe if someone else al...Jan Schmidt1-3/+12
2006-03-28gst/playback/gstplaybin.c: Error out gracefully when we can't create any of t...Tim-Philipp Müller1-5/+66
2006-03-24Add docs for adder, use GST_ELEMENT_DETAILS macro, define GstElementDetails a...Stefan Kost1-6/+5
2006-03-21gcc 4.1 unreferenced pointer fixes.Edward Hervey1-1/+2
2006-02-18ext/pango/gsttextoverlay.c: Refactoring of textoverlay without collectpads. T...Julien Moutte1-17/+29