Age | Commit message (Expand) | Author | Files | Lines |
2007-04-28 | Typo fixes; minor docs addition. | Tim-Philipp Müller | 1 | -4/+4 |
2007-02-02 | docs/gst/gstreamer-sections.txt: Add docs for new methods. | Wim Taymans | 1 | -1/+50 |
2007-01-10 | gst/gstevent.*: Reserve LATENCY event. | Wim Taymans | 1 | -5/+6 |
2006-10-16 | Update some docs regarding reverse playback. | Wim Taymans | 1 | -2/+5 |
2006-10-13 | gst/gstelement.h: Clarify _NO_PREROLL a bit more. | Yves Lefebvre | 1 | -1/+1 |
2006-10-09 | gst/gstevent.c: Rename some more @cur to @start to fix docs. | Wim Taymans | 1 | -15/+15 |
2006-10-09 | docs/design/part-qos.txt: Fix typo. | Wim Taymans | 1 | -14/+15 |
2006-10-02 | gst/gstevent.c: Fix gst_mini_object_make_writable() and gst_event_copy() for ... | Alessandro Decina | 1 | -1/+1 |
2006-09-15 | gst/gstbin.c: Update documentation. | Wim Taymans | 1 | -17/+28 |
2006-08-11 | docs/design/part-qos.txt: Bring docs in line with the code. Mostly the sign o... | Wim Taymans | 1 | -20/+42 |
2006-06-12 | gst/: constify quark registration strings. Fixes #344115 | Stefan Kost | 1 | -3/+3 |
2006-06-02 | debug change | Thomas Vander Stichele | 1 | -2/+2 |
2006-05-14 | Minor docs fixes. | Tim-Philipp Müller | 1 | -0/+2 |
2006-05-10 | gst/: make sure some essential types used by events are registered as part of... | Thomas Vander Stichele | 1 | -0/+2 |
2006-05-08 | docs/design/part-overview.txt: Make upsteam/downstream concepts more clear. | Wim Taymans | 1 | -33/+99 |
2006-05-04 | Make sure gstprivate.h and/or config.h are always included first, otherwise s... | James Andrewartha | 1 | -1/+1 |
2006-03-07 | docs/libs/gstreamer-libs-sections.txt: Added basesink new methods. | Wim Taymans | 1 | -5/+16 |
2006-02-13 | docs/design/part-TODO.txt: Updated TODO list, basesrc supports seeking to non... | Wim Taymans | 1 | -1/+1 |
2006-01-27 | doc fixes, to link to function, just write gst_cool_function(), don't prefix ... | Stefan Kost | 1 | -2/+2 |
2006-01-26 | added code for downstream events, reviewed docs in gstevent.c | Stefan Kost | 1 | -16/+20 |
2006-01-19 | gst/gstevent.c: Fix docs typo | Jan Schmidt | 1 | -2/+3 |
2005-12-06 | expand tabs | Thomas Vander Stichele | 1 | -3/+3 |
2005-11-29 | gst/gstevent.*: fix #320529 - clean up new_segment API and structure. | Thomas Vander Stichele | 1 | -39/+33 |
2005-11-24 | Doc fixes. | Wim Taymans | 1 | -0/+3 |
2005-11-22 | gst/gstevent.h (gst_event_new_new_segment) (gst_event_parse_new_segment, gst_... | Andy Wingo | 1 | -10/+10 |
2005-11-21 | gst/gstevent.h (GST_EVENT_FILLER): Removed. Can be added back during the stab... | Andy Wingo | 1 | -15/+0 |
2005-11-21 | gst/gstevent.h (GstEventTypeFlags): New data type, the flags of the event typ... | Andy Wingo | 1 | -3/+21 |
2005-11-15 | gst/gstevent.c: Small doc update. | Wim Taymans | 1 | -0/+6 |
2005-10-25 | gst/base/gstbasesink.c: Don't use invalid stream_time. | Wim Taymans | 1 | -2/+6 |
2005-10-21 | And 2% more doc coverage. | Wim Taymans | 1 | -7/+37 |
2005-10-17 | gst/base/gstcollectpads.c (gst_collectpads_chain): Slight cleanup. | Andy Wingo | 1 | -2/+2 |
2005-10-15 | various style fixes | Thomas Vander Stichele | 1 | -0/+1 |
2005-10-15 | whitespace fixes | Thomas Vander Stichele | 1 | -1/+1 |
2005-10-12 | check/: Moved sinks2 testcode in sinks check. | Wim Taymans | 1 | -0/+2 |
2005-10-11 | Added extra flag to newsegment for future API freeze. | Wim Taymans | 1 | -7/+14 |
2005-10-11 | gst/gstbin.*: Prepare to make current EOS message queue more generic. | Wim Taymans | 1 | -13/+14 |
2005-10-10 | gst/: doc updates | Thomas Vander Stichele | 1 | -9/+10 |
2005-10-09 | more docs, fix compilation | Stefan Kost | 1 | -0/+14 |
2005-10-08 | more docs | Stefan Kost | 1 | -0/+16 |
2005-10-08 | gst/gstevent.*: Fix event quark registration. | Wim Taymans | 1 | -0/+7 |
2005-10-07 | gst/gstevent.*: New event for future idea. | Wim Taymans | 1 | -0/+50 |
2005-10-06 | initialize quarks | Thomas Vander Stichele | 1 | -0/+5 |
2005-10-06 | gst/gstevent.*: add string representations for event types | Thomas Vander Stichele | 1 | -2/+49 |
2005-09-24 | Various documentation updates. | Wim Taymans | 1 | -3/+4 |
2005-09-08 | Various fixes for unseekable, unmmapable, and non-normal files, so that fallb... | Michael Smith | 1 | -1/+1 |
2005-09-01 | gst/base/gstbasesink.*: Handle newsegments more correctly. | Wim Taymans | 1 | -3/+10 |
2005-08-31 | docs/faq/gst-uninstalled: add -good | Thomas Vander Stichele | 1 | -2/+2 |
2005-08-25 | gst/gstbin.h: removed ';' from the end of macro defs | Stefan Kost | 1 | -10/+10 |
2005-08-23 | gst/gstevent.*: Some more debugging output and doc cleanups. | Wim Taymans | 1 | -2/+37 |
2005-08-22 | inlined remaining docs, added missing doc comments | Stefan Kost | 1 | -0/+59 |