summaryrefslogtreecommitdiff
path: root/gst/gstevent.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-24miniobjects: Don't chain up to empty finalize method.Edward Hervey1-1/+1
2009-06-01add new API for framesteppingWim Taymans1-0/+87
2009-05-29structure: add gst_structure_id_new() convenience functionTim-Philipp Müller1-10/+5
2009-05-29micro-optimisation: use GST_QUARK in more placesTim-Philipp Müller1-5/+5
2009-05-21docs: update docs for stream_time->running_timeWim Taymans1-2/+3
2009-04-04gst: Use G_DEFINE_TYPE and friends or at least g_once_init_* in the _get_type...Sebastian Dröge1-43/+14
2008-11-04Add sequence numbers to events and messages. See #559250.Andy Wingo1-0/+58
2008-10-13docs/design/part-TODO.txt: Remove item from the todo list because it was fixe...Wim Taymans1-58/+123
2008-07-01gst/gstevent.c: Use gst_format_get_name() to improve debug output.Stefan Kost1-6/+8
2008-06-04gst/gstevent.c: Add some assert and docs for invalid input to the qos function.Wim Taymans1-1/+5
2008-05-18gst/gstevent.c: Document that gst_event_new_tag() and gst_event_new_navigatio...Tim-Philipp Müller1-2/+3
2008-04-29Add method to conveniently check the name of a custom event with gst_event_ha...Wim Taymans1-0/+23
2008-02-12Properly chain up finalize functions to the parent class.Sebastian Dröge1-0/+6
2007-11-17gst/gstevent.c: Little documentation improvment.Stefan Kost1-1/+1
2007-11-01g_type_class_ref() other types as well, see #349410 and #64764.Tim-Philipp Müller1-3/+3
2007-04-28Typo fixes; minor docs addition.Tim-Philipp Müller1-4/+4
2007-02-02docs/gst/gstreamer-sections.txt: Add docs for new methods.Wim Taymans1-1/+50
2007-01-10gst/gstevent.*: Reserve LATENCY event.Wim Taymans1-5/+6
2006-10-16Update some docs regarding reverse playback.Wim Taymans1-2/+5
2006-10-13gst/gstelement.h: Clarify _NO_PREROLL a bit more.Yves Lefebvre1-1/+1
2006-10-09gst/gstevent.c: Rename some more @cur to @start to fix docs.Wim Taymans1-15/+15
2006-10-09docs/design/part-qos.txt: Fix typo.Wim Taymans1-14/+15
2006-10-02gst/gstevent.c: Fix gst_mini_object_make_writable() and gst_event_copy() for ...Alessandro Decina1-1/+1
2006-09-15gst/gstbin.c: Update documentation.Wim Taymans1-17/+28
2006-08-11docs/design/part-qos.txt: Bring docs in line with the code. Mostly the sign o...Wim Taymans1-20/+42
2006-06-12gst/: constify quark registration strings. Fixes #344115Stefan Kost1-3/+3
2006-06-02debug changeThomas Vander Stichele1-2/+2
2006-05-14Minor docs fixes.Tim-Philipp Müller1-0/+2
2006-05-10gst/: make sure some essential types used by events are registered as part of...Thomas Vander Stichele1-0/+2
2006-05-08docs/design/part-overview.txt: Make upsteam/downstream concepts more clear.Wim Taymans1-33/+99
2006-05-04Make sure gstprivate.h and/or config.h are always included first, otherwise s...James Andrewartha1-1/+1
2006-03-07docs/libs/gstreamer-libs-sections.txt: Added basesink new methods.Wim Taymans1-5/+16
2006-02-13docs/design/part-TODO.txt: Updated TODO list, basesrc supports seeking to non...Wim Taymans1-1/+1
2006-01-27doc fixes, to link to function, just write gst_cool_function(), don't prefix ...Stefan Kost1-2/+2
2006-01-26added code for downstream events, reviewed docs in gstevent.cStefan Kost1-16/+20
2006-01-19gst/gstevent.c: Fix docs typoJan Schmidt1-2/+3
2005-12-06expand tabsThomas Vander Stichele1-3/+3
2005-11-29gst/gstevent.*: fix #320529 - clean up new_segment API and structure.Thomas Vander Stichele1-39/+33
2005-11-24Doc fixes.Wim Taymans1-0/+3
2005-11-22gst/gstevent.h (gst_event_new_new_segment) (gst_event_parse_new_segment, gst_...Andy Wingo1-10/+10
2005-11-21gst/gstevent.h (GST_EVENT_FILLER): Removed. Can be added back during the stab...Andy Wingo1-15/+0
2005-11-21gst/gstevent.h (GstEventTypeFlags): New data type, the flags of the event typ...Andy Wingo1-3/+21
2005-11-15gst/gstevent.c: Small doc update.Wim Taymans1-0/+6
2005-10-25gst/base/gstbasesink.c: Don't use invalid stream_time.Wim Taymans1-2/+6
2005-10-21And 2% more doc coverage.Wim Taymans1-7/+37
2005-10-17gst/base/gstcollectpads.c (gst_collectpads_chain): Slight cleanup.Andy Wingo1-2/+2
2005-10-15various style fixesThomas Vander Stichele1-0/+1
2005-10-15whitespace fixesThomas Vander Stichele1-1/+1
2005-10-12check/: Moved sinks2 testcode in sinks check.Wim Taymans1-0/+2
2005-10-11Added extra flag to newsegment for future API freeze.Wim Taymans1-7/+14