summaryrefslogtreecommitdiff
path: root/gst/gstbin.c
AgeCommit message (Expand)AuthorFilesLines
2007-05-21docs/design/part-synchronisation.txt: Small addition.Wim Taymans1-2/+2
2007-04-23gst/gstbin.c: Fix build with --gst-disable-gst-debugStefan Kost1-22/+22
2007-03-21gst/gstbin.c: Prepare for release where we warn against possible app breakage...Wim Taymans1-1/+34
2007-03-19docs/gst/gstreamer-sections.txt: Add new element field and method.Wim Taymans1-88/+518
2007-03-10gst/gstbin.c: Use GST_STR_NULL to prevent NULL pointer to be passed to GST_CA...Sébastien Moutte1-1/+2
2007-02-28gst/gstbin.c: Also report the live parameter of a latency query.Wim Taymans1-6/+12
2007-02-20gst/gstbin.c: Improve debug info.Wim Taymans1-17/+68
2007-02-11docs/libs/Makefile.am: Fix path to core docs.Stefan Kost1-8/+8
2007-01-29configure.ac: comment about refining the xml depsStefan Kost1-1/+0
2006-12-07gst/gstbin.c: Add some more docs about the POSITION query.Wim Taymans1-1/+10
2006-11-06docs/gst/gstreamer-sections.txt: add new API and fix the buildStefan Kost1-1/+2
2006-10-06gst/gst.c: Fix empty declaration and type mismatch.Josep Torre Valles1-2/+2
2006-09-15gst/gstbin.c: Update documentation.Wim Taymans1-4/+10
2006-08-16gst/gstbin.c: Fix bogus docs.Wim Taymans1-2/+2
2006-07-11gst/gstbin.c: (de)activate src pads before calling state_change on the childs.Edward Hervey1-0/+97
2006-07-07gst/gstbin.c: Can't use GPOINTER_TO_INT and GINT_TO_POINTER with GTypes.Tim-Philipp Müller1-4/+7
2006-06-30gst/: Fix deserialisation from XML. Set parent manually instead of using gst_...Tim-Philipp Müller1-9/+2
2006-06-14gst/gstbin.c: Make it clear with a FIXME and a real define what the #if 0 pre...Wim Taymans1-2/+8
2006-04-28make GstElementDetails constStefan Kost1-2/+5
2006-04-28gst/gstbin.c: Update docs.Stefan Kost1-4/+4
2006-03-21Series of fixes for dereferenced pointers that gcc 4.1 complains about.Edward Hervey1-9/+19
2006-03-20gst/gstbin.c: Position query should also take max of all streams.Wim Taymans1-4/+42
2006-03-13Documentation updates.Wim Taymans1-19/+74
2006-02-28gst/gstbin.c: Help the compiler a bit with type registration.Wim Taymans1-12/+6
2006-02-20docs/random/release: Move the current documentation of how to do a release to...Jan Schmidt1-3/+8
2006-02-13docs/design/part-TODO.txt: Updated TODO list, basesrc supports seeking to non...Wim Taymans1-2/+2
2006-01-31gst/gstbin.c: Don't cache duration messages if we're not going to use or free...Wim Taymans1-1/+3
2006-01-27gst/gstbin.c: Clean up references to the clock provider when disposed or when...Jan Schmidt1-1/+23
2006-01-26added code for downstream events, reviewed docs in gstevent.cStefan Kost1-7/+82
2006-01-20docs/random/release: update notesThomas Vander Stichele1-1/+3
2006-01-18gst/gstbin.c: Guard gst_object_unref call against a NULL object (dispose can ...Tim-Philipp Müller1-2/+2
2006-01-18gst/: Added some more debug info.Wim Taymans1-0/+2
2005-12-29gst/gstbin.c: Disable duration query caching in bins until it gets fixed (see...Tim-Philipp Müller1-2/+3
2005-12-16gst/gstbin.c: Small doc updates.Wim Taymans1-2/+7
2005-11-25gst/gstbin.c: Don't leak clock messages.Jan Schmidt1-0/+6
2005-11-24Doc fixes.Wim Taymans1-7/+7
2005-11-22gst/base/gstbasesink.*: No need to store the clock, the parent element class ...Wim Taymans1-3/+9
2005-11-21gst/gstbin.c: Fix for #321595Wim Taymans1-6/+17
2005-11-21*.*: Ran scripts/update-macros. Oh yes. gst/gstobject.h (GST_OBJECT_GET_LOCK,...Andy Wingo1-77/+77
2005-11-21gst/gstbin.c (gst_bin_remove_func): Wim claims I can remove this state_broadc...Andy Wingo1-8/+0
2005-11-19Make message handling overridable.Wim Taymans1-4/+21
2005-11-19gst/gstutils.h: gst/gstutils.c (g_static_rec_cond_wait)Andy Wingo1-4/+0
2005-11-18gst/gstbin.*: Removing a clock provider from a bin, triggers a clock lost mes...Wim Taymans1-12/+79
2005-11-17gst/gstbin.c: And unref the child too..Wim Taymans1-0/+1
2005-11-17gst/gstbin.c: Refactor the sort iterator so it can be used while holding theWim Taymans1-51/+77
2005-11-03check/states/sinks.c: Added some more checks. Specifically the case where NO_...Wim Taymans1-3/+6
2005-11-02gst/gstbin.c: Fix typo in docs.Wim Taymans1-1/+1
2005-11-02doc updatesThomas Vander Stichele1-30/+50
2005-11-01more doc updatesThomas Vander Stichele1-11/+13
2005-10-28Documentation updates.Thomas Vander Stichele1-76/+83