summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)AuthorFilesLines
2007-01-25API: gst_adapter_copy() that can reduce the amount of memcpy when getting dat...David Schleef2-0/+54
2007-01-16libs/gst/check/gstcheck.c: Actually write ABI structs to the file specified i...Tim-Philipp Müller1-6/+17
2007-01-12libs/gst/base/gstbasetransform.c (gst_base_transform_activate): Factor start/...Andy Wingo2-84/+51
2007-01-12libs/gst/base/gstbasesink.c (gst_base_sink_negotiate_pull): Don't set_caps() ...Andy Wingo1-2/+9
2007-01-12libs/gst/base/gstbasetransform.c (_GstBaseTransformPrivate): (gst_base_transf...Andy Wingo5-20/+146
2007-01-12libs/gst/check/: Add G_BEGIN_DECLS and G_END_DECLS. Move GST_CHECK_MAIN where...Tim-Philipp Müller2-2/+8
2007-01-09libs/gst/base/gstcollectpads.c: unref data at the end when we are done with t...Wim Taymans1-3/+3
2007-01-06libs/gst/base/gstbasesink.h: New GstBaseSinkClass vmethod, activate_pull(), p...Andy Wingo2-20/+39
2007-01-05libs/gst/base/gstbasesrc.c: Change some GST_ERROR_OBJECT that aren't really e...Tim-Philipp Müller1-2/+2
2006-12-21libs/gst/check/gstcheck.c: do not automatically (de)activate padsStefan Kost1-8/+0
2006-12-20libs/gst/base/gstcollectpads.c: Fix two doc typos (#387866).Sebastian Dröge1-2/+2
2006-12-16libs/gst/base/gstcollectpads.*: Add refcounting to the collectpads data so we...Sjoerd Simons2-26/+73
2006-12-15libs/gst/base/gstcollectpads.c: Automatically activate/deactivate pads when t...Wim Taymans1-0/+12
2006-12-07libs/gst/base/gstbasesink.c: Improve debugging of events.Wim Taymans1-2/+6
2006-11-28libs/gst/base/: New GstDataQueue object for threadsafe queueing. Most useful ...Edward Hervey3-2/+746
2006-11-20libs/gst/check/gstcheck.h: Fix compilation and running against 0.9.4. Fixes #...Sebastian Droege1-1/+12
2006-11-13libs/gst/base/gstbasesrc.c: Store new length in segment duration so we don't ...Jonathan Matthew1-1/+5
2006-11-10libs/gst/base/gstadapter.c: Fix format string to use all its arguments.Jan Schmidt1-2/+2
2006-11-09Do some optimisation work in GstAdapter to avoid copies in more cases.Jan Schmidt2-33/+91
2006-10-27libs/gst/base/gstbasetransform.c: Revert previous commit, 0 sized buffers are...Wim Taymans1-2/+1
2006-10-25libs/gst/base/gstbasetransform.c: Don't push the buffer if it's empty.Edward Hervey1-1/+2
2006-10-24gst/gstevent.h: Add small comment.Wim Taymans1-3/+3
2006-10-23libs/gst/base/gstbasesrc.c: Make sure size is always initialized. Fixes #364388.Sergey Scobich1-0/+2
2006-10-13gst/gstelement.h: Clarify _NO_PREROLL a bit more.Yves Lefebvre1-2/+11
2006-10-11libs/gst/controller/gstcontroller.c: Fix refcounting here too, just like we d...Tim-Philipp Müller1-17/+12
2006-10-10libs/gst/controller/gstcontroller.c: Take ref to controlled object so that it...René Stadler1-15/+34
2006-10-10libs/gst/check/gstcheck.c: Activate/deactivate pads in setup/teardown respect...Wim Taymans1-0/+9
2006-10-09libs/gst/net/gstnetclientclock.c: Remove local debugging system and use Gstre...Zaheer Abbas Merali1-15/+10
2006-10-09common/m4/gst-error.m4: Disable warning of statement not reached on Forte.Josep Torre Valles2-3/+3
2006-10-05Fix a compilation issue with Forte on Solaris. inet_aton is in libresolv.Josep Torre Valles1-1/+1
2006-10-05Printf fixes.Tim-Philipp Müller3-4/+4
2006-09-29libs/gst/controller/gstcontroller.c: Don't g_return_val_if_fail() on timed va...Tim-Philipp Müller1-7/+21
2006-09-29libs/gst/net/: Stop reading commands when EOF as well.Wim Taymans2-2/+2
2006-09-28configure.ac: Don't pull in gmodule-2.0.pc as a dependency in our .pc files -...Jan Schmidt1-1/+1
2006-09-27docs/random/moving-plugins: Make it clear that the "compiled-in descriptions"...Wim Taymans3-48/+92
2006-09-23libs/gst/base/gstbasesrc.c: Match _start/_stop calls in the activate function...Antoine Tremblay1-33/+54
2006-09-22libs/gst/controller/gstcontroller.c: Ref instances when returning them again ...Stefan Kost1-0/+2
2006-09-18gst/gstelement.c: Use _DEBUG_OBJECT some more.Wim Taymans1-2/+2
2006-09-17libs/gst/base/gstbasesrc.c: JITTER, RATE, and LATENCY query should be handled...Tim-Philipp Müller1-3/+3
2006-09-16libs/gst/base/gstbasetransform.c: Check if requested caps are the same as the...Edward Hervey1-1/+19
2006-09-15libs/gst/base/gstbasesink.c: Make sure that our internal state is correct whe...Wim Taymans1-3/+22
2006-09-15Expose logic to wait for preroll so that subclasses such as audiosink can als...Wim Taymans2-6/+44
2006-09-05libs/gst/net/: Make stuff compile on windows. Fixes #345295.Wim Taymans6-6/+142
2006-09-01docs/: Fix docs some more.Wim Taymans2-20/+32
2006-08-28libs/gst/base/gstbasesink.c: Inform GstSegment of the last stop position in o...Edward Hervey1-0/+3
2006-08-28libs/gst/base/gstbasesrc.c: Small comment update.Wim Taymans1-1/+5
2006-08-24implement caps merging (fixes #352580)Stefan Kost1-3/+4
2006-08-21API: Add gst_caps_merge() and use it in basetransform, fixes #345444 in a bet...Stefan Kost1-4/+6
2006-08-21libs/gst/base/gstbasetransform.c: Only call downstream buffer_alloc if transf...Edward Hervey1-6/+16
2006-08-20Simplify caps to get rid of duplicates, fixes #345444Stefan Kost1-2/+10