summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2005-09-26Remove memchunk benchmark stuff, this is taken over by GLib bug 118439.Andy Wingo16-616/+108
2005-09-26remove queryutils headers after moving the two used functions to gstquery. a...Thomas Vander Stichele9-151/+67
2005-09-26Correct syntax for debug option in gst-launch manpageMichael Smith2-2/+7
2005-09-26gst/base/gstbasesrc.c: Some more debugging info.Wim Taymans3-0/+18
2005-09-25added more docsStefan Kost5-10/+35
2005-09-25inlined the last two docs files removed the tmpl directory from cvs (no more ...Stefan Kost8-509/+163
2005-09-25inlined two more docs factored gstpadtemplate out of gstpadStefan Kost10-1855/+701
2005-09-24check/gst/gstbin.c: Fix test case: we can't rely on a fixed state change orde...Tim-Philipp Müller3-0/+46
2005-09-24Various documentation updates.Wim Taymans14-41/+140
2005-09-24gst/gstclock.h: Well, that's embarassing. Luckily we weren't usingThomas Vander Stichele3-1/+7
2005-09-23common/gtk-doc.mak: don't fail on building XML, FC4 slave shows a bunch of do...Thomas Vander Stichele5-1/+15
2005-09-23Add blurb about how the bus goes into flushing mode and drops all messages wh...Tim-Philipp Müller4-0/+25
2005-09-23add a method to get a GstClockTime out of a structureThomas Vander Stichele4-1/+48
2005-09-23check/gst/gstbin.c: Added test to check state change order in bins (can still...Tim-Philipp Müller6-17/+392
2005-09-23fix docsThomas Vander Stichele9-16/+14
2005-09-23don't break docs buildThomas Vander Stichele1-1/+0
2005-09-23various doc updatesThomas Vander Stichele7-8/+40
2005-09-23inlined 3 more biiiig doc files and added some missing docs on the flyStefan Kost13-2290/+708
2005-09-23put back source in registry. add checks for find_plugin.Thomas Vander Stichele10-26/+97
2005-09-22fix leak in the test itselfThomas Vander Stichele3-0/+13
2005-09-22gst/base/gstbasesink.c: Prepare for more accurate position reporting and quer...Wim Taymans4-0/+172
2005-09-22gst/gstquery.*: More documentation.Wim Taymans3-4/+151
2005-09-22gst/gstbin.c: Some more debug info.Wim Taymans5-14/+28
2005-09-22check/gst/gstvalue.c: Add simplistic test suite for GST_TYPE_DATE serialisati...Tim-Philipp Müller3-0/+118
2005-09-22Add GST_TYPE_DATE, a boxed type that wraps GDate, and the usual bunch of util...Tim-Philipp Müller6-0/+235
2005-09-22gst/gstconfig.h.in: Psych out gtk-doc.Andy Wingo14-68/+145
2005-09-22gst/gstbuffer.c (gst_buffer_get_caps): Like all our _get accessors returning ...Andy Wingo4-11/+22
2005-09-21gst/gstinfo.c: Add mutex to serialise access to the hash table with the funct...Tim-Philipp Müller3-9/+26
2005-09-21docs/pwg/appendix-porting.xml: And something about newsegment events and caps...Tim-Philipp Müller2-1/+25
2005-09-21Test that removing probes from within the probe functions works.Andy Wingo3-0/+154
2005-09-21check/gst/gstutils.c (test_buffer_probe_n_times): Add tests for data and even...Andy Wingo3-12/+89
2005-09-21check/gst/gstutils.c: New file.Andy Wingo9-70/+274
2005-09-21gst/: Don't put functional code in g_return_if_fail() or g_return_val_if_fail...Tim-Philipp Müller4-26/+63
2005-09-21inlied another one and added some obvious docsStefan Kost5-623/+115
2005-09-21gst/elements/gstfdsrc.*: Properly implement fdsrc. Removed signal and timeout...Wim Taymans5-206/+274
2005-09-21inlined more docsStefan Kost4-74/+17
2005-09-21docs/gst/: remove obsolete doc fileStefan Kost4-25/+8
2005-09-21gst/gstelementfactory.c: Drink a little beer, fix a little leak.David Schleef2-0/+6
2005-09-20remove filesStefan Kost14-678/+51
2005-09-20more docs inlined, splitted gstindex.{c,h}Stefan Kost14-254/+558
2005-09-20fix a leak in controllerThomas Vander Stichele2-1/+5
2005-09-20gst/elements/gstfilesink.c: Set sync to FALSE by default.Tim-Philipp Müller3-0/+9
2005-09-20gst/base/gstbasesink.c: Make sync property settable from subclass.Wim Taymans5-4/+24
2005-09-20The timeout handler should have lower priority than the source so we don't ti...Wim Taymans3-2/+17
2005-09-20tools/gst-inspect.c: Fix two typos.Tim-Philipp Müller2-2/+7
2005-09-20remove the sync property from fakesink.Thomas Vander Stichele22-100/+17
2005-09-20docs/gst/gstreamer-docs.sgml: remove probe refsectionStefan Kost2-2/+5
2005-09-20check/Makefile.am: disable valgrinding the controller test againStefan Kost4-73/+22
2005-09-20gst/base/gstbasesink.*: Added sync property to basesink to disable clock sync.Wim Taymans5-4/+38
2005-09-20gst/gstelementfactory.c (gst_element_factory_create): Avoid eating the caller...Andy Wingo6-7/+49