summaryrefslogtreecommitdiff
path: root/gst/gstelement.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-03gst/: Assign debug statements to relevant categories instead of the 'default'...Edward Hervey1-4/+7
2008-09-14gst/gstelement.c: Avoid leaking the parent ref when we fail changing the stat...Antoine Tremblay1-0/+1
2008-07-31Remove GST_DISABLE_(ENUMTYPES|INDEX|URI) everywhere.Sebastian Dröge1-2/+0
2008-05-29gst/gstelement.*: Deprecated gst_element_get_pad() as it can't be used sanely...Sebastian Dröge1-2/+5
2008-02-05Revert previous changes to the behaviour of GstPadTemplates, etc and the poss...Sebastian Dröge1-53/+27
2008-02-03gst/: Make it possible (and recommended) to set element details and add pad t...Sebastian Dröge1-11/+52
2007-11-06gst/gstelement.c: Only change the state cookie if a different state was set o...Wim Taymans1-3/+6
2007-10-03gst/gstelement.c: Use meaningful categories for the logs to clean the default...Stefan Kost1-3/+5
2007-09-17gst/gstbin.c: A latency query fails when one of the sinks fail.Wim Taymans1-1/+5
2007-09-05gst/gstelement.c: Give some log-messages a category.Stefan Kost1-5/+8
2007-08-07docs/design/part-TODO.txt: Add some more TODO itemsWim Taymans1-1/+1
2007-08-02gst/gstelement.*: Make strings passed to gst_element_class_set_details_simple...Tim-Philipp Müller1-3/+5
2007-06-21Beef up and include the docs for gst_type_register_static_full and gst_elemen...Jan Schmidt1-6/+13
2007-06-21Saving relocations for GTypeInfo and GstElementDetails. Fixes #437457.Stefan Kost1-0/+26
2007-06-18gst/gstbin.*: Immediatly commit the toplevel bin state when receiving an asyn...Wim Taymans1-9/+15
2007-05-22gst/gstelement.c (gst_element_requires_clock, gst_element_provides_clock, gst...Stefan Kost1-27/+27
2007-04-13gst/gstelement.c: Don't output the same debug statement twice.Jan Schmidt1-3/+0
2007-04-05gst/gstelement.c: Make padtemplates also work when they don't contain %s or %d.Wim Taymans1-3/+12
2007-03-28gst/gstelement.c: Make gst_element_get_request_pad() create request pads only...Tim-Philipp Müller1-1/+18
2007-03-20gst/gstelement.c: Look at the pending state too when syncing the element stat...Olivier Crete1-6/+19
2007-03-19gst/gstelement.c: Fix pad-added and pad-removed signal signatures so that the...Evan Nemerson1-2/+2
2007-03-19docs/gst/gstreamer-sections.txt: Add new element field and method.Wim Taymans1-27/+66
2007-03-09gst/gstelement.c: There's no need to warn if VOID_PENDING is not NONE here, a...Jan Schmidt1-2/+0
2007-02-28gst/gstelement.*: Improve docs a little. Added Since: for new macro.Wim Taymans1-1/+4
2007-02-28gst/gstelement.c: Handle INFO messages from the GST_ELEMENT_INFO macro as well.Wim Taymans1-27/+41
2006-12-15gst/: Set pads to FLUSHING when they are created. Check, warn and fix when a ...Wim Taymans1-0/+13
2006-12-15gst/gstelement.c: Expose default element send_event and query handling as vme...Wim Taymans1-38/+65
2006-12-15gst/gstelement.c: Small documentation fixes.Wim Taymans1-10/+11
2006-11-06docs/gst/gstreamer-sections.txt: add new API and fix the buildStefan Kost1-7/+10
2006-10-06gst/gst.c: Fix empty declaration and type mismatch.Josep Torre Valles1-5/+5
2006-09-18gst/gstelement.c: Use _DEBUG_OBJECT some more.Wim Taymans1-2/+2
2006-09-15gst/gstbin.c: Update documentation.Wim Taymans1-57/+106
2006-08-29gst/gstelement.c: Clear the pad caps when the element shut down all of the pa...Wim Taymans1-7/+34
2006-08-28Check for NULL before _reffing the bus. Fixes #353122.Torsten Schoenfeld1-2/+2
2006-08-04gst/gstelement.c: Don't crash printing the warning if the pad has no parent.Tim-Philipp Müller1-2/+1
2006-07-09gst/gstelement.c: Better pad activation code: Reset the collect value too on ...Wim Taymans1-26/+31
2006-07-03gst/gstelement.c: Small cleanup in pad activation code.Wim Taymans1-8/+20
2006-06-22gst/gstelement.c: We need to deactivate src pads first and then sink pads.Edward Hervey1-8/+2
2006-05-30gst/gstelement.c: Clarify the use of _release_request_pad() and _get_request_...Wim Taymans1-1/+7
2006-05-08whitespace, comment, doc fixupThomas Vander Stichele1-2/+2
2006-05-06gst/gstelement.c: use full enum names and preprend a '%' in docs strings to m...Stefan Kost1-7/+7
2006-04-08Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost1-1/+1
2006-04-05gst/gstpipeline.c: When we create a pipeline bus, initially create it in flus...Michael Smith1-1/+1
2006-03-24gst/gstelement.c: Little clarification in the docsStefan Kost1-0/+2
2006-03-22gst/gstelement.c: Cleanup the error case.Wim Taymans1-8/+16
2006-03-21Series of fixes for dereferenced pointers that gcc 4.1 complains about.Edward Hervey1-5/+13
2006-03-13Documentation updates.Wim Taymans1-4/+4
2006-02-28gst/gstbin.c: Help the compiler a bit with type registration.Wim Taymans1-1/+1
2006-02-13docs/design/part-TODO.txt: Updated TODO list, basesrc supports seeking to non...Wim Taymans1-0/+2
2006-02-06doc sub80 fixesThomas Vander Stichele1-2/+3