summaryrefslogtreecommitdiff
path: root/gst/gstbin.h
AgeCommit message (Expand)AuthorFilesLines
2007-02-10gst/gstbin.h: Replace interface parameter name by iface as interface is a res...Sébastien Moutte1-2/+2
2006-03-13Documentation updates.Wim Taymans1-1/+1
2006-01-26added code for downstream events, reviewed docs in gstevent.cStefan Kost1-0/+1
2005-11-19Make message handling overridable.Wim Taymans1-6/+9
2005-11-18gst/gstbin.*: Removing a clock provider from a bin, triggers a clock lost mes...Wim Taymans1-1/+6
2005-11-09gst/gstbin.h: Document another field.Wim Taymans1-0/+1
2005-11-09gst/gstbin.h: Documented structs.Wim Taymans1-2/+25
2005-10-28Documentation updates.Thomas Vander Stichele1-5/+5
2005-10-18gst/: Pending ABI changes.Wim Taymans1-0/+2
2005-10-15gst/gst.*: remove _gst_registry_auto_load, not used anymoreThomas Vander Stichele1-3/+1
2005-10-12renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enu...Stefan Kost1-3/+3
2005-10-11gst/gstbin.*: Prepare to make current EOS message queue more generic.Wim Taymans1-1/+1
2005-10-11gst/gstbin.*: Work on proper clock selection.Wim Taymans1-0/+3
2005-10-11docs/design/part-states.txt: Some more docs.Wim Taymans1-0/+1
2005-10-10check/: Check fixes, use API as stated in design docs, remove hacks.Wim Taymans1-0/+2
2005-09-27check/gst/gstbin.c: Enable check that works now.Wim Taymans1-0/+1
2005-09-11various doc fixesThomas Vander Stichele1-9/+3
2005-08-25gst/gstbin.h: removed ';' from the end of macro defsStefan Kost1-3/+3
2005-08-23added about 100 symbols from gstreamer-unused.txt to the right sections fixed...Stefan Kost1-0/+24
2005-07-18Removed plugable schedulers.Wim Taymans1-2/+2
2005-07-06examples/: Update a couple of the examples to work again.Jan Schmidt1-0/+4
2005-06-27more doc and whitespace fixesThomas Vander Stichele1-16/+5
2005-06-19some more docs cleanupThomas Vander Stichele1-4/+4
2005-03-21Next big merge.Wim Taymans1-21/+0
2005-03-10Doc updates.Wim Taymans1-1/+0
2005-03-09Added GstBin test.Wim Taymans1-2/+1
2005-03-07First THREADED backport attempt, focusing on adding locks and making sure the...Wim Taymans1-25/+39
2005-01-31docs/pwg/advanced-types.xml: Fix description for buffer-frames=0.Ronald S. Bultje1-8/+18
2005-01-24install style.css along with docs fixing incomplete docsStefan Kost1-7/+10
2004-07-29revert state change changes as agreed so we can rework them graduallyThomas Vander Stichele1-3/+0
2004-07-21gst/gstbin.c: make state changes work correctly and reentrant (so removing el...Benjamin Otte1-0/+3
2004-06-13rename GSTREAMER_EXPORT to GST_EXPORTSteve Lhomme1-1/+1
2004-06-12Fix a bug to enable/disable DEBUG under MSVCSteve Lhomme1-1/+1
2004-03-26docs/gst/gstreamer-sections.txt: More doc hacking.David Schleef1-9/+0
2004-03-15Revert again, this time without post-commit reindent hooks to put back the in...Johan Dahlin1-44/+47
2004-03-15*.h: Revert indentation changes.Johan Dahlin1-1/+2
2004-03-13gst-indent run on coreThomas Vander Stichele1-46/+42
2004-02-05gst/gstpad.c (_gst_real_pad_fixate_accumulator): s/pointer/boxed/.Andy Wingo1-2/+2
2003-12-16implement gst_bin_get_(all_)by_interfaceBenjamin Otte1-0/+2
2003-12-13removed GST_*_CAST. Disabling of type checking is done in glib.Benjamin Otte1-11/+2
2003-12-09Change GST_.*_PADDING to _gst_padding[GST_PADDING];David Schleef1-2/+2
2003-11-29Change 'const' to 'G_CONST_RETURN' in header filesCAPS-MERGE-2David Schleef1-1/+2
2003-10-31update plugin initialization restructuring (see email for detailsBenjamin Otte1-1/+0
2003-10-14Change the iterate callback functions to a GSignalDavid Schleef1-5/+0
2003-10-07Add padding to structures and objectsDavid Schleef1-2/+2
2003-04-18- make child_state_change a virtual functionBenjamin Otte1-1/+4
2003-04-15API change: remove gst_object_destroy and #defines to itBenjamin Otte1-1/+0
2003-02-11Close bug #105570 (added gst_bin_remove_many patch from omega)Wim Taymans1-0/+1
2003-01-11- make add/remove overridable for custom binsWim Taymans1-2/+2
2002-12-19- CleanupsWim Taymans1-15/+22