summaryrefslogtreecommitdiff
path: root/libs
Commit message (Expand)AuthorAgeFilesLines
* libs/gst/check/gstcheck.h: Fix detection of the check version we're compiling...Peter Kjellerstedt2007-12-201-6/+20
* libs/gst/base/gstbasesrc.c: Allow sending EOS to the source to make it send o...Wim Taymans2007-12-191-34/+60
* libs/gst/base/gstbasesrc.c: Make _wait_playing() not check any variables so t...Wim Taymans2007-12-171-16/+19
* API: Add gst_base_transform_set_gap_aware() to control whether the element co...Sebastian Dröge2007-12-142-0/+38
* libs/gst/base/: Replace gst_pad_get_parent by GST_OBJECT_PARENT inside stream...Stefan Kost2007-12-133-16/+6
* Makefile.am: Add check-exports target and run it as part of 'make check' (see...Tim-Philipp Müller2007-12-125-25/+25
* Change GST_GET_TIMESTAMP into gst_util_get_timestamp and replace all uses as ...Stefan Kost2007-12-111-2/+2
* libs/gst/base/gstbasesink.c: Use new API to get elapsed time.Stefan Kost2007-11-281-5/+4
* libs/gst/base/gstbasesink.c: Only send upstream events upstream. Fixes #498746.Wim Taymans2007-11-211-2/+7
* gst/gstevent.c: Little documentation improvment.Stefan Kost2007-11-171-1/+2
* libs/gst/base/gstbasesink.c: Don't hold the object lock when unreffing a buff...Wim Taymans2007-11-091-1/+10
* gst/gstsegment.c: Also accumulate time correctly when doing reverse playback....Wim Taymans2007-11-091-0/+2
* libs/gst/base/gstbasesrc.c: Unify flushing code, remove some old unlock code ...Wim Taymans2007-11-061-80/+27
* libs/gst/base/gstbasesink.c: Don't try to report a 0 position when we don't k...Wim Taymans2007-11-061-32/+52
* g_type_class_ref() other types as well, see #349410 and #64764.Tim-Philipp Müller2007-11-011-1/+1
* Fix a couple of missing includes for MSVC2005 and a C99 issue. Also, starting...Ole André Vadla Ravnås2007-10-313-7/+20
* libs/gst/base/gstbasesrc.c: Its "Since:" and not "@Since:". And remove an sup...Stefan Kost2007-10-311-2/+2
* Add a new last-buffer property that contains the last buffer used in basesink...Wim Taymans2007-10-302-25/+104
* libs/gst/base/gstbasesink.c: Reset last seen position after flushing so that ...Wim Taymans2007-10-251-0/+5
* Use a custom export symbol regex for libgstcheck, as it needs to export symbo...Jan Schmidt2007-10-252-4/+4
* libs/gst/check/gstcheck.*: Allow runtime selection of unit tests to run via t...Tim-Philipp Müller2007-10-162-0/+41
* libs/gst/base/gstbasesink.*: Add function to wait for EOS, subclasses can use...Wim Taymans2007-10-102-0/+71
* libs/gst/base/gstbasesink.c: When we received EOS and are waiting for when to...Wim Taymans2007-10-081-23/+65
* libs/gst/base/gstbasesink.c: Don't try to preroll non-async elements after a ...Wim Taymans2007-10-081-1/+5
* libs/gst/base/gstbasesrc.c: Rework the locking of basesrc in a similar fashio...Wim Taymans2007-10-051-109/+201
* libs/gst/base/gsttypefindhelper.c: Speedup typefinding. This is work in progr...Stefan Kost2007-10-031-6/+38
* libs/gst/base/gstbasesrc.c: Call unlock for live sources so that they can't g...Wim Taymans2007-10-021-3/+24
* libs/gst/base/gstbasesrc.c: Also initialize the counter that calculates the f...Wim Taymans2007-10-011-1/+3
* libs/gst/base/gstbasesink.c: Return correct gboolean from query function.Wim Taymans2007-09-241-19/+26
* libs/gst/base/gstbasesink.c: Simplify latency query.Wim Taymans2007-09-241-45/+35
* libs/gst/base/gstbasesrc.c: Don't unref the event after pushing it. Fixes #47...Wim Taymans2007-09-191-1/+5
* Fix minor compilation warnings shown with Forte.Jan Schmidt2007-09-172-2/+2
* libs/gst/base/gstbasesink.c: Sinks that don't preroll can always be queried f...Wim Taymans2007-09-141-7/+16
* libs/gst/base/gstbasesink.c: Latency query is allowed after we are prerolled....Wim Taymans2007-09-141-21/+31
* libs/gst/base/gstbasesrc.c: Push OOB events downstream when we get them in se...Wim Taymans2007-09-131-1/+31
* libs/gst/base/gstbasesrc.c: Update docs.Wim Taymans2007-09-131-57/+95
* libs/gst/controller/: Use gst_guint64_to_gdouble() when converting from a uin...Sebastien Moutte2007-09-132-92/+96
* docs/design/part-live-source.txt: Add docs on how live sources should timestamp.Wim Taymans2007-09-111-1/+20
* libs/gst/base/gstbasesrc.*: Add property to make the basesrc timestamp buffer...Wim Taymans2007-09-102-10/+94
* libs/gst/base/gstbasesink.c: Protect eos and have_preroll with the OBJECT loc...Wim Taymans2007-09-051-22/+32
* docs/libs/gstreamer-libs-sections.txt: Add new methods to docs.Wim Taymans2007-08-302-1/+86
* libs/gst/base/gstbasesink.*: Add async property to instruct the sink never to...Wim Taymans2007-08-292-23/+132
* libs/gst/base/gstbasesink.c: Improve debugging.Wim Taymans2007-08-282-15/+79
* gst/gstmessage.h: Add some more docs for the messages.Wim Taymans2007-08-161-1/+4
* Add more missing docs.Stefan Kost2007-08-135-6/+29
* libs/gst/controller/gstlfocontrolsource.c: Printf format fix.Tim-Philipp Müller2007-08-101-1/+2
* libs/gst/base/gstbasesink.c: Don't send an async_start message during downwar...Philippe Kalaf2007-08-091-6/+10
* libs/gst/controller/Makefile.am: Dist gstlfocontrolsourceprivate.hJan Schmidt2007-08-071-1/+2
* libs/gst/controller/: API: Add GstLFOControlSource, a control source that giv...Sebastian Dröge2007-08-034-3/+1250
* libs/gst/base/gsttypefindhelper.c: Cleanup the typefindhelper code and add pr...Stefan Kost2007-07-241-79/+109