summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)AuthorFilesLines
2007-04-02docs/random/ensonic/dynlink.txt: More work on proposal for new core api.Stefan Kost3-7/+29
2007-03-29libs/gst/base/gstadapter.c: Make take_buffer a bit quicker by removing redund...Jan Schmidt1-8/+11
2007-03-25libs/gst/base/gstbasesrc.c: Only push the segment events in the PLAYING state...Wim Taymans1-10/+11
2007-03-22libs/gst/base/gstbasesrc.c: Handle errors from the clock sync better, only UN...Wim Taymans1-2/+14
2007-03-21libs/gst/base/gstbasesrc.c: Clarify FIXME comment in the face of having added...Jan Schmidt1-3/+6
2007-03-19libs/gst/base/: Add ::unlock_stop to basesrc and basesink. This allows an opp...Jan Schmidt4-7/+57
2007-03-19docs/gst/gstreamer-sections.txt: Add new element field and method.Wim Taymans1-11/+54
2007-03-14fix misleading log statementThomas Vander Stichele1-2/+2
2007-03-09Add metadata copy functions. Fixes #393099.Wim Taymans1-4/+2
2007-03-08libs/gst/base/gstbasetransform.*: Add support for dropping buffers with custo...Wim Taymans2-5/+42
2007-03-01libs/gst/base/gstbasesrc.c: Log flow-names and not numbers.Stefan Kost1-2/+4
2007-02-28libs/gst/base/gstbasesink.c: Don't unref query twice.Wim Taymans1-1/+0
2007-02-28libs/gst/base/gstbasesink.c: Improve latency query code.Wim Taymans1-12/+26
2007-02-19libs/gst/base/gstbasetransform.c: Implement a checkgetrange function instead ...Wim Taymans1-0/+18
2007-02-15More docs coverage and some ChangeLog surgery (add missing names)Stefan Kost3-1/+11
2007-02-15libs/gst/base/gstbasesrc.c: Answer LATENCY query.Wim Taymans1-0/+8
2007-02-12docs/design/draft-latency.txt: Small update.Wim Taymans2-23/+176
2007-02-11docs/libs/Makefile.am: Fix path to core docs.Stefan Kost1-1/+1
2007-02-01libs/gst/base/gstcollectpads.*: Don't put the previously added destroy notify...Sebastian Dröge2-8/+23
2007-02-01API: Add function to specify a destroy notification for customSebastian Dröge2-0/+65
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