summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)AuthorFilesLines
2005-10-02gst/gstobject.h (GST_OBJECT_REFCOUNT_VALUE): Just use the int.Andy Wingo1-8/+13
2005-09-30gst/base/gstbasesink.c: Only error is an error.Wim Taymans1-2/+1
2005-09-29gst/base/gstbasesrc.c: Fix documentation typos. Add some more debug info.Tim-Philipp Müller1-3/+4
2005-09-29libs/gst/controller/gstcontroller.c: Better if we actually iterate the list :)Edward Hervey1-1/+1
2005-09-28gst/gstinfo.c: don't do dummy g_strdup()sStefan Kost3-66/+59
2005-09-28added another constructor for language bindingsStefan Kost2-2/+52
2005-09-28gst/base/gstbasesrc.c (gst_base_src_unlock): Comment a bit in lieu of real do...Andy Wingo1-0/+3
2005-09-27added two new functions to the docs documents all undocumented GstXXXFlags co...Stefan Kost1-0/+7
2005-09-27gst/: remove now useless and leaky resurrection code in disposeThomas Vander Stichele1-1/+6
2005-09-27libs/gst/dataprotocol/dataprotocol.c: Fix error-checking return values.Andy Wingo1-5/+5
2005-09-26Remove memchunk benchmark stuff, this is taken over by GLib bug 118439.Andy Wingo4-45/+50
2005-09-26gst/base/gstbasesrc.c: Some more debugging info.Wim Taymans1-0/+6
2005-09-25added more docsStefan Kost1-1/+10
2005-09-23various doc updatesThomas Vander Stichele1-1/+8
2005-09-22gst/base/gstbasesink.c: Prepare for more accurate position reporting and quer...Wim Taymans1-0/+79
2005-09-21gst/: Don't put functional code in g_return_if_fail() or g_return_val_if_fail...Tim-Philipp Müller1-4/+8
2005-09-20fix a leak in controllerThomas Vander Stichele1-1/+0
2005-09-20gst/base/gstbasesink.c: Make sync property settable from subclass.Wim Taymans1-1/+3
2005-09-20gst/base/gstbasesink.*: Added sync property to basesink to disable clock sync.Wim Taymans2-2/+15
2005-09-20more leaks plumbed, added more debug-loggingStefan Kost1-2/+5
2005-09-19gst/base/gstbasesrc.c: Handle state change failure more correctly.Wim Taymans1-4/+9
2005-09-16some whitespace to trigger a buildThomas Vander Stichele1-2/+2
2005-09-15configure.ac: Add -no-undefined to GST_PLUGIN_LDFLAGS (bug #316076)David Schleef4-4/+8
2005-09-15configure.ac: Remove getbits library. Nothing uses it, and it should be in s...David Schleef8-1043/+1
2005-09-12gst/: Remove the requirement for sub-classes to call the parent implementatio...Jan Schmidt1-18/+19
2005-09-11various doc fixesThomas Vander Stichele3-7/+10
2005-09-11debug fixesThomas Vander Stichele1-0/+9
2005-09-09check/gst-libs/controller.c: Header include fix.Jan Schmidt2-10/+16
2005-09-09object debugging is goodThomas Vander Stichele1-27/+31
2005-09-09check/elements/identity.c: Make the error a little clearer when the test fail...Jan Schmidt2-84/+434
2005-09-09check/gst/gstpad.c: add tests for valid pad namingThomas Vander Stichele2-2/+17
2005-09-09configure.ac: say what CHECK flags we useThomas Vander Stichele8-1766/+15
2005-09-07gst/base/gstbasesink.c (gst_base_sink_activate_pull): Fix a race condition wh...Andy Wingo1-2/+9
2005-09-02gst/base/gstbasesink.c: Add comment.Tim-Philipp Müller1-1/+1
2005-09-02run the wingo-magic script against the docsStefan Kost2-6/+10
2005-09-02gst/gstelement.h (GstState): Renamed from GstElementState, changed to be a no...Andy Wingo4-52/+51
2005-09-01gst/base/gstbasesink.*: Handle newsegments more correctly.Wim Taymans2-50/+130
2005-08-31libs/gst/controller/gst-controller.c: fixed boolean againStefan Kost2-12/+24
2005-08-31gst/base/gstbasetransform.c: Passthrough elements don't need the caps as they...Wim Taymans1-1/+1
2005-08-31gst/base/gstbasetransform.c: Don't leak refcounts on buffers.Wim Taymans1-8/+10
2005-08-31gst/base/gstbasetransform.*: Handle the case where we are not negotiated more...Wim Taymans2-4/+24
2005-08-31gst/base/gstbasetransform.c: passthrough elements can even do inplace on non ...Wim Taymans1-2/+7
2005-08-31check/gst-libs/controller.c: more tests (hehe I have the most)Stefan Kost6-14/+66
2005-08-30gst/base/gstadapter.c: Flushing out 0 bytes is ok for this function.Wim Taymans3-4/+7
2005-08-30docs/gst/gstreamer-sections.txt: ultral33t func10ns deserve to appear in the ...Stefan Kost1-0/+7
2005-08-28gst/gstutils.h (GST_BOILERPLATE_FULL): Prototype instance_init as having two ...Andy Wingo1-1/+1
2005-08-26gst/base/gstbasetransform.c: fix div-by-zeroStefan Kost1-0/+1
2005-08-26check/pipelines/simple_launch_lines.c (run_pipeline): Check element_set_state...Andy Wingo4-133/+153
2005-08-26libs/gst/bytestream/: removing obsolete filesStefan Kost8-1771/+0
2005-08-26gst/base/: fix up some debuggingThomas Vander Stichele3-7/+45