X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=ChangeLog;h=d1b0644f10c7abc736621c7664cd6f9659cd54b1;hb=d3958b912e15e18854d06009797677a9604145f2;hp=64463dfca49a45a1f18d4ab7b60707fc2556c7d7;hpb=fb8fbdaeb35269f7095ac5f00d7ec3c10de4e35d;p=platform%2Fupstream%2Fgstreamer.git diff --git a/ChangeLog b/ChangeLog index 64463df..d1b0644 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,18167 @@ -=== release 0.11.3 === +=== release 1.4.0 === -2012-03-22 Wim Taymans +2014-07-19 Sebastian Dröge * configure.ac: - releasing 0.11.3, "Thrill of the Hunt" + releasing 1.4.0 + +2014-07-19 12:16:58 +0200 Sebastian Dröge + + * po/da.po: + * po/sv.po: + po: Update translations + +2014-07-17 15:53:53 +0200 Thibault Saunier + + * libs/gst/base/gstbaseparse.c: + baseparse: Return FLOW_FLUSHING when pushing a frame on a pad that has been flushed + When going to READY, it is possible that we are still pusing a frame but that + our srcpad has already been set to flushing. In that case we should not + post any error on the bus but instead cleanly return FLOW_FLUSHING. + https://bugzilla.gnome.org/show_bug.cgi?id=733320 + +2014-07-17 07:07:36 +0200 Edward Hervey + + * plugins/elements/gsttypefindelement.c: + typefindelement: Propagate input buffer PTS and DTS + The initial buffers (that were used for timestamping) might have PTS + and DTS set. In order to forward those properly, get the initial + PTS/DTS from the adapter and set them on the reconstructed output + buffer. + https://bugzilla.gnome.org/show_bug.cgi?id=733291 + +2014-07-12 17:01:23 +0200 Sebastian Rasmussen + + * gst/gstdebugutils.c: + debugutils: Unref pad template after use + Fixes https://bugzilla.gnome.org/show_bug.cgi?id=733121 + +2014-07-14 18:10:45 -0300 Thiago Santos + + * gst/gst.c: + gst: init taglist gtype to use it in gstvalue + Otherwise it will have a 0 value and GstTagList won't be found + for GstValue functions (serialization/deserialization) + https://bugzilla.gnome.org/show_bug.cgi?id=733131 + +=== release 1.3.91 === + +2014-07-11 10:46:01 +0200 Sebastian Dröge + + * ChangeLog: + * NEWS: + * RELEASE: + * configure.ac: + * docs/plugins/inspect/plugin-coreelements.xml: + * gstreamer.doap: + * win32/common/config.h: + * win32/common/gstversion.h: + Release 1.3.91 + +2014-07-11 10:41:20 +0200 Sebastian Dröge + + * po/af.po: + * po/az.po: + * po/be.po: + * po/bg.po: + * po/ca.po: + * po/cs.po: + * po/da.po: + * po/de.po: + * po/el.po: + * po/en_GB.po: + * po/eo.po: + * po/es.po: + * po/eu.po: + * po/fi.po: + * po/fr.po: + * po/gl.po: + * po/hr.po: + * po/hu.po: + * po/id.po: + * po/it.po: + * po/ja.po: + * po/lt.po: + * po/nb.po: + * po/nl.po: + * po/pl.po: + * po/pt_BR.po: + * po/ro.po: + * po/ru.po: + * po/rw.po: + * po/sk.po: + * po/sl.po: + * po/sq.po: + * po/sr.po: + * po/sv.po: + * po/tr.po: + * po/uk.po: + * po/vi.po: + * po/zh_CN.po: + * po/zh_TW.po: + Update .po files + +2014-07-11 08:51:08 +0200 Sebastian Dröge + + * po/da.po: + * po/vi.po: + po: Update translations + +2014-07-05 18:29:29 +0200 Sebastian Rasmussen + + * docs/libs/gstreamer-libs-docs.sgml: + * docs/libs/gstreamer-libs-sections.txt: + * gst/gstcaps.h: + * gst/gstdevice.c: + * gst/gstdeviceprovider.c: + * gst/gstdeviceproviderfactory.c: + * gst/gsttoc.h: + * gst/gstvalue.c: + * libs/gst/check/gstcheck.c: + * libs/gst/net/gstnetaddressmeta.c: + * libs/gst/net/gstnetaddressmeta.h: + docs: Fix documentation typos and inconsistencies + * GstGlobalDeviceMonitor was renamed to GstDeviceMonitor + * Expand GST_MESSAGE_DEVICE to the full enum value names + * Correct the incorrect references to the GstDeviceProvider interfaces + * Describe caps arguments for gstcheck interface + * Add missing docs for GstNetAddressMeta and its add function + * Add docs for toc helper macros + * Avoid refering to GstValueList type as done elsewhere + Fixes https://bugzilla.gnome.org/show_bug.cgi?id=732786 + +2014-07-05 17:13:21 +0200 Sebastian Rasmussen + + * docs/gst/gstreamer-sections.txt: + * docs/libs/gstreamer-libs-sections.txt: + docs: Cleanup interface references in docs + * Delete references to removed interfaces + * Add missing documentation sections + * Fix duplicate interface references for GstDevice + Fixes https://bugzilla.gnome.org/show_bug.cgi?id=732786 + +2014-07-08 11:17:41 +0200 Sebastian Dröge + + * plugins/elements/gstfilesrc.c: + * plugins/elements/gsttee.c: + * tools/gst-launch.1.in: + docs: There is no decodebin2 anymore, don't pretend otherwise + +2014-07-07 16:14:32 -0300 Thiago Santos + + * plugins/elements/gstfdsrc.c: + fdsrc: fix error setting when uri is invalid + Elements should always set the GError + +2014-07-06 12:13:04 +0100 Tim-Philipp Müller + + * libs/gst/check/gstcheck.h: + libs: gstcheck: check that mutex is locked before g_cond_wait*() is called + Sanity check to catch problems in unit test. + +2014-07-06 12:12:20 +0100 Tim-Philipp Müller + + * libs/gst/check/gstcheck.h: + libs: gstcheck: init and clear global mutex and cond variables + +2014-07-06 12:09:31 +0100 Tim-Philipp Müller + + * tests/check/gst/gstpoll.c: + tests: fix locking in gstpoll unit test + The mutex needs to be locked when g_cond_wait*() is + called. + +2014-07-05 16:24:18 +0100 Matthieu Bouron + + * scripts/gst-uninstalled: + gst-uninstalled: add video and base library paths from -bad + https://bugzilla.gnome.org/show_bug.cgi?id=732770 + +2014-07-04 19:40:28 +0100 Tim-Philipp Müller + + * tools/gst-inspect.c: + tools: suppress GLib warnings when gst-inspecting deprecated properties + GLib in git will spew a g_warning() when a property marked as + deprecated via param spec flags is accessed. Suppress this by + setting the appropriate environment variable. + +2014-07-03 10:11:02 +0200 Sebastian Dröge + + * gst/gstmessage.h: + message: Work around g-i/pygobject/gjs bug with ~0 in enums + GST_MESSAGE_ANY was considered a long by pygobject and gjs, and thus + couldn't be used in gst_bus_poll() and similar APIs as they expect an + int-typed enum. + Just use 0xffffffff instead for now. + https://bugzilla.gnome.org/show_bug.cgi?id=732633 + +2014-07-02 08:41:18 +0100 Tim-Philipp Müller + + * tests/check/gst/gstbufferlist.c: + tests: don't use post-GLib 2.32 API in bufferlist test + g_ptr_array_insert() is GLib >= 2.40 + +2014-07-01 12:22:56 +0200 Göran Jönsson + + * gst/gstpad.c: + pad: Don't unlock while iterating over all sticky events for removal + Otherwise we might end up getting the event removed from elsewhere + at the same time while we're unlocked for g_object_notify(). + https://bugzilla.gnome.org/show_bug.cgi?id=732556 + +2014-07-01 19:17:11 +0200 Sebastian Dröge + + * plugins/elements/gstidentity.c: + identity: Proxy the accept-caps query + We always work in passthrough mode so there's no point in doing + something more clever in basetransform. Also the basetransform + code leads to problems with incomplete caps and downstream + elements that use GST_PAD_FLAG_ACCEPT_INTERSECT. + https://bugzilla.gnome.org/show_bug.cgi?id=732559 + +2014-07-01 11:21:53 +0100 Vincent Penquerc'h + + * libs/gst/base/gstbasesink.c: + basesink: reset QoS on segment event + This avoids spurious warnings about slow machine when upstream + sends new segments without flushing. + +2014-06-30 23:39:18 -0700 Evan Nemerson + + * gst/gstbufferpool.c: + * gst/gstdevice.c: + * gst/gstdevicemonitor.c: + * gst/gstdeviceprovider.c: + * gst/gstdeviceproviderfactory.c: + * gst/gstmessage.c: + * gst/gstquery.c: + * gst/gststructure.c: + * gst/gstsystemclock.c: + * libs/gst/base/gstbasesrc.c: + * libs/gst/base/gstcollectpads.c: + * libs/gst/check/gstcheck.c: + * libs/gst/check/gsttestclock.c: + introspection: Assorted minor introspection and documentation fixes + https://bugzilla.gnome.org/show_bug.cgi?id=732534 + +2014-06-30 08:59:18 +0000 Guillaume Desmottes + + * gst/gstdevicemonitor.c: + devicemonitor: Stop using g_clear_pointer() + We dont't want to depend on GLib 2.34 for now. + +2014-06-29 19:16:05 +0200 Sebastian Dröge + + * tests/check/libs/sparsefile.c: + sparsefile: Initialize memory in unit test to make valgrind happy + We were writing unitialized stack memory to the file. + +=== release 1.3.90 === + +2014-06-28 10:45:18 +0200 Sebastian Dröge + + * ChangeLog: + * NEWS: + * RELEASE: + * configure.ac: + * docs/plugins/inspect/plugin-coreelements.xml: + * gstreamer.doap: + * win32/common/config.h: + * win32/common/gstversion.h: + Release 1.3.90 + +2014-06-28 10:41:48 +0200 Sebastian Dröge + + * po/af.po: + * po/az.po: + * po/be.po: + * po/bg.po: + * po/ca.po: + * po/cs.po: + * po/da.po: + * po/de.po: + * po/el.po: + * po/en_GB.po: + * po/eo.po: + * po/es.po: + * po/eu.po: + * po/fi.po: + * po/fr.po: + * po/gl.po: + * po/hr.po: + * po/hu.po: + * po/id.po: + * po/it.po: + * po/ja.po: + * po/lt.po: + * po/nb.po: + * po/nl.po: + * po/pl.po: + * po/pt_BR.po: + * po/ro.po: + * po/ru.po: + * po/rw.po: + * po/sk.po: + * po/sl.po: + * po/sq.po: + * po/sr.po: + * po/sv.po: + * po/tr.po: + * po/uk.po: + * po/vi.po: + * po/zh_CN.po: + * po/zh_TW.po: + Update .po files + +2014-06-27 10:44:32 +0100 Tim-Philipp Müller + + * gst/gstdevicemonitor.c: + * tests/check/gst/gstdevice.c: + devicemonitor: don't fail when started without any filters + Just show all devices then. + +2014-06-27 10:44:01 +0100 Tim-Philipp Müller + + * gst/gstdeviceproviderfactory.c: + deviceproviderfactory: handle NULL classes argument and match any + +2014-06-26 21:00:40 -0400 Olivier Crête + + * tests/check/Makefile.am: + * tests/check/gst/.gitignore: + * tests/check/gst/gstdevice.c: + device: Add unit tests + +2014-06-26 17:22:25 -0400 Olivier Crête + + * gst/gstdevicemonitor.c: + * gst/gstdeviceprovider.c: + * gst/gstdeviceproviderfactory.c: + * gst/gstmessage.c: + devicemonitor: Improve documentation + +2014-06-26 17:13:12 -0400 Olivier Crête + + * docs/gst/gstreamer-sections.txt: + * gst/gstdevicemonitor.c: + * gst/gstdevicemonitor.h: + * gst/gstdeviceprovider.c: + * gst/gstdeviceproviderfactory.c: + * gst/gstdeviceproviderfactory.h: + * win32/common/libgstreamer.def: + devicemonitor: Make it possible to add multiple filters + Each filter will include a GstCaps and a set of classes to match + +2014-06-26 16:31:51 -0400 Olivier Crête + + * gst/gstdevice.c: + device: Add pre-conditions + +2014-06-26 15:08:46 -0400 Olivier Crête + + * docs/gst/gstreamer-docs.sgml: + * docs/gst/gstreamer-sections.txt: + * gst/Makefile.am: + * gst/gst.h: + * gst/gstdevicemonitor.c: + * gst/gstdevicemonitor.h: + * gst/gstglobaldevicemonitor.c: + * gst/gstglobaldevicemonitor.h: + * win32/common/libgstreamer.def: + GstDeviceMonitor: Rename from GstGlobalDeviceMonitor + +2014-06-26 14:28:09 -0400 Olivier Crête + + * docs/gst/gstreamer-docs.sgml: + * docs/gst/gstreamer-sections.txt: + * docs/plugins/gstreamer-plugins.hierarchy: + * gst/Makefile.am: + * gst/gst.h: + * gst/gst_private.h: + * gst/gstdevice.c: + * gst/gstdevicemonitor.c: + * gst/gstdevicemonitor.h: + * gst/gstdevicemonitorfactory.c: + * gst/gstdevicemonitorfactory.h: + * gst/gstdeviceprovider.c: + * gst/gstdeviceprovider.h: + * gst/gstdeviceproviderfactory.c: + * gst/gstdeviceproviderfactory.h: + * gst/gstglobaldevicemonitor.c: + * gst/gstglobaldevicemonitor.h: + * gst/gstmessage.c: + * gst/gstmessage.h: + * gst/gstregistry.c: + * gst/gstregistrybinary.c: + * gst/gstregistrychunks.c: + * gst/gstregistrychunks.h: + * tools/gst-inspect.c: + * win32/common/libgstreamer.def: + DeviceProvider: Rename from DeviceMonitor + +2014-06-26 19:31:33 +0200 Sebastian Dröge + + * libs/gst/base/gstdataqueue.c: + * libs/gst/base/gstdataqueue.h: + dataqueue: Hide from bindings + Other languages have their own data structures that are more convenient to + use. + https://bugzilla.gnome.org/show_bug.cgi?id=731303 + +2014-06-26 19:30:52 +0200 Sebastian Dröge + + * libs/gst/base/gstqueuearray.c: + * libs/gst/base/gstqueuearray.h: + queuearray: Hide from bindings + Other languages have their own data structures that are more convenient to use. + https://bugzilla.gnome.org/show_bug.cgi?id=731350 + +2014-05-28 10:14:45 +0100 Philip Withnall + + * gst/gstminiobject.c: + miniobject: Add missing (nullable) annotations + gst_mini_object_replace() can take NULL mini-objects. + https://bugzilla.gnome.org/show_bug.cgi?id=730873 + +2014-06-26 19:02:06 +0200 Sebastian Dröge + + * gst/gstmessage.c: + message: Application and element messages should not have NULL structures + It does not make sense for them. + +2014-06-11 16:19:01 -0700 Evan Nemerson + + * gst/gstbufferpool.c: + * gst/gstelement.c: + * gst/gstinfo.h: + * gst/gstmessage.c: + * gst/gstobject.c: + * gst/gstpad.c: + * gst/gstpad.h: + * gst/gstplugin.h: + * gst/gstpreset.c: + * gst/gsttaglist.c: + introspection: add some missing allow-none annotations to in params + https://bugzilla.gnome.org/show_bug.cgi?id=730957 + +2014-06-11 16:06:19 -0700 Evan Nemerson + + * gst/gstbuffer.c: + * gst/gstbuffer.h: + * gst/gstbufferlist.h: + * gst/gstcaps.h: + * gst/gstevent.h: + * gst/gstmessage.h: + * gst/gstobject.c: + * gst/gstpreset.c: + * gst/gstquery.h: + * gst/gsttoc.c: + * gst/gstvalue.c: + introspection: add nullability annotations to out and inout params + https://bugzilla.gnome.org/show_bug.cgi?id=730957 + +2014-06-11 15:21:34 -0700 Evan Nemerson + + * gst/gstallocator.c: + * gst/gstatomicqueue.c: + * gst/gstbin.c: + * gst/gstbuffer.c: + * gst/gstbufferlist.c: + * gst/gstbus.c: + * gst/gstcapsfeatures.c: + * gst/gstchildproxy.c: + * gst/gstclock.c: + * gst/gstcontrolbinding.c: + * gst/gstdatetime.c: + * gst/gstdevicemonitorfactory.c: + * gst/gstelement.c: + * gst/gstelement.h: + * gst/gstelementfactory.c: + * gst/gstformat.c: + * gst/gstghostpad.c: + * gst/gstmemory.c: + * gst/gstmeta.c: + * gst/gstminiobject.c: + * gst/gstobject.c: + * gst/gstpad.c: + * gst/gstpad.h: + * gst/gstplugin.c: + * gst/gstpluginfeature.c: + * gst/gstpluginfeature.h: + * gst/gstpoll.c: + * gst/gstpreset.c: + * gst/gstregistry.c: + * gst/gstsample.c: + * gst/gststructure.c: + * gst/gsttaglist.c: + * gst/gsttagsetter.c: + * gst/gsttaskpool.c: + * gst/gsttoc.c: + * gst/gsttocsetter.c: + * gst/gsttypefind.c: + * gst/gsttypefindfactory.c: + * gst/gsturi.c: + * gst/gstutils.c: + * gst/gstvalue.c: + introspection: add missing (nullable) annotations to return values + Support for (nullable) was added to G-I at the same time as nullable + return values. Previous versions of G-I will not mark return values as + nullable, even when an (allow-none) annotation is present, so it is + not necessary to add (allow-none) annotations for compatibility with + older versions of G-I. + https://bugzilla.gnome.org/show_bug.cgi?id=730957 + +2014-06-11 17:15:39 -0700 Evan Nemerson + + * libs/gst/base/gstadapter.c: + * libs/gst/base/gstcollectpads.c: + * libs/gst/base/gstcollectpads.h: + base: assorted introspection fixes and additions + https://bugzilla.gnome.org/show_bug.cgi?id=731542 + +2014-06-11 17:12:20 -0700 Evan Nemerson + + * libs/gst/base/gstadapter.c: + * libs/gst/base/gstbasesink.c: + * libs/gst/base/gstcollectpads.c: + * libs/gst/base/gstindex.c: + * libs/gst/base/gsttypefindhelper.c: + base: add (nullable) annotations to return values + https://bugzilla.gnome.org/show_bug.cgi?id=731542 + +2014-06-26 14:08:03 +0100 Tim-Philipp Müller + + * tests/check/gst/gstbufferlist.c: + tests: add another buffer list test case + +2014-06-26 13:24:08 +0100 Tim-Philipp Müller + + * tests/check/gst/gstbufferlist.c: + tests: port and re-enable buffer list tests + And remove some which don't apply any more. + +2014-06-26 11:58:04 +0300 George Kiagiadakis + + * tests/check/gst/gstcaps.c: + tests: enhance the gstcaps test_features to also test gst_caps_set_features() + Compliments my previous patch for gst_caps_set_features, which would + previously assert and leak the old GstCapsFeatures if the caps already + had a GstCapsFeatures and you were trying to replace it with a new one. + +2014-06-26 11:16:34 +0300 George Kiagiadakis + + * gst/gstcaps.c: + caps: unset the parent refcount of the old features before freeing them in gst_caps_set_features() + Otherwise gst_caps_features_free() asserts and the features structure is leaked + +2014-06-16 19:30:06 -0300 Thiago Santos + + * libs/gst/base/gstbaseparse.c: + baseparse: avoid returning _OK for _NOT_LINKED + When the parser receives non-aligned packets it can push a buffer + and get a not-linked return while still leaving some data still to + be parsed. This remaining data will not form a complete frame and + the subclass likely returns _OK and baseparse would take that + as the return, while it the element is actually not-linked. + This patch fixes this by storing the last flow-return from a push + and using that if a parsing operation doesn't result in data being + flushed or skipped. + https://bugzilla.gnome.org/show_bug.cgi?id=731474 + +2014-06-25 11:40:57 +0100 Tim-Philipp Müller + + * plugins/elements/gstelements_private.c: + elements: fix copyright and remove gtk-doc chunk + Trivial as it may be, this code was mostly copied from + somewhere else. The gtk-doc chunk is not needed, since + it's not public API. + +2014-06-02 22:07:52 -0400 Olivier Crête + + * plugins/elements/gstfilesrc.c: + filesrc: Ignore seek error on non-seekable files + This make it works with FIFOs. + https://bugzilla.gnome.org/show_bug.cgi?id=731176 + +2014-06-22 19:36:14 +0200 Sebastian Dröge + + * configure.ac: + Back to development + +=== release 1.3.3 === + +2014-06-22 18:07:42 +0200 Sebastian Dröge + + * ChangeLog: + * NEWS: + * RELEASE: + * configure.ac: + * docs/plugins/inspect/plugin-coreelements.xml: + * gstreamer.doap: + * win32/common/config.h: + * win32/common/gstversion.h: + Release 1.3.3 + +2014-06-22 17:15:40 +0200 Sebastian Dröge + + * po/af.po: + * po/az.po: + * po/be.po: + * po/bg.po: + * po/ca.po: + * po/cs.po: + * po/da.po: + * po/de.po: + * po/el.po: + * po/en_GB.po: + * po/eo.po: + * po/es.po: + * po/eu.po: + * po/fi.po: + * po/fr.po: + * po/gl.po: + * po/hr.po: + * po/hu.po: + * po/id.po: + * po/it.po: + * po/ja.po: + * po/lt.po: + * po/nb.po: + * po/nl.po: + * po/pl.po: + * po/pt_BR.po: + * po/ro.po: + * po/ru.po: + * po/rw.po: + * po/sk.po: + * po/sl.po: + * po/sq.po: + * po/sr.po: + * po/sv.po: + * po/tr.po: + * po/uk.po: + * po/vi.po: + * po/zh_CN.po: + * po/zh_TW.po: + Update .po files + +2014-06-22 14:23:03 +0200 Sebastian Dröge + + * po/hu.po: + * po/id.po: + * po/sr.po: + * po/zh_TW.po: + po: Update translations + +2014-06-22 12:52:01 +0100 Tim-Philipp Müller + + * tests/check/gst/gstcaps.c: + tests: add unit test for gst_caps_is_any() and _is_empty() + https://bugzilla.gnome.org//show_bug.cgi?id=731704 + +2014-06-22 12:50:42 +0100 Tim-Philipp Müller + + * gst/gstcaps.c: + caps: gst_caps_is_any() should return TRUE or FALSE + Not some flag value instead of TRUE. Fixes code like + gst_caps_is_any() == TRUE. + https://bugzilla.gnome.org//show_bug.cgi?id=731704 + +2014-06-01 16:56:41 +0100 Tim-Philipp Müller + + * docs/gst/gstreamer-sections.txt: + * gst/gstdevice.c: + * gst/gstdevice.h: + * win32/common/libgstreamer.def: + device: rename "klass" and get_klass() to "device-class" and _get_device_class() + There's some precedent in GstElementFactory, but a + "klass" property just seems weird. + +2014-06-20 18:34:44 +0100 Tim-Philipp Müller + + * tests/benchmarks/capsnego.c: + benchmarks: capsnego: add --loops command line option + And default to 50 loops. + +2014-06-20 17:14:52 +0100 Tim-Philipp Müller + + * tests/benchmarks/capsnego.c: + benchmark: capsnego: use GOptionContext for option parsing + +2014-06-19 12:10:23 +0100 Tim-Philipp Müller + + * tests/check/gst/gstvalue.c: + tests: fix compiler warnings in gstvalue tests + Calling GST_VALUE_HOLDS_*(&v) now results in a compiler + warning about value!=NULL always being false, so check + type directly in those cases. + +2014-06-17 22:45:57 +0100 Tim-Philipp Müller + + * gst/gsttaglist.c: + * gst/gstutils.c: + * gst/gstvalue.h: + value: simplify GST_VALUE_HOLDS for our boxed and fundamental types + Boxed types can't be derived from, and we don't support + deriving from our special fundamental types (the code + checks for GType equality in most places. + +2014-06-20 16:55:06 -0400 Olivier Crête + + * docs/gst/gstreamer-sections.txt: + * gst/gstdevice.c: + * gst/gstdevice.h: + * gst/gstdevicemonitor.c: + * gst/gstdevicemonitor.h: + * gst/gstdevicemonitorfactory.h: + * gst/gstglobaldevicemonitor.c: + * gst/gstglobaldevicemonitor.h: + * gst/gstmessage.c: + GstDevice: Document GstDevice and related classes + +2014-06-16 13:47:55 +0200 Srimanta Panda + + * plugins/elements/gstfunnel.c: + * tests/check/elements/funnel.c: + Fix funnel EOS handling and wrong unittest + When no data is coming from sinkpads and eos events + arrived at one of the sinkpad, funnel forwards the EOS + event to downstream. It forwards the EOS because lastsink pad + is NULL. Also the unit testcase of the funnel is not checking + the correct behavior as it should. The unit test case should + fail if one of the sink pad has already EOS present on it and + we are trying to push one more EOS. + https://bugzilla.gnome.org/show_bug.cgi?id=731716 + +2014-06-19 08:09:55 +0100 Tim-Philipp Müller + + * gst/gstvalue.c: + gstvalue: optimise checks for lists + Our fundamental types are non-derivable, so we can + just check for equality. Also avoid doing the same + check multiple times in a couple of places. + +2014-06-19 08:06:31 +0100 Tim-Philipp Müller + + * gst/gstvalue.c: + gstvalue: use g_assert() in internal function for already-checked things + So these get compiled out for releases. + +2014-06-19 08:05:40 +0100 Tim-Philipp Müller + + * gst/gstvalue.c: + gstvalue: add internal _can_compare_unchecked() + +2014-06-19 08:03:37 +0100 Tim-Philipp Müller + + * gst/gstvalue.c: + gstvalue: add internal _list_concat() that takes ownership of input values + Avoids unnecessary copies. + +2014-06-18 19:06:58 +0100 Tim-Philipp Müller + + * gst/gststructure.c: + structure: simplify value type checks in getters + Just check for GType equality in common cases. + +2014-06-19 09:29:18 +0200 Sebastian Dröge + + * gst/gstvalue.c: + value: Add a FIXME 2.0 for a fraction ranges optimization + Currently we leak the internal representation of them as two GValues that + contain a fraction. Without this we could store fraction ranges as + data[0] = (min_n << 32) | (min_d) + data[1] = (max_n << 32) | (max_d) + and wouldn't require an additional allocation per range. + +2014-06-19 09:23:56 +0200 Sebastian Dröge + + * gst/gstvalue.c: + * tests/check/gst/gstvalue.c: + value: Make sure to cast int range values to guints before storing them + Otherwise negative values will sets all of the 64 bits due to two's + complement's definition of negative values. + Also add a test for negative int ranges. + +2014-06-19 07:57:11 +0100 Tim-Philipp Müller + + * win32/common/libgstreamer.def: + win32: update exports + +2014-06-19 09:05:18 +0200 Sebastian Dröge + + * gst/gstvalue.c: + value: Store integer ranges directly in a GValue without additional allocation + Micro optimization to save some allocations. Next step to do this + with fraction ranges too. + +2014-06-19 08:43:02 +0200 Edward Hervey + + * gst/gst_private.h: + gst_private: Fix duplicate definition + +2014-06-19 08:05:03 +0200 Sebastian Dröge + + * gst/gst.c: + * gst/gst_private.h: + * gst/gstallocator.c: + * gst/gstcapsfeatures.h: + * gst/gstcontext.c: + * gst/gstcontext.h: + * gst/gstdatetime.c: + * gst/gstdatetime.h: + * gst/gstmemory.c: + * gst/gstmemory.h: + * gst/gstmessage.c: + * gst/gstmessage.h: + * gst/gstquery.c: + * gst/gstquery.h: + * gst/gsttaglist.c: + * gst/gsttaglist.h: + * gst/gsttoc.c: + * gst/gsttoc.h: + gst: Store more basic type GTypes in variables + Micro optimization to change a function call to a variable access + for all our basic types. + +2014-06-19 08:04:01 +0200 Sebastian Dröge + + * gst/gstvalue.c: + * gst/gstvalue.h: + value: Store our fundamental type GTypes in variables + Micro optimization to change a function call to a variable access + for all our basic types. + +2014-06-17 07:31:48 +0200 Edward Hervey + + * gst/gstvalue.c: + gstvalue: Speed up gst_value_intersect/_subtract + Both gst_value_intersect and gst_value_subtract will call + gst_value_compare if one of their arguments isn't a list. + gst_value_compare will then re-do a check to see if one of + the arguments is a list (for the special case of comparing a unitary + value with a list of length 1). + The problem is that the various G_VALUE_HOLDS represent an expensive + amount of calling gst_value_compare (almost half of it) to see if + the provided arguments are list. These checks can be done without + when we know that the arguments aren't lists. + * Create a new "nolist" gst_value_compare which avoids that special + case comparision + Benchmarks: + valgrind/callgrind: average speedup in instruction calls for + gst_value_intersect and gst_value_subtract is around 56% (Makes 63% + of the calls it used to take previously) + tests/benchmarks/capsnego: With default settings (depth 4, children 3 + 607 elements), time taken for transition from READY to PAUSED: + Before : 00.391519153 + After : 00.220397492 + 56% of the time previously used, +77% speedup + https://bugzilla.gnome.org/show_bug.cgi?id=731756 + +2014-06-17 14:39:00 +0100 Tim-Philipp Müller + + * tests/check/gst/gstbufferlist.c: + tests: remove some cruft from the bufferlist test + Buffers no longer carry caps, and bufferlists don't have + groups where buffers may need to be merged into one any more. + +2014-06-16 20:30:13 +0100 Tim-Philipp Müller + + * tests/check/gst/gstbufferlist.c: + tests: add test for gst_buffer_list_remove() + +2014-06-16 20:29:56 +0100 Tim-Philipp Müller + + * gst/gstbufferlist.c: + bufferlist: fix buffer leak in _remove() + +2014-06-16 09:18:45 +0100 Tim-Philipp Müller + + * libs/gst/base/gstflowcombiner.c: + flowcombiner: fix g-i transfer annotations + +2014-06-16 08:41:48 +0200 Edward Hervey + + * libs/gst/base/gstflowcombiner.c: + flowcombiner: Fixed GBoxedCopyFunc + I'll just quote the most interesting man in the world: + "I don't usually push commits, but when I do I don't compile it + first" + +2014-06-14 16:30:49 +0100 Tim-Philipp Müller + + * gst/gstdevicemonitor.h: + * gst/gstglobaldevicemonitor.c: + devicemonitor: some docs additions and fixes + +2014-06-14 16:28:48 +0100 Tim-Philipp Müller + + * win32/common/libgstbase.def: + win32: add exports for new get_type() function + +2014-06-14 11:31:44 +0100 Tim-Philipp Müller + + * libs/gst/base/gstflowcombiner.c: + flowcombiner: keep a ref to the pads we're using + Needed for use via the boxed type. + https://bugzilla.gnome.org/show_bug.cgi?id=731355 + +2014-06-14 10:54:41 +0100 Tim-Philipp Müller + + * libs/gst/base/gstflowcombiner.c: + * libs/gst/base/gstflowcombiner.h: + flowcombiner: add boxed type for bindings + https://bugzilla.gnome.org/show_bug.cgi?id=731355 + +2014-06-11 16:28:51 -0700 Evan Nemerson + + * gst/gstdevice.c: + * gst/gstdevicemonitorfactory.c: + * gst/gstevent.c: + introspection: minor annotation additions + https://bugzilla.gnome.org/show_bug.cgi?id=731541 + +2014-06-11 19:08:04 -0700 Evan Nemerson + + * gst/Makefile.am: + introspection: include gstversion.h in GIR generation + https://bugzilla.gnome.org/show_bug.cgi?id=703021 + +2014-06-10 10:23:13 -0400 Nicolas Dufresne + + * libs/gst/base/gstbytereader.c: + bytereader: Use concistant derefence method + This is minor style fix to not mix *var and var[N]. + +2014-06-10 09:35:38 -0400 Sungho Bae + + * libs/gst/base/gstbytereader.c: + bytereader: Use pointer instead of index access + Currently the scan uses Boyer-moore method and its performance is good. + but, it can be optimized from an implementation of view. + The original scan code is implemented by byte array and index-based access. + In _scan_for_start_code(), the index is increasing from start to end and the + base address of the byte array is referred to as return value. + In the case, index-based access can be replaced by pointer access, which + improve the performance by removing index-related operations. + Its performace is enhanced by approximately 8% on arm-based embedded devices. + Although it seems trivial, it can affect the overall performance because the + _scan_for_start_code() function is very often called when H.264/H.265 video is + played. + In addition, the technique can apply for all architectures and it is good in + view of readability and maintainability. + https://bugzilla.gnome.org/show_bug.cgi?id=731442 + +2014-06-07 10:13:56 +0100 Tim-Philipp Müller + + * gst/gstglobaldevicemonitor.h: + globaldevicemonitor: prettify header + +2014-06-07 09:46:42 +0100 Tim-Philipp Müller + + * tests/check/libs/queuearray.c: + tests: add unit test for queuearray expansion from 1 + https://bugzilla.gnome.org/show_bug.cgi?id=731349 + +2014-06-06 16:36:00 -0700 Evan Nemerson + + * libs/gst/base/gstqueuearray.c: + queuearray: fix expanding size of queue from 1 + Without we would not actually expand and access + memory beyond the allocated region for the array. + https://bugzilla.gnome.org/show_bug.cgi?id=731349 + +2014-06-05 16:55:15 -0700 Evan Nemerson + + * libs/gst/base/gstdataqueue.c: + dataqueue: clear up documentation of gst_data_queue_new + The gpointer argument is passed to all three callbacks, not just one. + https://bugzilla.gnome.org/show_bug.cgi?id=731302 + +2014-05-30 00:17:06 -0700 Evan Nemerson + + * gst/gstcontrolbinding.c: + * gst/gstcontrolsource.c: + * gst/gstdevicemonitorfactory.h: + * gst/gstutils.c: + * libs/gst/base/gstdataqueue.c: + * libs/gst/base/gstindex.c: + introspection: fix some minor annotation bugs + https://bugzilla.gnome.org/show_bug.cgi?id=730982 + +2014-06-05 12:38:20 -0700 Evan Nemerson + + * libs/gst/base/gstadapter.c: + * libs/gst/base/gstbaseparse.c: + * libs/gst/base/gstbasesink.c: + * libs/gst/base/gstbasesrc.c: + * libs/gst/base/gstbasesrc.h: + * libs/gst/base/gstbasetransform.c: + * libs/gst/base/gstbasetransform.h: + * libs/gst/base/gstcollectpads.c: + * libs/gst/base/gstcollectpads.h: + * libs/gst/base/gstdataqueue.c: + * libs/gst/base/gstdataqueue.h: + * libs/gst/base/gstindex.c: + * libs/gst/base/gsttypefindhelper.c: + * libs/gst/base/gsttypefindhelper.h: + base: use correct syntax in documentation more consistently + Previously, many constants were prefixed with # or unprefixed, + some functions and macros were prefixed with # instead of suffixed + with (), etc. + https://bugzilla.gnome.org/show_bug.cgi?id=731293 + +2014-05-07 18:26:38 +0800 zhouming + + * libs/gst/base/gstbaseparse.c: + baseparse: Pass rate of input segment to output segment + https://bugzilla.gnome.org/show_bug.cgi?id=729701 + +2014-04-07 14:49:59 +0100 Vincent Penquerc'h + + * plugins/elements/Makefile.am: + * plugins/elements/gstelements_private.c: + * plugins/elements/gstelements_private.h: + * plugins/elements/gstfakesink.c: + * plugins/elements/gstfakesrc.c: + * plugins/elements/gstidentity.c: + gstbuffer: factor three flags-to-string loops + +2014-06-03 23:42:45 +0100 Tim-Philipp Müller + + * gst/gstinfo.c: + info: make printing datetimes work with GST_PTR_FORMAT + +2014-06-03 23:38:28 +0100 Tim-Philipp Müller + + * gst/gstdatetime.c: + * gst/gstdatetime.h: + * gst/gstvalue.c: + * gst/gstvalue.h: + datetime: change internal implementation to mini object + And move type stuff from GstValue to GstDateTime. + +2014-06-03 22:19:33 +0200 Wim Taymans + + * plugins/elements/gstdownloadbuffer.c: + downloadbuffer: fix uninitialized variable + +2014-06-03 22:12:13 +0200 Wim Taymans + + * docs/design/part-buffering.txt: + * plugins/elements/gstdownloadbuffer.c: + downloadbuffer: improve start/stop in buffering query + The start and stop should represent the currently downloading region. + The estimated-total should represent the remaining time to download + the currently downloading region. This makes it a lot more useful + for applications because they can then use those values to update + the fill region and use the estimated time to delay playback. + Update the docs with this clarification. + +2014-04-07 14:35:04 +0100 Vincent Penquerc'h + + * plugins/elements/gstidentity.c: + identity: add static and const where appropriate + +2014-04-07 14:31:17 +0100 Vincent Penquerc'h + + * plugins/elements/gstidentity.c: + identity: fix potential buffer overflow + Coverity 1037155 + +2014-06-03 14:49:44 +0200 Wim Taymans + + * plugins/elements/gstdownloadbuffer.c: + downloadbuffer: reset read and write positions + Reset the read and write positions right after we open the file or flush + it. We are also in the buffering state with 0 percent buffered when we + start. + +2014-06-03 14:47:17 +0200 Wim Taymans + + * gst/gstinfo.c: + info: first handle all miniobjects, then GObjects + First handle all miniobjects before we attempt to dereference the first + field pointer and look at the GType. With the recent glib change to + speed up G_IS_OBJECT, this causes crashes on miniobjects otherwise. + +2014-06-03 14:46:11 +0200 Wim Taymans + + * gst/gstinfo.c: + info: GstDateTime does not have a GType as first field + GstDateTime does not have the GType as the first field so we can't use + it to detect its type. + +2014-06-03 14:45:22 +0200 Wim Taymans + + * gst/gstinfo.c: + info: use macros to check types + Use the macros to check the type of objects instead of directly poking + at the first field. + +2014-06-01 23:51:20 +0100 Tim-Philipp Müller + + * gst/gstglobaldevicemonitor.c: + globaldevicemonitor: connect sync-message signal on the right object + Fixes criticals at runtime and makes stuff actually work. + +2014-05-31 17:35:52 +0200 Sebastian Dröge + + * plugins/elements/gsttypefindelement.c: + typefind: Keep still meaningfull pending events on FLUSH_STOP + Only EOS and segment should be deleted in that case. + https://bugzilla.gnome.org/show_bug.cgi?id=709868 + +2014-05-30 09:13:12 +0200 Sebastian Dröge + + * gst/gstminiobject.c: + Revert "miniobject: Add missing (nullable) annotations" + This reverts commit 96361e9b5c5d00dc7712ff3a9acfbe10df7cd9fe. + This was not supposed to be pushed yet! + +2014-05-30 09:12:14 +0200 Sebastian Dröge + + * gst/gstbufferpool.h: + bufferpool: It's pool, not poo... even when talking about flushing + +2014-05-28 10:14:45 +0100 Philip Withnall + + * gst/gstminiobject.c: + miniobject: Add missing (nullable) annotations + gst_mini_object_replace() can take NULL mini-objects. + https://bugzilla.gnome.org/show_bug.cgi?id=730873 + +2014-05-30 01:42:17 -0300 Thiago Santos + + * tests/check/elements/multiqueue.c: + tests: multiqueue: fix leaks + +2014-05-29 14:54:34 -0700 Evan Nemerson + + * gst/gst.c: + * gst/gstallocator.c: + * gst/gstatomicqueue.c: + * gst/gstbin.c: + * gst/gstbuffer.c: + * gst/gstbuffer.h: + * gst/gstbufferlist.c: + * gst/gstbufferlist.h: + * gst/gstbufferpool.c: + * gst/gstbus.c: + * gst/gstbus.h: + * gst/gstcaps.c: + * gst/gstcaps.h: + * gst/gstcapsfeatures.c: + * gst/gstchildproxy.c: + * gst/gstcontext.h: + * gst/gstcontrolsource.c: + * gst/gstdatetime.c: + * gst/gstdevice.c: + * gst/gstdevicemonitorfactory.c: + * gst/gstelement.c: + * gst/gstelement.h: + * gst/gstelementfactory.c: + * gst/gsterror.c: + * gst/gstevent.c: + * gst/gstevent.h: + * gst/gstformat.c: + * gst/gstghostpad.c: + * gst/gstinfo.c: + * gst/gstinfo.h: + * gst/gstiterator.c: + * gst/gstiterator.h: + * gst/gstmemory.c: + * gst/gstmessage.c: + * gst/gstmessage.h: + * gst/gstmeta.c: + * gst/gstminiobject.c: + * gst/gstobject.c: + * gst/gstobject.h: + * gst/gstpad.c: + * gst/gstpad.h: + * gst/gstparse.c: + * gst/gstparse.h: + * gst/gstpipeline.c: + * gst/gstplugin.c: + * gst/gstplugin.h: + * gst/gstpluginfeature.c: + * gst/gstpluginfeature.h: + * gst/gstpreset.c: + * gst/gstquery.c: + * gst/gstquery.h: + * gst/gstregistry.c: + * gst/gstsample.c: + * gst/gstsegment.c: + * gst/gststructure.c: + * gst/gststructure.h: + * gst/gsttaglist.c: + * gst/gsttagsetter.c: + * gst/gsttask.c: + * gst/gsttaskpool.c: + * gst/gsttoc.c: + * gst/gsttocsetter.c: + * gst/gsttypefind.c: + * gst/gsttypefindfactory.c: + * gst/gsturi.c: + * gst/gstutils.c: + * gst/gstvalue.c: + docs: convert NULL, TRUE, and FALSE to %NULL, %TRUE, and %FALSE + This should help improve documentation generated for + languages other than C. + https://bugzilla.gnome.org/show_bug.cgi?id=730961 + +2014-05-30 00:13:30 +0100 Tim-Philipp Müller + + * gst/gstobject.c: + docs: fix type in GstObject docs + +2014-05-29 15:04:45 -0700 Evan Nemerson + + * gst/gstbufferpool.c: + bufferpool: fix gst_buffer_pool_has_option() documentation + https://bugzilla.gnome.org/show_bug.cgi?id=730962 + +2014-05-29 14:07:15 -0300 Thiago Santos + + * gst/gstelement.c: + * tests/check/gst/gstelement.c: + element: set pads need-parent flag to false when removing + When a pad is added the need-parent flag is set to true, so when + they are removed the flag should be set back to false + This was preventing GstPads to be reused in elements (removed and + later re-added). A unit tests was added to verify that this is + working now. + The use case is tsdemux that has a program-number property and + allows the user to switch programs. In order to do that tsdemux + will remove the pads of the current program and add from the new + ones. The removed pads are kept in the demuxer for later if the + user selects the old program again. + +2014-05-27 08:09:36 -0300 Thiago Santos + + * plugins/elements/gstmultiqueue.c: + multiqueue: post buffering message when queues flush + The buffering status goes back to 0, so inform the application about it + https://bugzilla.gnome.org/show_bug.cgi?id=726423 + +2014-05-29 14:39:36 -0400 Nicolas Dufresne + + * .gitignore: + gitignore: Ignore VIM swap files + +2014-05-27 13:36:29 +0100 Tim-Philipp Müller + + * gst/gstpad.c: + * gst/gstpad.h: + pad: two minor docs fixes + +2014-05-27 10:09:02 +0100 Tim-Philipp Müller + + * libs/gst/base/gstflowcombiner.h: + flowcombiner: beautify headers a little + +2014-05-27 10:05:51 +0100 Tim-Philipp Müller + + * docs/libs/gstreamer-libs-docs.sgml: + * docs/libs/gstreamer-libs-sections.txt: + * libs/gst/base/gstflowcombiner.h: + docs: add GstFlowCombiner + +2014-05-27 09:55:27 +0100 Tim-Philipp Müller + + * libs/gst/base/base.h: + base: include flowcombiner header from base.h + +2014-05-26 12:31:33 -0300 Thiago Santos + + * libs/gst/base/Makefile.am: + * libs/gst/base/gstflowcombiner.c: + * libs/gst/base/gstflowcombiner.h: + * tests/check/Makefile.am: + * tests/check/libs/.gitignore: + * tests/check/libs/flowcombiner.c: + * win32/common/libgstbase.def: + flowcombiner: add GstFlowCombiner + Adds a utility struct that is capable of storing and aggregating flow returns + associated with pads. + This way all demuxers will have a standard function to use and have the + same expected results. + Includes tests. + https://bugzilla.gnome.org/show_bug.cgi?id=709224 + +2014-05-23 13:25:35 -0300 Thiago Santos + + * gst/gstpad.c: + * gst/gstpad.h: + * tests/check/gst/gstpad.c: + * win32/common/libgstreamer.def: + pad: store last flow return and provide acessor function + Stores the last result of a gst_pad_push or a pull on the GstPad and provides + a getter and a macro to access this field. + Whenever the pad is inactive it is set to FLUSHING + API: gst_pad_get_last_flow_return + https://bugzilla.gnome.org/show_bug.cgi?id=709224 + +2014-05-23 15:26:59 -0400 Nicolas Dufresne + + * docs/gst/gstreamer-sections.txt: + * gst/gstbufferpool.c: + * gst/gstbufferpool.h: + * tests/check/gst/gstbufferpool.c: + * win32/common/libgstreamer.def: + bufferpool: Add method and virtuals to set flushing state + Currently there is no other way to unlock a buffer pool other then + stopping it. This may have the effect of freeing all the buffers, + which is too heavy for a seek. This patch add a method to enter and + leave flushing state. As a convenience, flush_start/flush_stop + virtual are added so pool implementation can also unblock their own + internal poll atomically with the rest of the pool. This is fully + backward compatible with doing stop/start to actually flush the pool + (as being done in GstBaseSrc). + https://bugzilla.gnome.org/show_bug.cgi?id=727611 + +2014-05-26 14:23:13 +0200 Sebastian Dröge + + * libs/gst/base/gstbasetransform.c: + basetransform: Passthrough ALLOCATION queries in passthrough mode even if we had no caps yet + Or if the element does not care about caps at all. + Also remove an assigned but unused local variable. + https://bugzilla.gnome.org/show_bug.cgi?id=710268 + +2014-05-25 16:10:30 +0100 Tim-Philipp Müller + + * po/af.po: + * po/az.po: + * po/be.po: + * po/bg.po: + * po/ca.po: + * po/cs.po: + * po/da.po: + * po/de.po: + * po/el.po: + * po/en_GB.po: + * po/eo.po: + * po/es.po: + * po/eu.po: + * po/fi.po: + * po/fr.po: + * po/gl.po: + * po/hr.po: + * po/hu.po: + * po/id.po: + * po/it.po: + * po/ja.po: + * po/lt.po: + * po/nb.po: + * po/nl.po: + * po/pl.po: + * po/pt_BR.po: + * po/ro.po: + * po/ru.po: + * po/rw.po: + * po/sk.po: + * po/sl.po: + * po/sq.po: + * po/sr.po: + * po/sv.po: + * po/tr.po: + * po/uk.po: + * po/vi.po: + * po/zh_CN.po: + * po/zh_TW.po: + po: update + +2014-05-25 16:57:59 +0200 Piotr Drąg + + * po/POTFILES.in: + po: update POTFILES + https://bugzilla.gnome.org/show_bug.cgi?id=730718 + +2014-05-21 13:23:21 +0200 Sebastian Dröge + + * configure.ac: + Back to development + +=== release 1.3.2 === + +2014-05-21 13:06:34 +0200 Sebastian Dröge + + * ChangeLog: + * NEWS: + * RELEASE: + * common: + * configure.ac: + * docs/plugins/inspect/plugin-coreelements.xml: + * gstreamer.doap: + * win32/common/config.h: + * win32/common/gstversion.h: + Release 1.3.2 + +2014-05-21 11:39:53 +0200 Sebastian Dröge + + * po/af.po: + * po/az.po: + * po/be.po: + * po/bg.po: + * po/ca.po: + * po/cs.po: + * po/da.po: + * po/de.po: + * po/el.po: + * po/en_GB.po: + * po/eo.po: + * po/es.po: + * po/eu.po: + * po/fi.po: + * po/fr.po: + * po/gl.po: + * po/hr.po: + * po/hu.po: + * po/id.po: + * po/it.po: + * po/ja.po: + * po/lt.po: + * po/nb.po: + * po/nl.po: + * po/pl.po: + * po/pt_BR.po: + * po/ro.po: + * po/ru.po: + * po/rw.po: + * po/sk.po: + * po/sl.po: + * po/sq.po: + * po/sr.po: + * po/sv.po: + * po/tr.po: + * po/uk.po: + * po/vi.po: + * po/zh_CN.po: + * po/zh_TW.po: + Update .po files + +2014-05-21 10:50:43 +0200 Sebastian Dröge + + * README: + * common: + Automatic update of common submodule + From 211fa5f to 1f5d3c3 + +2014-05-19 11:05:12 +0200 Sebastian Dröge + + * tests/check/gst/gstvalue.c: + value: Add some positive testcase for string deserialization + +2014-05-18 10:49:50 +0100 Tim-Philipp Müller + + * README: + * docs/faq/getting.xml: + docs: remove reference to Mandrake and packages we no longer provide + https://bugzilla.gnome.org/show_bug.cgi?id=730312 + +2014-05-15 16:41:58 +0200 Wim Taymans + + * docs/design/part-caps.txt: + docs: fix typo + +2014-05-14 13:40:03 +0100 Tim-Philipp Müller + + * gst/gstpluginloader.c: + pluginloader: fix compiler warning on windows + gstpluginloader.c:584:1: error: label 'beach' defined but not used + https://bugzilla.gnome.org/show_bug.cgi?id=730125 + +2014-05-13 19:51:34 +0100 Tim-Philipp Müller + + * plugins/elements/gstdownloadbuffer.c: + * plugins/elements/gstsparsefile.c: + * plugins/elements/gstsparsefile.h: + elements: don't depend on libgio just for g_io_error_from_errno() + https://bugzilla.gnome.org/show_bug.cgi?id=729949 + +2014-05-13 19:30:38 +0100 Tim-Philipp Müller + + * docs/libs/gstreamer-libs-sections.txt: + * libs/gst/base/Makefile.am: + * libs/gst/base/gstsparsefile.c: + * libs/gst/base/gstsparsefile.h: + * plugins/elements/Makefile.am: + * plugins/elements/gstdownloadbuffer.h: + * plugins/elements/gstsparsefile.c: + * plugins/elements/gstsparsefile.h: + * tests/check/libs/sparsefile.c: + * win32/common/libgstbase.def: + sparsefile: keep it private as helper API for downloadbuffer + There's no expectation that any other element or applications + might want to use this helper API any time soon, so keep it + private for the time being. There were open questions regarding + portability and binding-friendliness too. + This also removes the gio dependency of -base again. + https://bugzilla.gnome.org/show_bug.cgi?id=729951 + https://bugzilla.gnome.org/show_bug.cgi?id=729949 + +2014-05-13 19:14:08 +0100 Tim-Philipp Müller + + * docs/libs/gstreamer-libs.types: + docs: pick up GstBaseParse hierarchy and properties + +2014-05-13 19:10:43 +0100 Tim-Philipp Müller + + * docs/libs/gstreamer-libs-sections.txt: + docs: expose GstPushSrcClass in documentation + Might come in handy in case someone wants to derive from it. + +2014-05-12 17:03:46 +0200 Edward Hervey + + * gst/gstpluginloader.c: + pluginloader: Don't leak pluginloader in error cases + CID #1212154 + +2014-05-12 16:59:29 +0200 Edward Hervey + + * gst/gstcaps.c: + caps: Don't leak features on error cases + If we fail to parse fields, we would end up leaking the features we + parsed just before + CID #1212152 + +2014-05-09 14:28:59 -0400 Nicolas Dufresne + + * libs/gst/base/gstbasetransform.c: + basetransform: Correctly reset configuration + When pool can't we use, and we fall back to default pool, we need to + correctly reset that pool configuration. + +2014-05-09 14:46:59 +0200 Edward Hervey + + * libs/gst/net/gstnettimeprovider.c: + nettimeprovider: Use non-freed variable + address is only used temporarily. Use the proper variable instead. + CID #1212189 + +2014-05-08 17:33:37 -0300 Thiago Santos + + * tests/check/elements/multiqueue.c: + tests: multiqueue: test to check queue overrun with pts=none + Checks if buffers with pts=none can break the queue time size limit + and allow more buffers than expected + +2014-05-08 14:48:00 -0400 Nicolas Dufresne + + * plugins/elements/gstdownloadbuffer.c: + downloadbuffer: Fix 32bit build + format '%lli' expects argument of type 'long long int', but argument 8 has type 'gsize' + +2014-05-08 14:12:16 -0400 Nicolas Dufresne + + * libs/gst/base/gstbasesrc.c: + pool-nego: Correctly reset the configuration + When pool cannot be used, correctly reset the configuration before + configuration a default pool. + +2014-04-15 14:17:00 -0400 Nicolas Dufresne + + * libs/gst/base/gstbasesrc.c: + * libs/gst/base/gstbasetransform.c: + pool-nego: Retry setting configuration with modified config + Buffer pool set_config() may return FALSE if requested configuration needed + small changes. Reget the config and try setting it again (validating the + changes first). This ensure we have a configured pool if possible. + https://bugzilla.gnome.org/show_bug.cgi?id=727916 + +2014-05-08 12:47:43 -0400 Nicolas Dufresne + + * docs/gst/gstreamer-sections.txt: + * gst/gstbufferpool.c: + * gst/gstbufferpool.h: + * tests/check/gst/gstbufferpool.c: + * win32/common/libgstreamer.def: + bufferpool: Add an helper to validate config + When we call gst_buffer_pool_set_config() the pool may return FALSE and + slightly change the parameters. This helper is useful to do the minial required + validation before accepting the modified configuration. + https://bugzilla.gnome.org/show_bug.cgi?id=727916 + +2014-04-08 19:27:55 -0400 Nicolas Dufresne + + * gst/gstbufferpool.c: + bufferpool: Update the configure even if set_config() returned false + According to the documentation, when set_config() return false, it should be + possible to read the modified version of the config. This patch fixes the + implementation so it is now according to the documentation. + https://bugzilla.gnome.org/show_bug.cgi?id=727916 + +2014-05-06 15:35:14 -0400 Nicolas Dufresne + + * gst/gstbufferpool.c: + * tests/check/gst/gstbufferpool.c: + bufferpool: Add support for reconfiguring a pool + If a pool config is being configured again, check if the configuration have changed. + If not, skip that step. Finally, if the pool is active, try deactivating it. + https://bugzilla.gnome.org/show_bug.cgi?id=728268 + +2014-05-06 16:59:34 -0400 Nicolas Dufresne + + * gst/gstvalue.c: + * tests/check/gst/gstvalue.c: + value: Add support for GstAllocationParams comparision + This is useful to compare buffer pool configuaration. + https://bugzilla.gnome.org/show_bug.cgi?id=728268 + +2014-05-06 16:46:55 -0400 Nicolas Dufresne + + * gst/gstvalue.c: + * tests/check/gst/gstvalue.c: + value: Add support for GObject comparising in structures + This is useful to allow comparing pool configuration where a GstAllocator + is set. + https://bugzilla.gnome.org/show_bug.cgi?id=728268 + +2014-05-08 17:50:50 +0100 Tim-Philipp Müller + + * gst/gstplugin.c: + plugin: fix case where gst_plugin_load_file() didn't set the error on failure + +2014-05-08 16:30:55 +0100 Tim-Philipp Müller + + * libs/gst/base/gstsparsefile.c: + sparsefile: add some Since markers to docs + +2014-05-08 16:25:55 +0100 Tim-Philipp Müller + + * libs/gst/base/gstsparsefile.c: + * libs/gst/base/gstsparsefile.h: + * tests/check/libs/.gitignore: + sparsefile: sprinkle G_BEGIN_DECLS / G_END_DECLS + for c++, and remove outdated comment, and add + new unit test to .gitignore. + +2014-05-08 16:49:53 +0200 Wim Taymans + + * plugins/elements/gstdownloadbuffer.c: + downloadbuffer: small cleanups + +2014-05-08 14:51:12 +0200 Wim Taymans + + * docs/libs/gstreamer-libs-sections.txt: + * docs/plugins/Makefile.am: + * docs/plugins/gstreamer-plugins-docs.sgml: + * docs/plugins/gstreamer-plugins-sections.txt: + * docs/plugins/gstreamer-plugins.args: + * docs/plugins/gstreamer-plugins.hierarchy: + * docs/plugins/inspect/plugin-coreelements.xml: + * plugins/elements/gstdownloadbuffer.c: + downloadbuffer: update docs + +2014-05-08 14:50:42 +0200 Wim Taymans + + * win32/common/libgstbase.def: + win32: update def + +2014-02-21 16:32:52 +0100 Wim Taymans + + * libs/gst/base/Makefile.am: + * libs/gst/base/gstsparsefile.c: + * libs/gst/base/gstsparsefile.h: + * plugins/elements/Makefile.am: + * plugins/elements/gstdownloadbuffer.c: + * plugins/elements/gstdownloadbuffer.h: + * plugins/elements/gstelements.c: + * tests/check/Makefile.am: + * tests/check/libs/sparsefile.c: + Add new downloadbuffer element + See https://bugzilla.gnome.org/show_bug.cgi?id=680183 + +2014-05-02 17:42:58 +0200 Wim Taymans + + * gst/gstelement.c: + * gst/gstpadtemplate.h: + * plugins/elements/gstmultiqueue.c: + pads: update docs for request pads + We would like to encourage the use of gst_element_request_pad() + +2014-05-02 17:02:37 +0100 Tim-Philipp Müller + + * libs/gst/check/libcheck/check.c: + check: use _exit() instead of exit() in fail_unless() so we exit immediately + exit() will call atexit handlers, which may try to + clean up things or wait for things to get cleaned up, + which we don't want or need. We just want to stop + and let the parent know about the failure as quickly + as possible in case fork() is used. + Fixes timeouts on assert failures in checks where + an exit handler waits for things to stop, but they + don't stop because they haven't been shut down, + and they haven't been shut down because there's no + simple way to do so on failures. + http://sourceforge.net/p/check/patches/50/ + +2014-05-04 14:52:01 +0100 Tim-Philipp Müller + + * gst/gstvalue.c: + value: init flag mask more correctly + +2014-05-04 13:32:46 +0000 Руслан Ижбулатов + + * plugins/elements/gstfilesrc.c: + filesrc: g_memmove() is deprecated + https://bugzilla.gnome.org/show_bug.cgi?id=712811 + +2014-05-03 20:48:22 +0200 Sebastian Dröge + + * configure.ac: + Back to development + +=== release 1.3.1 === + +2014-05-03 17:41:41 +0200 Sebastian Dröge + + * ChangeLog: + * NEWS: + * RELEASE: + * configure.ac: + * docs/plugins/gstreamer-plugins.hierarchy: + * docs/plugins/inspect/plugin-coreelements.xml: + * gstreamer.doap: + * win32/common/config.h: + * win32/common/gstenumtypes.c: + * win32/common/gstenumtypes.h: + * win32/common/gstversion.h: + Release 1.3.1 + +2014-05-03 17:34:08 +0200 Sebastian Dröge + + * po/af.po: + * po/az.po: + * po/be.po: + * po/bg.po: + * po/ca.po: + * po/cs.po: + * po/da.po: + * po/de.po: + * po/el.po: + * po/en_GB.po: + * po/eo.po: + * po/es.po: + * po/eu.po: + * po/fi.po: + * po/fr.po: + * po/gl.po: + * po/hr.po: + * po/hu.po: + * po/id.po: + * po/it.po: + * po/ja.po: + * po/lt.po: + * po/nb.po: + * po/nl.po: + * po/pl.po: + * po/pt_BR.po: + * po/ro.po: + * po/ru.po: + * po/rw.po: + * po/sk.po: + * po/sl.po: + * po/sq.po: + * po/sr.po: + * po/sv.po: + * po/tr.po: + * po/uk.po: + * po/vi.po: + * po/zh_CN.po: + * po/zh_TW.po: + Update .po files + +2014-05-03 17:20:46 +0200 Sebastian Dröge + + * po/af.po: + * po/az.po: + * po/be.po: + * po/bg.po: + * po/ca.po: + * po/cs.po: + * po/da.po: + * po/de.po: + * po/el.po: + * po/en_GB.po: + * po/eo.po: + * po/es.po: + * po/eu.po: + * po/fi.po: + * po/fr.po: + * po/gl.po: + * po/hr.po: + * po/hu.po: + * po/id.po: + * po/it.po: + * po/ja.po: + * po/lt.po: + * po/nb.po: + * po/nl.po: + * po/pl.po: + * po/pt_BR.po: + * po/ro.po: + * po/ru.po: + * po/rw.po: + * po/sk.po: + * po/sl.po: + * po/sq.po: + * po/sr.po: + * po/sv.po: + * po/tr.po: + * po/uk.po: + * po/vi.po: + * po/zh_CN.po: + * po/zh_TW.po: + po: Update translations + +2014-05-03 12:14:43 +0100 Tim-Philipp Müller + + * docs/gst/gstreamer-docs.sgml: + docs: add new device probing API to docs table of contents + https://bugzilla.gnome.org/show_bug.cgi?id=729440 + +2014-05-02 22:22:03 -0400 Nicolas Dufresne + + * docs/gst/gstreamer-sections.txt: + doc: Add GstDevice* to gstreamer-sections.txt + https://bugzilla.gnome.org/show_bug.cgi?id=729440 + +2014-05-03 10:14:40 +0200 Sebastian Dröge + + * common: + Automatic update of common submodule + From bcb1518 to 211fa5f + +2014-05-01 10:37:18 -0400 Nicolas Dufresne + + * libs/gst/base/gstbasesink.c: + basesink: Always render prepared buffer + Currently, if prepare() takes too much time, we skip the call to render(). + The side effect of this, is that we endup starving the render(). The solution + in this patch is to always render frames that are on time before prepare() is + executed. This will maximize the number of frames we display and smoothly + degrade the rendering performance. + https://bugzilla.gnome.org/show_bug.cgi?id=729335 + +2014-05-01 14:52:24 -0400 Luis de Bethencourt + + * scripts/git-version.sh: + scripts/git-version.sh: add more modules + Add more git repositories to check (so git-version.sh is consistent with + gst-uninstalled) and display the date of the last commit, which is more valuable + information than the last commit's hash. + +2014-05-01 18:42:47 +0200 Sebastian Dröge + + * gst/gstbin.c: + bin: Always first post the state-changed message for PAUSED->READY before posting any pending EOS message + https://bugzilla.gnome.org/show_bug.cgi?id=727949 + +2014-04-17 21:10:55 +0200 Sebastian Dröge + + * tests/check/libs/basesink.c: + basesink: Add test for checking that EOS always comes after the state change to PLAYING + https://bugzilla.gnome.org/show_bug.cgi?id=727949 + +2014-04-15 15:55:25 +0200 Stian Selnes + + * gst/gstbufferpool.c: + bufferpool: fix log message of buffer pointer + +2014-04-30 18:20:28 -0400 Luis de Bethencourt + + * scripts/git-version.sh: + scripts/git-version.sh: remove unused variable + +2014-04-30 10:47:19 -0400 Luis de Bethencourt + + * scripts/git-version.sh: + scripts/git-version.sh: fix mistaken comments + +2014-04-28 13:02:11 -0300 Thiago Santos + + * plugins/elements/gstmultiqueue.c: + multiqueue: avoid signaling overrun on the first segment + When the first segment has position != 0 and position > max-size-time + it will immediatelly cause the multiqueue to signal overrun. + This can happen easily with adaptive streams when switching bitrates + and starting a new group. The segment for this new group will have + a position that is much greater than 0 and will lead to this issue. + This is particularly harmful when the adaptive stream uses mpegts + that doesn't emit no-more-pads and it might happen that only one + of the stream pads was added when the multiqueue overruns and gets + the group ready for exposing. So the user will only get audio or + video. + The solution is to fallback to the sink segment while the source pad + has no segment. + https://bugzilla.gnome.org/show_bug.cgi?id=729124 + +2014-04-28 10:14:50 +0200 Xavi Artigas + + * docs/random/porting-to-1.0.txt: + docs: enhancements to porting guide documentation + https://bugzilla.gnome.org/show_bug.cgi?id=727754 + +2014-04-28 09:43:32 +0200 Sebastian Dröge + + * docs/gst/gstreamer-sections.txt: + * gst/gstquark.c: + * gst/gstquark.h: + * gst/gstquery.c: + * gst/gstquery.h: + * win32/common/libgstreamer.def: + query: Add boolean to URI query to specify if a redirect is permanent or not + +2014-04-25 07:38:00 +0000 Srimanta Panda + + * plugins/elements/gstfunnel.c: + funnel: Check if the last pad was set + If no data is coming but only EOS is sent from all of the sinkpad, it is not + forwarding the EOS. + https://bugzilla.gnome.org/show_bug.cgi?id=727945 + +2014-04-26 17:02:18 +0100 Felipe Ortiz + + * docs/gst/gstreamer-sections.txt: + * gst/gstpad.h: + docs: add docs for various GstPad macros + https://bugzilla.gnome.org/show_bug.cgi?id=723652 + +2014-04-26 23:12:13 +0100 Tim-Philipp Müller + + * docs/gst/gstreamer-sections.txt: + * gst/gstpad.h: + Revert "docs: add docs for various GstPad macros" + This reverts commit d17438d5fd321daec4adbeb28a8fb5d5e07298dc. + This commit featured the wrong author, sorry. + +2014-04-26 21:21:51 +0100 Tim-Philipp Müller + + * docs/README: + * gst/gst.c: + * gst/gstallocator.c: + * gst/gstbin.c: + * gst/gstbuffer.c: + * gst/gstbufferlist.c: + * gst/gstbufferpool.c: + * gst/gstbus.c: + * gst/gstcaps.c: + * gst/gstclock.c: + * gst/gstelement.c: + * gst/gstelementfactory.c: + * gst/gsterror.c: + * gst/gstevent.c: + * gst/gstghostpad.c: + * gst/gstiterator.c: + * gst/gstmemory.c: + * gst/gstmessage.c: + * gst/gstmeta.c: + * gst/gstminiobject.c: + * gst/gstobject.c: + * gst/gstpad.c: + * gst/gstpadtemplate.c: + * gst/gstparamspecs.c: + * gst/gstpipeline.c: + * gst/gstquery.c: + * gst/gstregistry.c: + * gst/gstsample.c: + * gst/gstsegment.c: + * gst/gststructure.c: + * gst/gstsystemclock.c: + * gst/gsttagsetter.c: + * gst/gsttask.c: + * gst/gsttaskpool.c: + * gst/gsttypefind.c: + * gst/gsttypefindfactory.c: + * gst/gsturi.c: + * gst/gstvalue.c: + * libs/gst/base/gstadapter.c: + * libs/gst/base/gstbasesink.c: + * libs/gst/base/gstbasesrc.c: + * libs/gst/base/gstcollectpads.c: + * libs/gst/base/gstpushsrc.c: + * libs/gst/net/gstnetaddressmeta.c: + * libs/gst/net/gstnetclientclock.c: + * libs/gst/net/gstnettimepacket.c: + * libs/gst/net/gstnettimeprovider.c: + * plugins/elements/gstfakesrc.c: + * plugins/elements/gstfdsink.c: + * plugins/elements/gstfdsrc.c: + * plugins/elements/gstmultiqueue.c: + * plugins/elements/gstqueue2.c: + * plugins/elements/gstvalve.c: + docs: remove outdated and pointless 'Last reviewed' lines from docs + They are very confusing for people, and more often than not + also just not very accurate. Seeing 'last reviewed: 2005' in + your docs is not very confidence-inspiring. Let's just remove + those comments. + +2014-03-26 15:56:08 -0400 Nicolas Dufresne + + * gst/gstbuffer.c: + * gst/gstbufferpool.c: + buffer: Only set TAG_MEMORY if the memory has been replaced + Currently we set TAG_MEMORY as soon a resize changes the size of one + of the memory. This has the side effect that buffer pool cannot know if + the memory have simply been resized, or if the memorys has been replaced. + This make it hard to actually implement _reset(). Instead, only set the + TAG_MEMORY if one or more memory has been replaced, and do a light + sanity check of the size. + https://bugzilla.gnome.org/show_bug.cgi?id=727109 + +2014-04-26 17:02:18 +0100 Showayb Zahda + + * docs/gst/gstreamer-sections.txt: + * gst/gstpad.h: + docs: add docs for various GstPad macros + https://bugzilla.gnome.org/show_bug.cgi?id=723652 + +2014-04-25 15:38:39 +0200 Sebastian Dröge + + * gst/gstbin.c: + bin: When going to READY make sure to always deactivate pads + We might not have reached PAUSED yet because of an async error, + but nonetheless we want to make sure that the pads are always + deactivated in READY state. + +2014-04-22 18:23:15 +0200 Sebastian Dröge + + * gst/gstbin.c: + bin: Don't left-shift into the sign bit, the result is undefined + +2014-04-22 18:16:10 +0200 Sebastian Dröge + + * gst/gstvalue.c: + value: Use an unsigned 64 bit integer as a mask + We shift the mask to the right later and shifting the result + of shifting over the sign bit is undefined. + +2014-04-20 11:59:02 +0200 Sebastian Dröge + + * libs/gst/base/gstbasesrc.c: + basesrc: Make sure to always hold the LIVE_LOCK when going to the flushing label + https://bugzilla.gnome.org/show_bug.cgi?id=728596 + +2014-04-11 19:52:02 +0200 Srimanta Panda + + * plugins/elements/gstfunnel.c: + * tests/check/elements/funnel.c: + funnel: Handle end of stream event on sink pad + Handle end of stream events on sink pad. Check all the sink pad + has received eos before forwarding to source pad. + Fixes : https://bugzilla.gnome.org/show_bug.cgi?id=727945 + +2014-04-05 11:37:53 +0200 Edward Hervey + + * gst/gstvalue.c: + gstvalue: Prevent division or modulo by zero + The step can end up being zero if the underlying value isn't a valid + range GValue. + In those cases, return FALSE. + We don't use g_return*_if_fail since it will already have been triggered + by the above-mentionned _get_step() functions. + CID #1037132 + +2014-04-09 16:44:07 +0200 Antoine Jacoutot + + * gst/Makefile.am: + * libs/gst/base/Makefile.am: + * libs/gst/check/Makefile.am: + * libs/gst/controller/Makefile.am: + * libs/gst/net/Makefile.am: + libs: g-ir-scanner: do not hardcode libtool path + https://bugzilla.gnome.org/show_bug.cgi?id=726571 + +2014-04-16 19:49:56 +0200 Sebastian Dröge + + * gst/gstbuffer.c: + * gst/gstmemory.c: + memory/buffer: Initialise GstMapInfo to zeroes if mapping fails + This should allow for more meaningful errors. Dereferencing NULL + is more useful information than dereferencing a random address + happened to be on the stack. + +2014-04-16 17:49:06 +0200 Sebastian Dröge + + * gst/gstpreset.c: + preset: Unref return value of gst_child_proxy_get_child_by_index() instead of leaking it + +2014-04-16 17:48:57 +0200 Sebastian Dröge + + * gst/gstpreset.c: + preset: Automatic code style fixes + +2014-04-16 15:17:04 +0100 Vincent Penquerc'h + + * plugins/elements/gstqueue2.c: + * plugins/elements/gstqueue2.h: + queue2: fix event/preroll deadlock differently + The qlock is released between popping a buffer from the queue + and pushing it. When this buffer causes the sink to wait in + preroll, this lets a query see that the queue is empty, and + push the query then wait for it to be serviced. However, this + will not be done till after peroll, and this will thus block. + If upstream was waiting on buffering to reach 100% before + switching to PLAYING, a deadlock would ensue. + This had been fixed recently by failing queries when the + queue2 was buffering, but this happens to break some other + case (playbin on a local http server and matroska), while + this patch works for both. + See https://bugzilla.gnome.org/show_bug.cgi?id=728345 + +2014-04-16 07:59:27 +0200 Edward Hervey + + * libs/gst/check/Makefile.am: + check: Fix exported symbol name + it's _template and not _templ + +2014-04-15 21:16:06 +0200 Sebastian Dröge + + * gst/gstpad.c: + pad: Add missing space in debug output + +2014-04-15 12:58:59 +0200 Sebastian Dröge + + * libs/gst/check/Makefile.am: + * libs/gst/check/gstcheck.c: + * libs/gst/check/gstcheck.h: + check: Add new API to set up pads from non-static pad templates + +2014-04-14 21:35:52 +0200 Sebastian Dröge + + * tests/check/libs/collectpads.c: + collectpads: Fix memory leak in unit test + +2014-04-12 15:22:35 +0100 Tim-Philipp Müller + + * libs/gst/check/Makefile.am: + * libs/gst/check/gsttestclock.c: + * libs/gst/check/gsttestclock.h: + * tests/check/libs/gsttestclock.c: + testclock: replace newly-added GstTestClockIDList structure with a simple GList + Keep it simple. Likely also makes things easier for bindings, + and efficiency clearly has not been a consideration given how + the existing code handled these lists. + +2014-04-12 14:30:43 +0100 Tim-Philipp Müller + + * libs/gst/check/gsttestclock.c: + * libs/gst/check/gsttestclock.h: + docs: testclock: fix up Since markers + +2014-04-12 00:28:51 +0100 Tim-Philipp Müller + + * libs/gst/check/Makefile.am: + * libs/gst/check/gsttestclock.c: + * libs/gst/check/gsttestclock.h: + testclock: add back gst_test_clock_wait_for_pending_id_count() + .. but deprecate it. ABI stability and all that. + It's a dangerous and racy function to use. + +2014-03-23 15:08:26 +0000 Tim-Philipp Müller + + * libs/gst/check/gsttestclock.c: + testclock: remove unused variable + Fixes compiler warning. + +2013-12-16 10:01:37 +0100 Havard Graff + + * libs/gst/check/Makefile.am: + * libs/gst/check/gsttestclock.c: + * libs/gst/check/gsttestclock.h: + * tests/check/libs/gsttestclock.c: + testclock: add support for waiting and releasing multiple GstClockIDs + In order to be deterministic, multiple waiting GstClockIDs needs to be + released at the same time, or else one can get into the situation that + the one being released first can add itself back again before the next + one waiting is released. + Test added for new API and old tests rewritten to comply. + +2014-04-01 15:38:54 +0200 Linus Svensson + + * gst/gstpad.c: + pad: don't access unowned and possibly already freed event + Don't print the name of the event when ownership is given away. + https://bugzilla.gnome.org/show_bug.cgi?id=727484 + +2014-04-12 07:13:02 +0200 Wim Taymans + + * tools/gst-inspect.c: + inspect: print structure values of properties + +2014-04-11 22:38:25 +1000 Jan Schmidt + + * plugins/elements/gstinputselector.c: + input-selector: Hold pad object lock when changing tags + Avoid spurious crashes when tags are retrieved just as + new ones arrive. + +2014-04-11 13:45:21 +0200 Edward Hervey + + * gst/gstbuffer.c: + gstbuffer: Fix range iteration + We want to iterate over items idx to idx + length + We use the len variable as the corrected number of memory to iterate + and then properly go over all items. + Fixes the issue where specifying any idx different from 0 had no effect + Spotted by clang static analyzer + +2014-04-09 17:01:01 +0100 Vincent Penquerc'h + + * gst/gststructure.c: + structure: error out when trying to fixate a fraction near an invalid target + +2014-04-04 17:28:23 +0200 Sebastian Dröge + + * gst/gstevent.c: + event: Update running time in QoS based on the pad offsets + https://bugzilla.gnome.org/show_bug.cgi?id=722697 + +2014-04-04 17:15:25 +0200 Sebastian Dröge + + * gst/gstpad.c: + pad: Apply pad offsets on all events, not just segment events + +2014-04-04 17:06:18 +0200 Sebastian Dröge + + * docs/gst/gstreamer-sections.txt: + * gst/gstevent.c: + * gst/gstevent.h: + * win32/common/libgstreamer.def: + event: Add running-time-offset field to all events + Events passing through #GstPads that have a running time + offset set via gst_pad_set_offset() will get their offset + adjusted according to the pad's offset. + If the event contains any information that related to the + running time, this information will need to be updated + before usage with this offset. + +2014-04-09 16:40:27 +0100 Vincent Penquerc'h + + * gst/gstutils.c: + utils: avoid dividing by zero when multiplying y/z by 0/x + The gcd of 0/x is 0, and this is then used as a denominator. + +2014-04-09 16:01:09 +0200 Sebastian Dröge + + * tests/check/elements/multiqueue.c: + multiqueue: And actually run the other tests again + +2014-04-09 15:57:35 +0200 Sebastian Dröge + + * plugins/elements/gstmultiqueue.c: + multiqueue: Wake up the queues if limits are changing in a way that would unblock the queue + +2014-04-09 15:42:48 +0200 Sebastian Dröge + + * tests/check/elements/multiqueue.c: + multiqueue: Add test for checking if pads are waked up when limits are changed + +2014-04-09 10:15:33 +0200 Jose Antonio Santos Cadenas + + * libs/gst/base/gstbaseparse.c: + baseparse: Fix memory leak + Queued frames were not released after being pushed, this + caused a leak of the GstBaseParseFrame structure. + https://bugzilla.gnome.org/show_bug.cgi?id=727883 + +2014-04-07 17:49:14 +0100 Tim-Philipp Müller + + * plugins/elements/gstqueue2.c: + queue2: use g_strerror() instead of strerror() + Need UTF-8 encoding. + +2014-04-07 17:47:30 +0100 Tim-Philipp Müller + + * libs/gst/check/libcheck/check_run.c: + Revert "check: only call setpgid on valid child PIDs" + This reverts commit b9313afc75b68d986e473b76b55543456857912b. + This should be fixed in upstream libcheck instead. We want + to keep diff of our local copy to upstream libcheck + to a minimum. + +2014-04-07 17:33:34 +0100 Vincent Penquerc'h + + * plugins/elements/gstqueue2.c: + queue2: warn if we can't remove our temporary file + It's not fatal though, so do not error out. + Coverity 1037121 + +2014-04-07 15:38:09 +0100 Vincent Penquerc'h + + * libs/gst/check/libcheck/check_run.c: + check: only call setpgid on valid child PIDs + Coverity 206186 + +2014-04-07 15:38:17 +0100 Tim-Philipp Müller + + * plugins/elements/gstfilesrc.c: + filesrc: no need for a translated message for impossible error cases + The message is too technical anyway, the default message works + just fine here as well. + +2014-04-07 15:18:32 +0100 Vincent Penquerc'h + + * plugins/elements/gstfilesrc.c: + filesrc: catch failure to seek back to zero after seek test + This should never happen theoretically, but since a transient + failure would get us to silently read wrong data, it's worth + erroring out. And it silence this: + Coverity 206034 + +2014-04-07 11:36:58 +0200 Sebastian Dröge + + * gst/parse/Makefile.am: + parse: Don't dist the bison and flex generated headers + https://bugzilla.gnome.org/show_bug.cgi?id=727253 + +2014-04-06 11:23:34 +0200 Sebastian Rasmussen + + * gst/gstdebugutils.c: + debugutils: Handle caps field values being NULL + GST_DEBUG_BIN_TO_DOT_FILE() would cause a segfault whenever it encountered an + element's caps that had a field value being NULL. Such fields are successfully + handled e.g. by GST_*_OBJECT(), and with this patch so does + GST_DEBUG_BIN_TO_DOT_FILE(). Even if string fields with a NULL value are + not supposed to be valid in caps, such caps can be created. + Fixes https://bugzilla.gnome.org/show_bug.cgi?id=727701 + +2014-04-05 11:44:01 +0200 Edward Hervey + + * libs/gst/base/gstbaseparse.c: + baseparse: Remove always-true-checks + a gsize is guaranteed to be positive on all systems since it's an + unsigned value. + CID #1037147 + +2014-04-05 11:44:01 +0200 Edward Hervey + + * libs/gst/base/gstadapter.c: + adapter: Remove always-true-checks + a gsize is guaranteed to be positive on all systems since it's an + unsigned value. + CID #1037145 + CID #1037146 + +2014-04-05 11:37:53 +0200 Edward Hervey + + * gst/gstvalue.c: + gstvalue: Prevent division or modulo by zero + The step can end up being zero if the underlying value isn't a valid + range GValue. + In those cases, return FALSE. + We don't use g_return*_if_fail since it will already have been triggered + by the above-mentionned _get_step() functions. + Spotted by Coverity. + +2014-03-25 12:23:32 +0100 Haakon Sporsheim + + * gst/gstvalue.c: + gstvalue: Fix comparison of int/int64 range + Checking step three times seems unnecessary. + A similar bug was fixed for double range in + commit 3ea6b04c10b10fde9d62190068f274b940edef07 + +2014-04-03 18:17:03 -0300 Thiago Santos + + * plugins/elements/gstinputselector.c: + inputselector: fix build with debug cached buffers enabled + gstinputselector.c:818:5: error: format not a string literal + and no format arguments [-Werror=format-security] + +2014-04-03 20:31:16 +0200 Sebastian Dröge + + * libs/gst/base/gstbaseparse.c: + baseparse: Make sure to set the DISCONT flag on the first buffer of each GOP in reverse playback mode + +2014-04-03 13:20:11 -0300 Thiago Santos + + * libs/gst/base/gstbasesrc.c: + basesrc: removing duplicated inner if + The inner if replicates the same code of the outer and is useless + as flag_segment will always be true. + Found by coverity. + +2014-04-03 07:36:03 +0200 Edward Hervey + + * tools/gst-launch.1.in: + gst-launch.1: Playbin2 is dead, long live playbin + Looks like that was the last remaining mention in core ... + +2014-04-02 23:52:10 +0200 Sebastian Dröge + + * tools/gst-inspect.c: + gst-inspect: Add missing \n in output + +2014-04-01 15:35:24 +0100 Tim-Philipp Müller + + * scripts/gst-uninstalled: + scripts: gst-uninstalled: gst-plugins-gl libs got merged into -bad + +2014-03-29 10:18:34 +0100 Sebastian Dröge + + * gst/gstpad.c: + pad: Include event type in debug output when delaying a sticky event because of not-linked + +2014-03-29 10:16:12 +0100 Sebastian Dröge + + * libs/gst/base/gstbaseparse.c: + baseparse: Fix splitting and reversing of GOPs in reverse playback mode + We iterate the current discont group backwards and push each GOP forwards, + starting from the last one. However if the first buffer in the current + discont group is a keyframe, we will keep it around until next time, + which is far from ideal. Just push it. + +2014-03-25 12:38:07 +0100 Wim Taymans + + * tools/gst-launch.c: + launch: place the deep-notify on the right pipeline + If the toplevel bin is not not a pipeline, we place the bin in a + pipeline. Also make sure that we connect to the deep-notify of this new + pipeline because we will g_signal_handler_disconnect() from it later. + +2014-03-24 16:34:27 +0100 Wim Taymans + + * libs/gst/base/gstbasesink.c: + basesink: copy last_sample on DRAIN + Make sure we don't hold a ref to a buffer from before the DRAIN query by + making a copy of the last_buffer. + +2014-03-24 16:11:30 +0100 Wim Taymans + + * gst/gstbuffer.c: + buffer: don't clear TAG on NULL buffer + When the buffer fails to copy, don't clear the TAG on the NULL pointer. + +2014-03-20 06:14:33 -0400 Vincent Penquerc'h + + * plugins/elements/gstqueue2.c: + queue2: fix event/preroll deadlock + The qlock is released between popping a buffer from the queue + and pushing it. When this buffer causes the sink to wait in + preroll, this lets a query see that the queue is empty, and + push the query then wait for it to be serviced. However, this + will not be done till after peroll, and this will thus block. + If upstream was waiting on buffering to reach 100% before + switching to PLAYING, a deadlock would ensue. + We fix it by refusing the query when buffering, as per Wim's + recommendation on IRC. + +2014-03-23 12:53:55 +0000 Tim-Philipp Müller + + * tests/check/libs/gstnetclientclock.c: + tests: make netclientclock test faster and less flaky + +2014-03-21 12:16:54 +0100 Wim Taymans + + * gst/gst.c: + gst: init new flag types to pass make check + +2014-03-19 09:33:53 +0100 Sebastian Dröge + + * plugins/elements/gstqueue2.c: + queue2: Update buffering status and maybe post buffering message right when enabling buffering + +2014-03-19 09:32:45 +0100 Sebastian Dröge + + * plugins/elements/gstmultiqueue.c: + multiqueue: Update buffering status and maybe post buffering message right when enabling buffering + +2014-03-18 18:12:16 +0100 Sebastian Dröge + + * tests/check/elements/fakesink.c: + fakesink: Update positions we're checking for after a state is lost + +2014-03-18 18:11:15 +0100 Sebastian Dröge + + * libs/gst/base/gstbasesink.c: + basesink: Update start time when we lose our state + Otherwise we report not the correct position while the state is lost. + +2014-03-18 16:47:42 +0100 Sebastian Dröge + + * libs/gst/base/gstbasesink.c: + basesink: Don't clip the reported position in PAUSED to after the last buffer end timestamp + Otherwise we jump forward when pausing, and go backwards a bit again + when resuming playback. + +2014-03-17 10:05:31 +0100 Edward Hervey + + * win32/common/libgstreamer.def: + win32: Update exports for GstToc loop + +2014-03-17 10:05:18 +0100 Edward Hervey + + * win32/common/libgstreamer.def: + win32: Update export for gst*device symbols + +2014-03-17 09:51:45 +0100 Edward Hervey + + * gst/gstdevice.c: + * gst/gstdevicemonitor.c: + * gst/gstglobaldevicemonitor.c: + devicemonitor: Use local includes and use gst_private before anything + Should fix build issues on BSD + +2014-03-16 20:50:53 -0400 Olivier Crête + + * tools/gst-inspect.c: + gst-inpect: Print device monitor + +2014-03-16 15:56:59 -0400 Olivier Crête + + * gst/gstdevice.c: + * gst/gstdevice.h: + * gst/gstglobaldevicemonitor.c: + device: Add "klass" to GstDevices + +2014-03-16 18:02:56 -0400 Olivier Crête + + * gst/gstdevicemonitorfactory.c: + * gst/gstdevicemonitorfactory.h: + * gst/gstglobaldevicemonitor.c: + * gst/gstglobaldevicemonitor.h: + devicemonitor: Make classes into pure strings + Instead of having strings & flags, make them just strings + +2014-03-17 06:29:27 +1100 Jan Schmidt + + * gst/gstbus.c: + * gst/gstmessage.h: + * tests/check/gst/gstbus.c: + Fix extended message handling with gst_bus_pop_timed_filtered() + Make sure extended message types don't get accidentally matched + when not asked for in the mask + +2014-03-17 05:24:12 +1100 Jan Schmidt + + * gst/gstbin.c: + gstbin: Avoid pointless object lock forwarding messages. + Every instance of calling bin_do_message_forward() first took the + object lock, so that bin_do_message_forward() could drop it and + then reclaim. Instead, only take the object lock afterward where + needed. + +2014-02-19 02:27:36 +0100 Mathieu Duponchelle + + * libs/gst/base/gstcollectpads.c: + collectpads: When seek flushed, immediately set eospads to 0 + This prevents situations where a first branch would get seeked and + receive a buffer before all branches got seeked, and thus collected + would get called based on EOS from the previous segment. + As a consequence, during the process of seeking, don't decrease + the eospads number when a FLUSH_STOP is received. + Fixes https://bugzilla.gnome.org/show_bug.cgi?id=724571 + +2014-03-16 17:47:06 +0100 Sebastian Dröge + + * libs/gst/base/gstcollectpads.c: + collectpads: Unref peer pad + +2014-02-16 20:35:09 +0100 Mathieu Duponchelle + + * libs/gst/base/gstcollectpads.c: + collectpads: Forward seek events to the peer directly + Taken from the adder seek handling code. + Fixes https://bugzilla.gnome.org/show_bug.cgi?id=726461 + +2014-01-02 22:30:11 +0100 Stefan Sauer + + * docs/design/part-toc.txt: + * gst/gsttoc.c: + * gst/gsttoc.h: + toc: expand GstTocEntry with loop fields + Add loop_type and repeat_count fields to GstTocEntry plus setters and getters. + This allows to represent edit-lists in a toc as well as loops in instruemnts (wav, xi). + API: gst_toc_entry_set_loop + API: gst_toc_entry_get_loop + +2014-03-16 15:19:49 +0000 Tim-Philipp Müller + + * gst/gstglobaldevicemonitor.c: + globaldevicemonitor: update for new message API + https://bugzilla.gnome.org/show_bug.cgi?id=678402 + +2013-01-08 21:30:44 -0500 Olivier Crête + + * gst/Makefile.am: + * gst/gst.h: + * gst/gstglobaldevicemonitor.c: + * gst/gstglobaldevicemonitor.h: + * win32/common/libgstreamer.def: + globaldevicemonitor: Add device monitor aggregator + https://bugzilla.gnome.org/show_bug.cgi?id=678402 + +2014-03-16 14:08:45 +0000 Tim-Philipp Müller + + * tests/check/gst/gstbus.c: + tests: add test for extended message types and gst_bus_timed_pop_filtered + +2014-03-16 14:08:00 +0000 Tim-Philipp Müller + + * gst/gst.c: + * gst/gstbus.c: + * gst/gstmessage.c: + * gst/gstmessage.h: + * gst/gstquark.c: + * gst/gstquark.h: + * win32/common/libgstreamer.def: + message, bus: do extended message types slightly differently + https://bugzilla.gnome.org/show_bug.cgi?id=678402 + +2014-03-16 14:07:35 +0000 Tim-Philipp Müller + + * gst/gst.c: + gst: fix indentation + +2012-10-16 12:27:04 -0400 Olivier Crête + + * gst/Makefile.am: + * gst/gst.h: + * gst/gst_private.h: + * gst/gstdevice.c: + * gst/gstdevice.h: + * gst/gstdevicemonitor.c: + * gst/gstdevicemonitor.h: + * gst/gstdevicemonitorfactory.c: + * gst/gstdevicemonitorfactory.h: + * gst/gstmessage.c: + * gst/gstmessage.h: + * gst/gstquark.c: + * gst/gstquark.h: + * gst/gstregistry.c: + * gst/gstregistrybinary.c: + * gst/gstregistrychunks.c: + * gst/gstregistrychunks.h: + * win32/common/libgstreamer.def: + devicemonitor: Add GstDeviceMonitor and related + Also add GstDevice and GstDeviceMonitorFactory + And add code to the registry to save them + https://bugzilla.gnome.org/show_bug.cgi?id=678402 + +2013-08-14 15:56:11 -0400 Olivier Crête + + * gst/gst.c: + * gst/gstmessage.c: + * gst/gstmessage.h: + * gst/gstquark.c: + * gst/gstquark.h: + message: Add GST_MESSAGE_EXTENDED + https://bugzilla.gnome.org/show_bug.cgi?id=678402 + +2014-03-16 11:05:56 +0100 Stefan Sauer + + * gst/gstutils.c: + pad: actually return data.ret + The return value from gst_pad_forward() is the aggregated return value from the callback and the callback returns FALSE to continue iterating. + +2014-03-15 15:54:33 +0100 Stefan Sauer + + * gst/gstutils.c: + pad: forward return value from gst_pad_forward + Instead of ignoring the return value and always return TRUE pass the already agregated result back. + +2014-03-15 13:57:19 -0300 Thiago Santos + + * win32/common/libgstreamer.def: + win32: fix make-check by running 'make update-exports' + +2014-03-14 13:32:17 -0300 Thiago Santos + + * tests/check/elements/multiqueue.c: + tests: multiqueue: fix eos count on test for not-linked case + From the test case: + /* This test creates a multiqueue with 2 streams. One receives + * a constant flow of buffers, the other only gets one buffer, and then + * new-segment events, and returns not-linked. The multiqueue should not fill. + */ + If one of the queues goes EOS and the other returns NOT_LINKED the stream + can be considerered EOS as a NOT_LINKED means that one of the branches has no + sink downstream that will block the EOS message posting. + https://bugzilla.gnome.org/show_bug.cgi?id=725917 + +2014-03-01 23:18:44 +0100 Sebastian Rasmussen + + * docs/libs/gstreamer-libs-sections.txt: + * libs/gst/base/gstadapter.c: + * libs/gst/base/gstadapter.h: + * win32/common/libgstbase.def: + adapter: Adapt gst_adapter_copy() for bindings + This is done by introducing a new gst_adapter_copy_bytes() call that + returns a GBytes structure. + Fixes https://bugzilla.gnome.org/show_bug.cgi?id=725476 + +2014-03-14 18:40:31 +0000 Tim-Philipp Müller + + * plugins/elements/gstmultiqueue.c: + docs: fix multiqueue docs for new template names foo_%d -> foo_%u + https://bugzilla.gnome.org/show_bug.cgi?id=726358 + +2014-03-11 21:55:46 +0000 Tim-Philipp Müller + + * docs/plugins/inspect/plugin-coreelements.xml: + docs: update plugin docs + +2014-03-11 21:44:39 +0000 Tim-Philipp Müller + + * gst/gstpad.c: + pad: simplify gst_pad_link_get_name() and fix Since marker + Has added benefit that compiler might warn if more values + are added to the enum. + +2014-03-11 21:46:14 +0100 Stefan Sauer + + * docs/gst/gstreamer-sections.txt: + * gst/gstghostpad.c: + * gst/gstpad.c: + * gst/gstpad.h: + * win32/common/libgstreamer.def: + pad: add debug helper for GstPadLinkReturn names + Add a helper like gst_flow_get_name() for GstPadLinkReturn. Use this in core. + API: gst_pad_link_get_name() + +2014-03-11 21:12:15 +0100 Stefan Sauer + + * plugins/elements/gsttee.c: + tee: use store_sticky events add add more logging + Use the pad as object for logging to get more context. Use + gst_pad_store_sticky_event() instead of sending the event. This avoids a warning + as here the pad is not yet linked and we actually don't want to send anyway. + +2014-03-10 10:00:28 -0300 Thiago Santos + + * plugins/elements/gstqueue2.c: + queue2: if buffering is disabled while buffering, post 100% message + Avoids stall waiting for buffering to reach 100% + +2014-03-10 09:49:09 -0300 Thiago Santos + + * plugins/elements/gstqueue2.c: + * plugins/elements/gstqueue2.h: + queue2: remove unused variable + buffering_iteration was never used + +2014-03-10 09:49:07 -0300 Thiago Santos + + * plugins/elements/gstqueue.c: + * plugins/elements/gstqueue2.c: + queue: queue2: preserve last flow result when pushing events + Avoids mistakenly returning _OK when downstream is still + _NOT_LINKED on subsequent received pad pushes + https://bugzilla.gnome.org/show_bug.cgi?id=725917 + +2014-03-10 09:49:05 -0300 Thiago Santos + + * plugins/elements/gstmultiqueue.c: + multiqueue: if buffering is disabled while buffering, post 100% message + Avoids stall waiting for buffering to reach 100% + +2014-03-10 09:48:58 -0300 Thiago Santos + + * plugins/elements/gstmultiqueue.c: + multiqueue: do not reset last push result when pushing events + Use the last result as a default when pushing a item from a single queue, + otherwise the status gets reset to _OK when pushing events. + This causes problems when mistakenly activating a not-linked stream + that is being ignored upstream as it is not being used (adaptive + scenarios), it will make the multiqueue post a buffering message + on a pad that won't receive buffers + https://bugzilla.gnome.org/show_bug.cgi?id=725917 + +2014-03-07 20:43:44 +0000 Tim-Philipp Müller + + * gst/gstbuffer.c: + * gst/gstbuffer.h: + * gst/gstbufferpool.c: + * gst/gstbufferpool.h: + buffer: invert meaning of GST_BUFFER_FLAG_TAG_MEMORY + It's nicer to only have it set when something noteworthy + happened and otherwise unset. + https://bugzilla.gnome.org/show_bug.cgi?id=725862 + +2014-03-06 22:51:57 +0100 Stefan Sauer + + * gst/gstpad.c: + pad: fix gst_pad_add_probe() return value docs + Also fix comment typos and add more detail in the logs. + +2014-03-06 20:40:46 +0000 Tim-Philipp Müller + + * plugins/elements/gstfakesink.c: + * plugins/elements/gstfakesrc.c: + * plugins/elements/gstidentity.c: + fakesink, identity, fakesrc: fix debug printing if TAG_MEMORY buffer flag + The IN_CAPS flag does not exist any more. + +2014-03-06 13:01:40 +0200 George Kiagiadakis + + * gst/gstghostpad.c: + ghostpad: use gst_pad_get_peer to acquire a reference to the target pad + This ensures that the lock of the internal pad is held while referencing + it's peer (= the target pad), which ensures that the peer is not + going to be unlinked/destroyed in the meantime. + https://bugzilla.gnome.org/show_bug.cgi?id=725809 + +2014-03-06 12:40:23 +0200 George Kiagiadakis + + * gst/gstghostpad.c: + ghostpad: hold a reference to the target pad while unlinking it + https://bugzilla.gnome.org/show_bug.cgi?id=725809 + +2014-03-02 05:08:24 +0100 Sebastian Rasmussen + + * .gitignore: + .gitignore: Ignore gcov intermediate files + https://bugzilla.gnome.org/show_bug.cgi?id=725478 + +2014-03-02 17:55:45 +0100 Sebastian Rasmussen + + * gst/gstbufferpool.c: + * gst/gstmeta.c: + * libs/gst/base/gstbaseparse.h: + docs: Fix typos and remove unknown annotations + Fixes https://bugzilla.gnome.org/show_bug.cgi?id=725517 + +2014-02-28 20:53:38 +0100 Stefan Sauer + + * gst/gstcontext.c: + docs: use the new markdown for ordered list. + This was plain text that had all list items one after the other (including a + repeated number). Now it will atleast look good when processed with gtk-doc + 1.20. + +2014-02-28 09:34:19 +0100 Sebastian Dröge + + * common: + Automatic update of common submodule + From fe1672e to bcb1518 + +2014-02-27 22:26:30 -0300 Reynaldo H. Verdejo Pinochet + + * gst/gstevent.c: + * gst/gstpadtemplate.c: + docs: fix problems introduced by c068b225fef5a9bf0 + - Fix failing build + - Drop added trailing whitespace + +2014-02-27 18:27:37 +0100 Stefan Sauer + + * gst/gstbuffer.c: + buffer: add return values to g_return_if_fail + FIxes previous commit. + +2014-02-27 18:06:56 +0100 Stefan Sauer + + * gst/gstbuffer.c: + * gst/gstcaps.c: + * gst/gstevent.c: + * gst/gstinfo.c: + * gst/gstiterator.c: + * gst/gstmessage.c: + * gst/gstpadtemplate.c: + * gst/gstquery.c: + * gst/gsttypefindfactory.c: + docs: convert the examples to use gtk-doc markup, instead of docbook + The gtk-doc markup is less intrusive and better handled when creating docs for + language bindings. The titles (where used) where not adding much. + +2014-02-27 16:46:11 +0100 Wim Taymans + + * docs/gst/gstreamer-sections.txt: + * win32/common/libgstreamer.def: + docs: add some more new API do docs + +2014-02-27 16:40:34 +0100 Wim Taymans + + * gst/gstbufferpool.c: + * tests/check/gst/gstbufferpool.c: + bufferpool: only release buffers with writable memory + Check if the memory is writable before releasing the buffer into the + pool again. + Add unit test for this scenario. + +2014-02-27 16:39:50 +0100 Wim Taymans + + * gst/gstbuffer.c: + * gst/gstbuffer.h: + buffer: add function to check writability of memory + Check if memory is writable in a buffer and thus is exclusively owned by + this buffer. + +2014-02-27 15:14:59 +0100 Wim Taymans + + * gst/gstbufferpool.c: + * gst/gstbufferpool.h: + * tests/check/gst/gstbufferpool.c: + bufferpool: Use TAG_MEMORY to check memory before releasing + Tag allocated buffers with TAG_MEMORY. When they are released later, + only add them back to the pool if the tag is still there and the memory + has not been changed, otherwise throw the buffer away. + Add unit test to check various scenarios. + Fixes https://bugzilla.gnome.org/show_bug.cgi?id=724481 + +2014-02-27 14:35:09 +0100 Wim Taymans + + * gst/gstbuffer.c: + * gst/gstbuffer.h: + buffer: add a new flag to track memory changes + Add a flag to check if the memory changed in a buffer. + +2014-02-26 15:36:42 +0100 Wim Taymans + + * gst/gstbuffer.c: + buffer: remove wrong comment + Refcount and writability are not related for memory objects. + +2014-02-25 17:46:49 +0100 Wim Taymans + + * gst/gstbufferpool.c: + bufferpool: refactor free_buffer + Make a do_free_buffer method to also decrements the number of allocated + buffers. Stop will now be successful when all buffers are freed. + +2014-02-26 22:10:28 +0100 Stefan Sauer + + * common: + Automatic update of common submodule + From 1a07da9 to fe1672e + +2014-02-26 20:24:41 +0100 Stefan Sauer + + * gst/gstdebugutils.c: + debugutils: add a legend to pipeline dumps + We use a couple of symbols to represent states/flags. Add a short explanation for them. + +2013-07-31 09:26:26 +0200 Olivier Crête + + * gst/gstdebugutils.c: + debugutils: Print if there is a task started from a pad + https://bugzilla.gnome.org/show_bug.cgi?id=705189 + +2014-02-25 16:11:20 +0100 Sebastian Dröge + + * gst/gststructure.c: + structure: Use get_uint64() in gst_structure_get_clock_time() + Its code is identical. + +2014-02-25 15:41:45 +0100 Sebastian Dröge + + * docs/gst/gstreamer-sections.txt: + * gst/gststructure.c: + * gst/gststructure.h: + * tests/check/gst/gststructure.c: + * win32/common/libgstreamer.def: + structure: Add getters for int64 and uint64 values + +2014-02-19 21:17:27 -0300 Thiago Santos + + * libs/gst/base/gstbasesrc.c: + * tests/check/libs/basesrc.c: + basesrc: Do not send eos when seeking after last buffer + If pushing the last buffer triggers a seek from downstream, do not + go into EOS if a new segment was requested. + Contains unit test + https://bugzilla.gnome.org/show_bug.cgi?id=724757 + +2014-02-21 09:03:50 +0000 Tim-Philipp Müller + + * scripts/gst-uninstalled: + gst-uninstalled: remove insanity and the old gst-openmax + +2014-02-20 18:47:42 +0100 Thibault Saunier + + * scripts/gst-uninstalled: + gst-uninstalled: Add paths to gst-devtools/validate + +2014-02-20 15:34:36 +0100 Sebastian Dröge + + * plugins/elements/gstmultiqueue.c: + multiqueue: If we only have a single pad, don't consider all pads not linked and grow the queue indefinitely + +2014-02-19 10:57:33 +0100 Stefan Sauer + + * libs/gst/check/gstcheck.c: + * libs/gst/check/gstcheck.h: + check: also use the glob on GST_CHECKS when forcing to run broken tests + GST_CHECKS can be simply "test*" to run run all tests (including those that are + marked broken). Update the sparse comments a bit to tell how this works. + +2014-02-18 15:46:32 +0100 Wim Taymans + + * plugins/elements/gstqueue2.c: + queue2: don't truncate the temp file on shutdown + We want to keep the downloaded file untruncated so that we can use it + again later. + Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=724373 + +2014-02-18 14:21:20 +0100 Wim Taymans + + * plugins/elements/gstqueue2.c: + queue2: Fix merging of ranges + Make a method to get the seeking threshold. If data is further away from + this threshold we want to perform a seek upstream. + When the current downloaded range can merge with the next range, + actually include the data of the next range into the current range + instead of discarding it. Also decide if we seek to the write position + of the merged range or continue reading. + +2014-02-18 11:49:37 +0100 Wim Taymans + + * libs/gst/base/gstbasesrc.c: + basesrc: in automatic_eos mode, don't modify the size + Don't set the size to -1 in automatic_eos mode (which also updates the + duration to -1). We only want automatic_eos mode influence the maxsize + calculations without any side effects. + Fixes https://bugzilla.gnome.org/show_bug.cgi?id=724564 + +2014-02-17 11:37:30 +0100 Jan Alexander Steffens (heftig) + + * docs/pwg/advanced-types.xml: + pwg: Update raw properties + Using info from gst-plugins-base/docs/design . + Encoded streams might make use of the raw properties, so list them all under foo/* . + For foo/raw, only note which of these properties are mandatory. + I didn't take a closer look at the raw formats yet. Those might still be out-of-date. + https://bugzilla.gnome.org/show_bug.cgi?id=724187 + +2014-02-17 17:28:38 +0000 Tim-Philipp Müller + + * scripts/create-uninstalled-setup.sh: + scripts: create-uninstalled-setup: remove dead http links + https://bugzilla.gnome.org/show_bug.cgi?id=724561 + +2014-02-15 22:34:33 +0100 Stefan Sauer + + * docs/gst/gstreamer.types.in: + docs: add the boxed types to the .types.in + This makes them show up in the object hierarchy. + +2014-02-15 21:22:45 +0100 Stefan Sauer + + * docs/gst/gstreamer-sections.txt: + * gst/gstutils.h: + docs: gtkdoc is not good at parsing inline functions in headers + Mark the inline function, so that gtkdoc skips them. Avoids some warnings about + unparsable declarations. + +2014-02-13 12:07:50 +0100 Sebastian Dröge + + * docs/libs/gstreamer-libs-sections.txt: + * libs/gst/base/gstbasesrc.c: + * libs/gst/base/gstbasesrc.h: + * win32/common/libgstbase.def: + basesrc: Add gst_base_src_set_automatic_eos() API + This defaults to TRUE and if it is set to FALSE it is the subclasses + responsibility to return GST_FLOW_EOS from the create() vmethod once + the stream is done. + +2014-02-11 16:30:31 +0000 William Manley + + * docs/gst/running.xml: + * gst/gstregistry.c: + docs: Fix location of plugins and registry in home directories + Fixes out of date documentation left over since 0.10. In 1.0 plugins are + stored in $XDG_DATA_HOME and the registry in $XDG_CACHE_HOME conformant + with the XDG Base Directory Specification[1]. + [1]: http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html + https://bugzilla.gnome.org/show_bug.cgi?id=724132 + +2014-02-11 13:27:25 +0100 Sebastian Dröge + + * gst/gsterror.h: + error: GST_RESOURCE_ERROR_NOT_AUTHORIZED will be available since 1.2.4 + +2014-02-11 13:09:11 +0100 Sebastian Dröge + + * gst/gsterror.c: + * gst/gsterror.h: + error: Add RESOURCE_NOT_AUTHORIZED error + This allows to distinguish normal read failures from read failures + where we miss authorization. + +2014-02-10 17:09:59 +0100 Sebastian Dröge + + * tools/gst-inspect.c: + gst-inspect: Fix yet another compiler warning + https://bugzilla.gnome.org/show_bug.cgi?id=724045 + +2014-02-10 08:00:36 +0100 Sebastian Rasmussen + + * docs/design/Makefile.am: + docs: add missing seqnum file for distribution + Fixes https://bugzilla.gnome.org/show_bug.cgi?id=723997 + +2014-02-09 16:53:55 +0000 Tim-Philipp Müller + + * docs/gst/running.xml: + docs: document GST_TAG_*ENCODING environment variables + https://bugzilla.gnome.org/show_bug.cgi?id=721850 + +2014-02-09 16:47:53 +0000 Tim-Philipp Müller + + * docs/Makefile.am: + docs: enable parallel build of subdirectories + We can build gtk docs, ADM, PWG and FAQ in parallel. + +2014-02-09 16:38:10 +0000 Tim-Philipp Müller + + * libs/gst/check/gstcheck.c: + check: add support for blacklisting checks via GST_CHECKS_IGNORE + +2014-02-09 00:25:14 +0000 Tim-Philipp Müller + + * tests/check/libs/baseparse.c: + tests: fix leak in baseparse test + Or rather make it not show up any more by moving + it from 'definitely lost' into 'possibly lost'. + +2014-02-08 23:39:03 +0000 Tim-Philipp Müller + + * tests/check/gst/gstsystemclock.c: + tests: fix leak in systemclock test + +2014-02-08 16:42:55 +0100 Sebastian Dröge + + * tools/gst-inspect.c: + gst-inspect: Make clang happy with our g_vprintf() wrapper + +2014-02-06 14:18:31 +0800 Chun-wei Fan + + * gst/gst.c: + * gst/gstpluginloader.c: + * gst/gstpreset.c: + * gst/gstregistry.c: + windows: Make GStreamer installation relocatable + Use the technique that is now done in GTK+ so that the plugins do not have + to be installed in c:\gstreamer\lib\\gstreamer-$(GSTApiVersion), + but can be installed in + \lib\\gstreamer-$(GSTApiVersion), + or as per g_win32_get_package_installation_directory_of_module() allows. + https://bugzilla.gnome.org/show_bug.cgi?id=679115 + +2013-10-30 17:02:35 -0500 Brendan Long + + * gst/gsttask.c: + * gst/gsttaskpool.c: + * libs/gst/base/gstcollectpads.c: + gst: clear floating references for GstTask, GstTaskPool and GstCollectPads + https://bugzilla.gnome.org/show_bug.cgi?id=710342 + +2013-10-30 17:02:02 -0500 Brendan Long + + * gst/gstbufferpool.c: + * gst/gstpad.c: + docs: gst_pad_new_from_*_template and gst_buffer_pool_new constructors return floating references + https://bugzilla.gnome.org/show_bug.cgi?id=710342 + +2014-02-05 10:11:43 +0100 Edward Hervey + + * tests/check/elements/capsfilter.c: + check: Remove a minor leak in unit test + Makes valgrind happy + +2014-02-04 22:23:06 +0100 Sebastian Dröge + + * docs/manual/advanced-dataaccess.xml: + manual: Fix build by using the correct C file name + +2014-02-04 21:36:18 +0100 Sebastian Dröge + + * docs/manual/advanced-dataaccess.xml: + manual: Clean up code a bit to be suitable for the docs + +2014-01-03 07:25:37 -0800 Todd Agulnick + + * docs/manual/advanced-dataaccess.xml: + manual: Replace manual's effectswitch.c with newer test-effect-switch.c + https://bugzilla.gnome.org/show_bug.cgi?id=721100 + +2014-01-29 14:39:19 +0000 Matthieu Bouron + + * tests/check/gst/gstcaps.c: + tests: add caps features unit tests + https://bugzilla.gnome.org/show_bug.cgi?id=723236 + +2014-02-04 18:42:02 +0100 Sebastian Dröge + + * gst/gstcaps.c: + caps: When getting capsfeatures and none are there, store sysmem capsfeatures + ... instead of returning a reference to a global instance. The caller might + want to change the global instance otherwise, which causes funny effects like + all global instances being changed and at the same time nothing in the caps + being changed. + As the caps might be immutable while we do this we have to do some magic + with atomic operations. + https://bugzilla.gnome.org/show_bug.cgi?id=723236 + +2014-02-04 18:03:47 +0100 Sebastian Dröge + + * gst/gstcaps.c: + caps: Don't get us sysmem capsfeatures if we just check for fixed caps + +2014-02-04 17:48:54 +0100 Sebastian Dröge + + * gst/gstcapsfeatures.c: + capsfeatures: Make sure that the static ANY/EMPTY capsfeatures are never mutable + See https://bugzilla.gnome.org/show_bug.cgi?id=723236 + +2014-01-31 09:14:41 +0100 Stefan Sauer + + * docs/gst/gstreamer-sections.txt: + * gst/gstcontrolbinding.h: + * gst/gstmeta.h: + * libs/gst/base/gstbasetransform.c: + docs: fix more gtk-doc warnings + +2014-01-31 08:35:41 +0100 Stefan Sauer + + * docs/gst/Makefile.am: + * docs/gst/gstreamer-sections.txt: + * gst/gstallocator.h: + docs: unhide docs for allocator + Unhinde the class docs. Tech gtk-doc about GST_EXPORTS. + +2014-01-31 08:08:37 +0100 Stefan Sauer + + * gst/gstbufferpool.c: + * gst/gstbufferpool.h: + * tests/check/gst/gstbufferpool.c: + bufferpool: more tests and small doc fixes + +2014-01-30 21:24:21 +0100 Sebastian Dröge + + * tools/gst-inspect.c: + * tools/gst-launch.c: + * tools/gst-typefind.c: + tools: Support non-ASCII tags + By calling setlocale() to get us multi-byte/UTF-8 support. + https://bugzilla.gnome.org/show_bug.cgi?id=723164 + +2014-01-30 03:22:56 -0300 Thiago Santos + + * plugins/elements/gstoutputselector.c: + outputselector: respect the 'negotiation-mode' property + If the segment event is allowed to be pushed to all pads it + will lead to an assertion of 'sticky event misordering: + segment received before caps' in case the pad-negotiation-mode + is set to 'active' or 'none'. + This patch fixes this by making all sticky events follow the + property like the caps event to prevent misordering warnings. + When a new pad is activated the current sticky events on the + sinkpad are forwarded to it in the proper order. + https://bugzilla.gnome.org/show_bug.cgi?id=723266 + +2014-01-30 12:54:20 +0100 Stefan Sauer + + * tests/benchmarks/gstpoolstress.c: + poolstress: print speedup + +2014-01-30 12:42:02 +0100 Stefan Sauer + + * gst/gstbufferpool.c: + bufferpool: misc cleanups + Review the documentation, comments and logging. Set the initial size to 16 as + the size is rounded up to the next power of two anyway. + +2014-01-30 08:11:12 +0100 Stefan Sauer + + * tests/check/Makefile.am: + * tests/check/gst/.gitignore: + * tests/check/gst/gstbufferpool.c: + bufferpool: add a new testsuite or the pool + Start with some basic tests. + +2014-01-30 12:26:05 +0100 Wim Taymans + + * gst/gstbufferpool.c: + bufferpool: avoid excessive GstPoll activity + Keep an extra write ref on the control socket. This ensures that we + avoid a read/write on the socket when going from non-empty->empty->not-empty. + We remove the write ref only when we actually are empty and we need to + wait for flushing or a new buffer. + This makes the bufferpool benchmark about 30% faster than the pure + malloc implementation. + +2014-01-30 12:25:33 +0100 Wim Taymans + + * gst/gstpoll.c: + poll: improve debug + Add object pointer in debug lines. + +2014-01-30 10:43:36 +0100 Edward Hervey + + * common: + Automatic update of common submodule + From d48bed3 to 1a07da9 + +2014-01-29 22:46:48 +0100 Stefan Sauer + + * docs/design/part-toc.txt: + part-toc: emphasize that the later chapters are design draft ideas + +2014-01-29 20:20:56 +0100 Stefan Sauer + + * docs/design/part-toc.txt: + part-toc: add format specific information + +2014-01-29 18:21:34 +0100 Stefan Sauer + + * tests/benchmarks/gstpoolstress.c: + poolstress: code cleanups + Add a few comments. Tell in the results, which number are from which test. + +2014-01-29 13:20:19 +0100 Nicola Murino + + * scripts/gst-uninstalled: + gst-uninstalled: use print as function + https://bugzilla.gnome.org/show_bug.cgi?id=723229 + +2014-01-28 11:58:53 -0300 Thiago Santos + + * tests/check/elements/capsfilter.c: + tests: capsfilter: add test for pending_events pushing + make sure that pending events are pushed when caps are already + set when a buffer is received + +2014-01-28 11:12:56 -0300 Thiago Santos + + * plugins/elements/gstcapsfilter.c: + capsfilter: do not forget to push pending events + Push pending events before buffers if caps is already + set + +2014-01-24 19:19:08 +0100 Arnaud Vrac + + * plugins/elements/gstmultiqueue.c: + multiqueue: do not reduce single queue below current level + When the single queue size was just bumped by 1 to allow more buffers to + be added, the buffers limit could be reduced to the current level when + setting the max-size-buffers property. This would result in a stall + since the queue would not grow anymore at this point. + Prevent this by not reducing a single queue size below the current + number of buffers + 1. + https://bugzilla.gnome.org/show_bug.cgi?id=712597 + +2014-01-24 13:20:49 -0300 Thiago Santos + + * libs/gst/base/gstbasesrc.c: + basesrc: do not forget to clear the forced_eos flag + otherwise it will always use the seqnum of the event + sent by the application + +2014-01-23 15:52:51 -0300 Thiago Santos + + * libs/gst/base/gstbasesrc.c: + * tests/check/libs/basesrc.c: + basesrc: preserve seqnum of eos events sent by the user + Store the eos event seqnum and use it when creating the + new eos event to be pushed downstream. To know if the eos + was caused by the eos events received on send_event, a + 'forced_eos' flag is used to use the correct seqnum on + the event pushed downstream. + Useful if the application wants to check if the EOS message + was generated from its own pushed EOS or from another source + (stream really finished). + Also adds a test for this + https://bugzilla.gnome.org/show_bug.cgi?id=722791 + +2014-01-23 15:34:27 -0300 Thiago Santos + + * docs/design/part-seqnums.txt: + docs: design: add part-seqnums + Hopefully clarifies how seqnums should be used and copied from + events to events/messages when those are handled. + https://bugzilla.gnome.org/show_bug.cgi?id=722791 + +2014-01-24 09:28:05 +0100 Sebastian Dröge + + * plugins/elements/gstmultiqueue.c: + multiqueue: Break the loop immediately if we found an empty queue + No need to continue looking at all the others + +2014-01-23 15:47:23 +0100 Per x Johansson + + * plugins/elements/gstmultiqueue.c: + multiqueue: Allow growing a queue if all other queues are not linked + In the case where one singlequeue is full and all other are not linked, the + growing of the full queue does not work correctly. The result depends on if + the full queue is last in the queue list or not. + https://bugzilla.gnome.org/show_bug.cgi?id=722891 + +2014-01-22 11:10:01 +0100 Sebastian Dröge + + * gst/gstpad.c: + pad: Minor code cleanup + !check_sticky()==GST_FLOW_OK is a bit confusing, compared to + check_sticky()!=GST_FLOW_OK. + +2014-01-20 15:26:54 +0100 Fabian Kirsch + + * tests/check/pipelines/parse-launch.c: + parse: Additional tests for parser + https://bugzilla.gnome.org/show_bug.cgi?id=710034 + +2014-01-18 14:48:35 +0100 Sebastian Dröge + + * gst/gstiterator.c: + iterator: Properly copy mutexes around when creating a copy of a filter iterator + +2014-01-18 14:34:45 +0100 Sebastian Dröge + + * tests/check/gst/gstiterator.c: + iterator: Add unit tests for filtering, recursive filtering and locking + https://bugzilla.gnome.org/show_bug.cgi?id=711138 + +2014-01-18 14:43:20 +0100 Stewart Brodie + + * gst/gstiterator.c: + iterator: Preserve the master lock when creating recursive iterator filters with the same lock + This way we make sure that a) the lock is always taken when checking + the cookie and calling the iterator's next functions and b) it is + not taken while calling any of the iterator filter functions. + https://bugzilla.gnome.org/show_bug.cgi?id=711138 + +2014-01-17 22:53:01 -0300 Thiago Santos + + * gst/gstpad.c: + pad: fix sticky event leak after sticky_events_foreach + events_foreach adds an extra ref when giving the event to the + user function. In case it was unrefed by the user, this extra ref + disappeared, but events_foreach still should unref again to + lose its own ref before removing the event from the array. + https://bugzilla.gnome.org/show_bug.cgi?id=722467 + +2014-01-16 20:11:03 +0100 Stefan Sauer + + * gst/gst.c: + * gst/gstinfo.c: + info: move some env-var checks from gst to gstinfo as well + We were doing some log related initialisation in gst.c after calling + _priv_gst_debug_init(). Just move it there for consistency. + +2014-01-16 18:16:35 +0100 Sebastian Dröge + + * plugins/elements/gstcapsfilter.c: + capsfilter: Only set caps on the srcpad if it's activated in push mode + https://bugzilla.gnome.org/show_bug.cgi?id=722289 + +2014-01-16 12:28:47 +0100 Fabian Kirsch + + * gst/parse/grammar.y: + parse: Some minor fixes + Fix destructor segfaulting + Expect 0 grammar-ambiguities + Fix order of bin-properties assignment + https://bugzilla.gnome.org/show_bug.cgi?id=710034 + +2014-01-15 19:28:01 -0300 Thiago Santos + + * plugins/elements/gstinputselector.c: + inputselector: removing duplicate field position + It is already stored inside the GstSegment struct and + was only duplicating information. Also removed some + weird positon if/else that would possibly change the + segment that was going to be pushed downstream + +2014-01-15 00:12:26 -0300 Thiago Santos + + * plugins/elements/gstmultiqueue.c: + multiqueue: prevent buffering forever with playbin + When prerolling/buffering, multiqueue has its buffers limit set + to 0, this means it can take an infinite amount of buffers. + When prerolling/buffering finishes, its limit is set back to 5, but + only if the current level is lower than 5. It should (almost) never be + and this will cause prerolling/buffering to need to wait to reach the + hard bytes and time limits, which are much higher. + This can lead to a very long startup time. This patch fixes this + by setting the single queues to the max(current, new_value) instead + of simply ignoring the new value and letting it as infinite(0) + https://bugzilla.gnome.org/show_bug.cgi?id=712597 + +2014-01-15 11:12:08 +0100 Sebastian Dröge + + * gst/gstsegment.c: + segment: gst_segment_offset_running_time() will be available in 1.2.3 + +2014-01-14 16:15:21 -0500 Nicolas Dufresne + + * docs/gst/gstreamer-sections.txt: + doc: Update sections with the new rounding macros + +2014-01-14 16:15:02 -0500 Nicolas Dufresne + + * gst/gstutils.h: + util: Add GST_ROUND_UP_N and GST_ROUND_DOWN_N + These are generic rounding macro that works for any power of two. + +2014-01-14 16:47:38 +0100 Sebastian Dröge + + * tests/check/elements/tee.c: + tee: Add unit test for requesting pad names + +2014-01-14 16:45:53 +0100 Sebastian Dröge + + * plugins/elements/gsttee.c: + * plugins/elements/gsttee.h: + tee: Make sure to give pads the name that was requested + Also check for uniqueness and make sure we create a new + pad index properly if some were requested with names but + the new one is not. + +2014-01-14 15:52:26 +0100 Sebastian Dröge + + * gst/parse/grammar.y: + parse: Make sure to create and link chains in the order as written + Make this work again: + audiotestsrc ! tee name=t t.src_0 ! queue ! fakesink t.src_1 ! queue ! fakesink + and this fail again: + audiotestsrc ! tee name=t t.src_1 ! queue ! fakesink t.src_0 ! queue ! fakesink + as tee just counts itself and does not care about the pad names we request + from it. + +2014-01-14 13:45:34 +0100 Sebastian Dröge + + * gst/parse/grammar.y: + parse: Remove some C99-style comments + +2014-01-14 13:44:11 +0100 Sebastian Dröge + + * gst/parse/types.h: + parse: Use GSlice for allocating and freeing links and chains + +2014-01-14 13:42:20 +0100 Sebastian Dröge + + * gst/parse/types.h: + parse: Add comment about why we disable the "tracing" + It did not print anything useful before anyway, everything + was commented out. + Also remove some unneeded struct members. + +2014-01-14 13:36:24 +0100 Sebastian Dröge + + * tests/check/pipelines/parse-launch.c: + parse-launch: Add some more failing pipelines + Also convert some comments about valgrind warnings to + FIXME comments. These were leaking since some time already. + +2014-01-10 21:10:17 +0100 Fabian Kirsch + + * gst/parse/grammar.y: + * gst/parse/parse.l: + * gst/parse/types.h: + * tests/check/pipelines/parse-launch.c: + parse: Refactor grammar, make it more consistent and fix conflicts + https://bugzilla.gnome.org/show_bug.cgi?id=710034 + +2014-01-13 20:48:32 +0100 Stefan Sauer + + * docs/gst/gstreamer-sections.txt: + * docs/gst/gstreamer.types.in: + docs: ensure GstBufferPools shows up as with GObject features + GstBufferPool is a GstObject, add the _get_type function to the types file. + +2014-01-13 08:37:37 -0300 Thiago Santos + + * tests/check/libs/baseparse.c: + tests: baseparse: add test for reverse playback on passthrough + Baseparse stores buffers for reverse playback to push on the next + DISCONT, the issue was that it wouldn't ever check for a discont + on passthrough mode as it skips all real parsing. This test + was create to verify this issue and prevent it from happening again + https://bugzilla.gnome.org/show_bug.cgi?id=721941 + +2014-01-11 10:49:17 -0300 Thiago Santos + + * tests/check/Makefile.am: + * tests/check/libs/.gitignore: + * tests/check/libs/baseparse.c: + tests: baseparse: add basic test for baseparse + Just a small test to check that basic playback works + +2014-01-10 09:10:06 -0300 Thiago Santos + + * libs/gst/base/gstbaseparse.c: + baseparse: do not accumulate buffers on passthrough mode + If on passthrough during reverse playback, do not accumulate buffers as + baseparse will never check for DISCONT flag to push those buffers. + So just push buffers downstream as if it was forward playback. + https://bugzilla.gnome.org/show_bug.cgi?id=721941 + +2014-01-06 21:47:22 +0100 Stefan Sauer + + * libs/gst/base/gstbasesrc.c: + basesrc: don't confuse GST_PAD_MODE_NONE and PULL + Use a switch-case to explicitly handle all pad-modes. This way we don't log an error when the pad is not yet activated. + +2014-01-09 07:56:55 +0100 Stefan Sauer + + * gst/gstobject.c: + gstobject: add FIXME and docs for the disabled notify on parent + We haven't found a way to re-enable emitting notify and deep-notify for parent + changes. Add a FIXME-2.0 and a doc blob on the property. See #693281. + +2014-01-08 16:28:54 -0300 Thiago Santos + + * libs/gst/base/gstbaseparse.c: + baseparse: do not ignore TIME segments + TIME segments are being ignored and a standard initialized + segment is used instead. This causes issues as not properly detecting + reverse playback or not cliping output based on the segment. + This seems to be a regression from one of the GstSegment/GstEvent + redesigns on the 0.10 -> 1.0 transition + +2014-01-08 15:47:10 +0100 Wim Taymans + + * tests/check/gst/gstsegment.c: + tests: improve check, also check stream-time + +2014-01-08 15:31:28 +0100 Wim Taymans + + * tests/check/gst/gstsegment.c: + tests: add unit test for segment _offset_running_time() + Add a unit test to check that positive and negative offsets are applied + correctly in various cases. + +2014-01-08 15:23:00 +0100 Wim Taymans + + * gst/gstsegment.c: + segment: take offset into account in _to_position() + Take the offset into account when converting between running-time and + segment positions. + +2014-01-08 14:57:04 +0100 Wim Taymans + + * gst/gstpad.c: + pad: use new segment offset method to apply the offset + Fixes https://bugzilla.gnome.org/show_bug.cgi?id=721422 + +2014-01-08 14:54:47 +0100 Wim Taymans + + * gst/gstsegment.c: + * gst/gstsegment.h: + * win32/common/libgstreamer.def: + segment: add method to offset the segment running-time + Add a method that can apply an offset to the calculated running-time of + a segment. + +2014-01-08 14:52:04 +0100 Wim Taymans + + * libs/gst/base/gstcollectpads.c: + collectpads: take offset into account for expected segment position + The firt valid segment position is start + offset. + Also add some more debug and a FIXME + +2014-01-08 14:50:29 +0100 Wim Taymans + + * gst/gstinfo.c: + info: debug segment offset field as well + +2014-01-08 09:53:09 +0100 Sebastian Dröge + + * plugins/elements/gstmultiqueue.c: + multiqueue: Allow growing a queue if all other queues are not linked + See https://bugzilla.gnome.org/show_bug.cgi?id=719893 + +2014-01-07 16:18:37 +0100 Wim Taymans + + * plugins/elements/gstfilesrc.c: + filesrc: don't try to seek to -1 offset + The offset can be -1 when we are configured in TIME format. Instead of + failing the seek and erroring, do what and offset of -1 is supposed to + do and simply read from the current offset. + +2014-01-06 21:04:32 +0100 Stefan Sauer + + * libs/gst/base/gstbasesrc.c: + basesrc: demote error to warning + This is not an error. A subclass returning FALSE for is_seekable() is one way of + saying that we can't operate in pull mode. + +2014-01-03 11:47:23 +0800 YanpingZhang + + * plugins/elements/gstmultiqueue.c: + multiqueue: Fix hanging if shut down while handling a serialized query + https://bugzilla.gnome.org/show_bug.cgi?id=721253 + +2014-01-02 16:22:37 -0300 Thiago Santos + + * libs/gst/base/gstbaseparse.c: + baseparse: remove pending_segment as it was being misused + It wasn't required, instead baseparse was using it to check the media + caps to identify if it was handling audio or video. + The pending_segment was removed and a checked_media boolean + replaced it for a more accurate naming. + https://bugzilla.gnome.org/show_bug.cgi?id=721350 + +2014-01-02 13:43:54 -0300 Thiago Santos + + * libs/gst/base/gstbaseparse.c: + baseparse: push pending events before GAP event + A GAP event is handled as an empty buffer by sinks and they expect + to receive start up events before GAP events (like a segment). + This is important specially if there is a GAP at the beginning of + a stream (before any buffers) so that the segment event can be + pushed downstream before the GAP + https://bugzilla.gnome.org/show_bug.cgi?id=721350 + +2014-01-02 13:41:25 -0300 Thiago Santos + + * libs/gst/base/gstbaseparse.c: + baseparse: refactor pending events pushing + Refactor code repeated 3 times to a common function + https://bugzilla.gnome.org/show_bug.cgi?id=721350 + +2014-01-02 20:17:58 +0100 Stefan Sauer + + * docs/design/part-toc.txt: + design/part-toc.txt: update design docs + +2014-01-02 13:34:52 +0100 Sebastian Dröge + + * tests/check/gst/gstpad.c: + pad: Add unit test for adding/removing blocking probes while a pad is blocked + And make sure that these new probes are actually called if they should + instead of silently blocking the pad forever. + https://bugzilla.gnome.org/show_bug.cgi?id=721289 + +2014-01-02 13:33:20 +0100 Sebastian Dröge + + * gst/gstpad.c: + pad: Check if new probes need to be called when adding/removing some + This allows blocking a pad, add a new blocking probe, removing + the first probe and then having the second probe called. Which + could then decide that data-flow should actually continue + instead of blocking now. + https://bugzilla.gnome.org/show_bug.cgi?id=721289 + +2014-01-02 11:13:27 +0100 Sebastian Dröge + + * plugins/elements/gsttee.c: + * plugins/elements/gsttee.h: + tee: Remove dyn lock + It was used for pad-alloc in 0.10 but currently is completely unused + and not necessary. All pad access is protected by the tee object lock + and keeping another reference to the current pad. + +2014-01-02 11:09:59 +0100 Sebastian Dröge + + * plugins/elements/gsttee.c: + tee: Keep another ref to our one and only srcpad around while pushing + A pad probe on that pad might otherwise just release the pad, drop + the last reference and cause great misery. + https://bugzilla.gnome.org/show_bug.cgi?id=721300 + +2013-12-30 19:03:22 +0100 Sebastian Dröge + + * gst/gstpad.c: + pad: Keep an extra ref of the pad when calling an IDLE probe immediately + The callback might destroy the pad. + +2013-12-30 18:44:24 +0100 Sebastian Dröge + + * gst/gstpad.c: + pad: Only call IDLE probes if we are actually idle + Also only check the data types for non-IDLE probes. When we + are idle, we have no data type obviously. + Previously we were calling IDLE probes during data flow whenever + a non-blocking probe would be called. The pad was usually not idle + at that time. + +2013-12-30 16:10:08 +0000 Tim-Philipp Müller + + * libs/gst/net/gstnettimeprovider.c: + nettimeprovider: remove unnecessary NULL check + Error is never NULL when we break out of the loop. + COVERITY CID 1037151 + +2013-12-30 16:05:47 +0000 Tim-Philipp Müller + + * libs/gst/net/gstnettimeprovider.c: + Revert "nettimeprovider: Remove dead code" + This reverts commit 9649cd4ca19a75d0319117a77a7609e4b8c96533. + This is not right, and it's also not what coverity + is complaining about. + +2013-12-30 16:47:32 +0100 Edward Hervey + + * plugins/elements/gstqueue.c: + queue: Remove unneeded checks + item is guaranteed to be non-null. + COVERITY CID 1037152 + COVERITY CID 1037153 + +2013-12-30 16:34:08 +0100 Edward Hervey + + * libs/gst/net/gstnettimeprovider.c: + nettimeprovider: Remove dead code + err is always NULL by the point we reach this line + COVERITY CID 1037151 + +2013-12-30 14:47:19 +0100 Stefan Sauer + + * gst/gsttaglist.h: + taglist: fix since marker again (1.3 -> 1.4) + Since markers should point to the appropriate stable version. + +2013-12-30 14:40:40 +0100 Stefan Sauer + + * gst/gsttaglist.h: + taglist: fix since-marker in docs (we're in 1.3.X) + +2013-12-30 14:22:37 +0100 Stefan Sauer + + * gst/gsttaglist.c: + * gst/gsttaglist.h: + taglist: add a tag for midi base note numbers + Audio files containing sampled instruments can have metadata describing the note + that was played on the instrument. + +2013-12-30 10:01:39 +0100 Sebastian Dröge + + * gst/gstpad.c: + pad: Don't ignore probe callback return value when immediately calling IDLE probe + https://bugzilla.gnome.org/show_bug.cgi?id=721096 + +2013-12-29 14:06:55 +0000 Pedro Côrte-Real + + * scripts/git-update.sh: + scripts: git-update.sh: fix for non-master branches + Pull from tracking branch instead of origin/master, so + that this works with e.g. 1.2 as well. + +2013-12-27 12:55:02 +0100 Sebastian Dröge + + * gst/parse/Makefile.am: + * gst/parse/parse.l: + parse: Use GLib malloc/free/realloc functions + https://bugzilla.gnome.org/show_bug.cgi?id=720100 + +2013-12-26 12:16:26 +0000 Tim-Philipp Müller + + * scripts/create-uninstalled-setup.sh: + scripts: create-uninstalled-setup: re-use existing master branch if it exists + When creating separate checkout for non-master branches. + +2013-12-26 11:39:27 +0100 Erik Andresen + + * docs/manual/advanced-dataaccess.xml: + docs: fix memory leak of appsink example in manual + https://bugzilla.gnome.org/show_bug.cgi?id=721076 + +2013-12-22 22:33:12 +0000 Tim-Philipp Müller + + * autogen.sh: + * common: + Automatic update of common submodule + From dbedaa0 to d48bed3 + +2013-12-22 22:04:37 +0000 Tim-Philipp Müller + + * po/af.po: + * po/az.po: + * po/be.po: + * po/bg.po: + * po/ca.po: + * po/cs.po: + * po/da.po: + * po/de.po: + * po/el.po: + * po/en_GB.po: + * po/eo.po: + * po/es.po: + * po/eu.po: + * po/fi.po: + * po/fr.po: + * po/gl.po: + * po/hr.po: + * po/hu.po: + * po/id.po: + * po/it.po: + * po/ja.po: + * po/lt.po: + * po/nb.po: + * po/nl.po: + * po/pl.po: + * po/pt_BR.po: + * po/ro.po: + * po/ru.po: + * po/rw.po: + * po/sk.po: + * po/sl.po: + * po/sq.po: + * po/sr.po: + * po/sv.po: + * po/tr.po: + * po/uk.po: + * po/vi.po: + * po/zh_CN.po: + * po/zh_TW.po: + po: update for string changes + +2013-12-22 21:56:03 +0000 Tim-Philipp Müller + + * po/Makevars: + po: set gettext domain in Makevars so we don't have to patch the generated Makefile.in.in + https://bugzilla.gnome.org/show_bug.cgi?id=705455 + +2013-12-20 14:41:06 +0100 Wim Taymans + + * gst/gstutils.h: + utils: Add round down 128 macro for completeness + +2013-11-13 17:06:23 -0500 Nicolas Dufresne + + * gst/gstutils.h: + utils: Add round up 128 macro + +2013-12-20 14:30:22 +0100 Sebastian Dröge + + * plugins/elements/gstfunnel.c: + funnel: Setting the PROXY_CAPS flag on the srcpad does not make much sense + funnel outputs whatever one of the upstreams currently outputs, a caps + query to a random upstream does not give the right answer here. + +2013-12-20 11:37:53 +0100 Sebastian Dröge + + * plugins/elements/gstfunnel.c: + funnel: Proxy CAPS and ALLOCATION queries + +2013-11-18 10:46:00 -0300 Thiago Santos + + * plugins/elements/gstmultiqueue.c: + multiqueue: post 100% buffering if single queue is not linked + This makes buffering stop in case a stream switch happens. This is + important for adaptive streams that can disable not-linked streams + to avoid consuming the network bandwidth. + https://bugzilla.gnome.org/show_bug.cgi?id=719575 + +2013-12-18 05:19:46 -0500 William Jon McCann + + * docs/manual/appendix-integration.xml: + docs: fix project links + https://bugzilla.gnome.org/show_bug.cgi?id=720665 + +2013-12-10 15:53:54 +0100 David Svensson Fors + + * libs/gst/base/gstbasesrc.c: + basesrc: use segment start if DTS for first buffer is unset + https://bugzilla.gnome.org/show_bug.cgi?id=720199 + +2013-12-12 17:17:40 +0000 Matthieu Bouron + + * scripts/gst-uninstalled: + gst-uninstalled: add gstreamer-vaapi paths + https://bugzilla.gnome.org/show_bug.cgi?id=720337 + +2013-12-14 21:20:45 +0000 Tim-Philipp Müller + + * tests/check/Makefile.am: + * tests/check/libs/.gitignore: + * tests/check/libs/bitreader-noinline.c: + * tests/check/libs/bytereader-noinline.c: + * tests/check/libs/bytewriter-noinline.c: + tests: add unit test for bitreader, bytereader and bytewriter with no inlining used + +2013-12-14 18:38:41 +0000 Tim-Philipp Müller + + * libs/gst/base/gstbytereader.h: + bytereader: add inline variant of gst_byte_reader_init() + +2013-12-14 18:31:38 +0000 Tim-Philipp Müller + + * libs/gst/base/gstqueuearray.c: + docs: fix docs for gst_queue_array_peek_head() + +2013-12-14 19:08:35 +0100 Sebastian Dröge + + * gst/parse/grammar.y: + parse: Don't define yyscan_t twice + https://bugzilla.gnome.org/show_bug.cgi?id=720316 + +2013-12-13 22:51:32 +0000 Tim-Philipp Müller + + * docs/random/moving-plugins: + docs: moving plugins: minor 0.10 -> 1.0 fix + Spotted by Jay Fenlason + +2013-12-11 14:42:34 +0100 Wim Taymans + + * plugins/elements/gstqueue.c: + * plugins/elements/gstqueue2.c: + queue: don't ignore event return value + Pass the event return value upstream. + Remove strange goto construct. + +2013-12-10 18:30:03 -0500 Edward Hervey + + * tools/gst-launch.c: + gst-launch: Handle taglist copy failure + If we couldn't copy the tags, just return instead of trying to use bogus + values. + +2013-12-10 18:25:22 -0500 Edward Hervey + + * tools/gst-inspect.c: + gst-inspect: Index features are no more + So remove code that will never be used + +2013-12-10 17:53:24 -0500 Edward Hervey + + * gst/gstvalue.c: + * tests/check/gst/gstvalue.c: + gstvalue: Fix comparision of double range + Checking twice the lower bound is great (you never know, it might change + between the two calls by someone using emacs butterfly-mode), but it's a bit + more useful to check the higher bound are also identical. + Detected by Coverity + +2013-12-10 17:09:07 -0500 Edward Hervey + + * libs/gst/controller/gstinterpolationcontrolsource.c: + controller: Fix out-of-bounds detection + We want to abort if we higher than the maximum *OR* lower than the minimum + accepted value. + Detected by Coverity. + +2013-12-07 19:04:16 +0000 Tim-Philipp Müller + + * tests/check/gst/gstinfo.c: + tests: add unit test for registering the same category twice + +2013-12-07 19:32:58 +0100 Víctor Manuel Jáquez Leal + + * gst/gstinfo.c: + info: return existing category if a debug category is registered twice + If a category with the same name is found when creating a new + one, the found category is returned instead of an invalid pointer. + Fixes issue with gst-vaapi (which uses an internal copy of the + codec parsers) caused by commit ccba9130. + https://bugzilla.gnome.org/show_bug.cgi?id=720036 + +2013-12-07 15:38:19 +0100 Sebastian Rasmussen + + * docs/design/part-negotiation.txt: + * docs/design/part-overview.txt: + * docs/design/part-progress.txt: + * docs/design/part-synchronisation.txt: + * docs/design/part-trickmodes.txt: + * docs/manual/advanced-buffering.xml: + * docs/manual/advanced-clocks.xml: + * docs/manual/outline.txt: + * docs/pwg/advanced-clock.xml: + * docs/pwg/advanced-negotiation.xml: + * gst/gstatomicqueue.h: + * gst/gstbin.c: + * gst/gstbuffer.c: + * gst/gstbuffer.h: + * gst/gstbufferlist.h: + * gst/gstcaps.c: + * gst/gstcapsfeatures.c: + * gst/gstchildproxy.c: + * gst/gstconfig.h.in: + * gst/gstdatetime.c: + * gst/gstdatetime.h: + * gst/gstelement.c: + * gst/gstelement.h: + * gst/gstelementfactory.c: + * gst/gsterror.c: + * gst/gstevent.c: + * gst/gstinfo.h: + * gst/gstiterator.c: + * gst/gstmessage.c: + * gst/gstmessage.h: + * gst/gstmeta.h: + * gst/gstminiobject.c: + * gst/gstminiobject.h: + * gst/gstobject.c: + * gst/gstobject.h: + * gst/gstpad.c: + * gst/gstpad.h: + * gst/gstparse.c: + * gst/gstparse.h: + * gst/gstplugin.c: + * gst/gstplugin.h: + * gst/gstpoll.c: + * gst/gstpreset.c: + * gst/gstquery.c: + * gst/gstregistry.c: + * gst/gstsegment.c: + * gst/gstsegment.h: + * gst/gststructure.c: + * gst/gsttaglist.c: + * gst/gsttocsetter.c: + * gst/gsttypefind.h: + * gst/gstutils.c: + * gst/gstvalue.c: + * gst/gstvalue.h: + * libs/gst/base/gstbaseparse.c: + * libs/gst/base/gstbaseparse.h: + * libs/gst/base/gstbasesink.c: + * libs/gst/base/gstbasesink.h: + * libs/gst/base/gstbasesrc.c: + * libs/gst/base/gstbasetransform.c: + * libs/gst/base/gstbasetransform.h: + * libs/gst/base/gstbytereader.c: + * libs/gst/base/gstbytewriter-docs.h: + * libs/gst/base/gstbytewriter.c: + * libs/gst/base/gstcollectpads.h: + * libs/gst/base/gstdataqueue.c: + * libs/gst/base/gstqueuearray.c: + * libs/gst/check/gstcheck.c: + * libs/gst/check/gsttestclock.c: + * libs/gst/net/gstnettimepacket.c: + * plugins/elements/gstfdsrc.c: + * plugins/elements/gstidentity.c: + * plugins/elements/gstmultiqueue.c: + * plugins/elements/gstqueue.c: + * plugins/elements/gsttypefindelement.c: + * win32/common/gstconfig.h: + docs: Fix typos in function/object descriptions + Fixes https://bugzilla.gnome.org/show_bug.cgi?id=720029 + +2013-12-07 15:40:32 +0100 Sebastian Rasmussen + + * gst/gstobject.c: + * gst/gstpad.c: + * libs/gst/base/gstbaseparse.c: + * libs/gst/base/gstbasesink.c: + * libs/gst/base/gstbasetransform.c: + * tests/check/gst/gstsegment.c: + * tests/check/gst/gststructure.c: + Fix some typos in code comments and debug messages + https://bugzilla.gnome.org/show_bug.cgi?id=720029 + +2013-12-06 20:50:19 +0000 Stewart Brodie + + * gst/gststructure.c: + * gst/gsttaglist.c: + docs: clarify encoding of strings in GstStructures and taglists + https://bugzilla.gnome.org/show_bug.cgi?id=709262 + +2013-07-02 20:27:59 -0400 Olivier Crête + + * libs/gst/base/gstbasesrc.c: + basesrc: Set format to TIME if do-timestamp is TRUE + https://bugzilla.gnome.org/show_bug.cgi?id=702842 + +2013-12-05 00:26:13 +0000 Tim-Philipp Müller + + * tools/gst-launch.c: + tools: gst-launch: don't try to remove already-removed GSource from main loop + It's considered a programming error in recent GLib versions now. + We may already have removed the source by returning FALSE from + the callback if it was fired. Fixes warning with newer GLibs + when interrupting a pipeline with Control-C. + +2013-12-04 17:35:18 -0500 Olivier Crête + + * gst/gstinfo.c: + info: Make sure the same category is not added twice + +2013-12-04 17:35:02 -0500 Olivier Crête + + * gst/gstinfo.c: + info: Protect __categories list in get_category with lock too + +2013-12-04 00:10:36 +0100 Sebastian Rasmussen + + * docs/Makefile.am: + * docs/design/Makefile.am: + docs: add missing files for distribution + * add some documentation files in docs/design + * add docs/list-ulink.xsl so check in docs/manual works + Fixes https://bugzilla.gnome.org/show_bug.cgi?id=719814 + +2013-12-03 21:46:19 +0100 Wim Taymans + + * gst/gstpad.c: + * gst/gstpad.h: + pad: add ACCEPT_INTERCEPT flag + Make a new flag on the pad that tweaks the default behaviour of the + accept-caps function. By default it will check for a subset of the + query-caps result but this is not always desirable. The query-caps + result contains all the constraints to make a good caps decision + upstream but sometimes, like for parsers, not all the constrained caps + fields are known upstream and then a subset check would fail. Switching + to an intersection makes this work again. + See https://bugzilla.gnome.org/show_bug.cgi?id=705024 + https://bugzilla.gnome.org/show_bug.cgi?id=677401 + +2013-12-02 22:22:36 -0500 Olivier Crête + + * plugins/elements/gstmultiqueue.c: + multiqueue: Wake up on reconfigure event + After patch bda406c4, the state of the singlequeue was set to OK, but nothing + would then wake up the thread, as the other wakeup functions only look at + singlequeues that are marked as having received as not-linked. + https://bugzilla.gnome.org/show_bug.cgi?id=708200 + +2013-11-30 12:15:37 +0100 Sebastian Rasmussen + + * docs/gst/gstreamer-sections.txt: + * docs/libs/Makefile.am: + * docs/libs/gstreamer-libs-sections.txt: + * docs/plugins/gstreamer-plugins-sections.txt: + * gst/gstcontext.c: + * gst/gstcontrolsource.c: + * gst/gstcontrolsource.h: + * gst/gstobject.c: + * gst/gstpad.h: + * gst/gstvalue.c: + * plugins/elements/gstoutputselector.c: + * plugins/elements/gstoutputselector.h: + docs: add missing docs, fixing doc errors + * add many missing declarations to sections + * GstController has been removed, update docs + * skip GstIndex when generating documentation + * rephrase so gtkdoc doesn't imagine return value + * add missing argument description for gst_context_new() + * document GstOutputSelectorPadNegotiationMode and move to header-file + https://bugzilla.gnome.org/show_bug.cgi?id=719614 + +2013-11-30 14:52:40 +0100 Sebastian Rasmussen + + * gst/gst.c: + * gst/gstbuffer.c: + * gst/gstbuffer.h: + * gst/gstcaps.c: + * gst/gstcontext.c: + * gst/gstmeta.h: + * gst/gstpad.c: + * gst/gstutils.c: + * libs/gst/base/gstbasesrc.c: + * libs/gst/base/gstbasetransform.c: + * libs/gst/base/gstcollectpads.c: + * libs/gst/base/gstqueuearray.c: + * libs/gst/check/gsttestclock.c: + * libs/gst/controller/gsttimedvaluecontrolsource.c: + docs: cosmetic changes in references/decriptions + * fix typo GstBufferFlag -> GstBufferFlags + * fix typo GstFeatures -> GstCapsFeatures + * fix typo GstAllocatorParams -> GstAllocationParams + * fix typo GstContrlSources -> GstControlSource + * do not refer to gstcheck as an object + * make references gtk_init() and tcase_set_timeout() not be references + * gst_element_get_pad() renamed gst_element_get_static_pad() + * gst_clock_id_wait_async_full() renamed gst_clock_id_wait_async() + * _drop_element() is really gst_queue_array_drop_element() + * gst_pad_accept_caps() was removed, do not refer to it + * separate GST_META_TAG_MEMORY_STR declaration from description + * do not describe removed gst_collect_pads_collect() + * correctly link to GstElementClass' virtual set_context() + Fixes https://bugzilla.gnome.org/show_bug.cgi?id=719614 + +2013-11-29 14:00:35 -0500 Olivier Crête + + * gst/parse/Makefile.am: + parse: Manually insert priv_gst_parse_yyget/set_column prototypes for older flex + Older versions of flex (before 2.5.36) don't add the prototype, so it must + be added manually. We can't check by the version number, because Debian/Ubuntu + patched it into their 2.5.35 at some point. + +2013-11-19 11:41:54 -0300 Thiago Santos + + * gst/gstutils.c: + gstpad: drop assertion on gst_pad_peer_query_position + It is a 'both' query, so it can be sent both ways + +2013-11-18 18:11:56 -0300 Thiago Santos + + * plugins/elements/gstinputselector.c: + inputselector: handle gap events + Use gap events to advance the selector's pad position. + This is relevant to keep sync_streams mode working when one of the + streams doesn't have data all the time. + +2013-11-29 17:02:41 +0100 Wim Taymans + + * gst/gstghostpad.c: + Revert "ghostpad: copy sticky events to SRC ghostpads" + This reverts commit 8162a583a4dd68582bf186e2e47a8f0d68fa1980. + Automatically copying the sticky events makes it impossible for apps + and elements to filter the events with event probes. This causes + regressions (See #719437). The best option is to let the app/element + copy and filter the events themselves after the ghostpad target is + set. + +2013-11-19 15:03:35 +0100 Fabian Kirsch + + * gst/parse/.gitignore: + * gst/parse/Makefile.am: + * gst/parse/grammar.y: + parse: fix segfaulting prototype-mismatch + Now YYDEBUG is always set, so check it's value + https://bugzilla.gnome.org/show_bug.cgi?id=712679 + +2013-11-27 18:32:22 +1100 Jan Schmidt + + * libs/gst/net/gstnetclientclock.c: + netclock: Fix docstring for round-trip-limit and uninit access warning. + Fix a typo in a doc string - the property is round-trip-limit, not + roundtrip-limit. + Remove a bogus GST_WARNING that can print an uninitialised variable + and is redundant anyway. + +2013-11-26 11:56:46 +0100 Carlos Rafael Giani + + * libs/gst/net/gstnetclientclock.c: + netclock: Add round-trip-limit parameter + Sometimes, packets might take a very long time to return. Such packets + usually are way too late and destabilize the regression with their + obsolete data. On Wi-Fi, round-trips of over 7 seconds have been observed. + If the limit is set to a nonzero value, packets with a round-trip period + larger than the limit are ignored. + Signed-off-by: Carlos Rafael Giani + https://bugzilla.gnome.org/show_bug.cgi?id=712385 + +2013-11-25 19:04:38 -0500 Olivier Crête + + * gst/gstquery.c: + query: Fix gi annotations of gst_structure_new_custom() + +2013-11-26 02:43:54 +1100 Jan Schmidt + + * libs/gst/net/gstnetclientclock.c: + netclock: Fix C99 comment + +2013-11-26 02:17:36 +1100 Jan Schmidt + + * libs/gst/net/gstnetclientclock.c: + netclock: Implement rolling-average filter on observations. + Keep a rolling average of the round trip time for network clock + observations, favouring shorter round trips as being more accurate. + Don't pass any clock observation to the clock slaving if it has a + round-trip time greater than 2 times the average. + Actual shifts in the network topology will be noticed after some + time, as the rolling average incorporates the new round trip times. + +2013-11-25 20:33:42 +1100 Jan Schmidt + + * libs/gst/base/gstbasesink.c: + basesink: Add debug into gst_base_sink_default_query() for accept_caps + +2013-11-14 15:32:59 +0100 Philippe Normand + + * tools/gst-launch.c: + gst-launch: exit with an error code when an error occured + If the pipeline failed to pre-roll or the user interrupted the + execution then set the exit code to a positive value. + https://bugzilla.gnome.org/show_bug.cgi?id=712300 + +2013-11-22 01:35:18 +0100 Sebastian Rasmussen + + * gst/gstutils.c: + gstutils: Escape stream id format in comments + These must be escaped for gtk-doc to parse the comments without warnings. + https://bugzilla.gnome.org/show_bug.cgi?id=714989 + +2013-11-21 15:04:04 +0000 Tim-Philipp Müller + + * gst/gstbuffer.c: + * gst/gstinfo.c: + * gst/gsturi.c: + gst: g_memmove() is deprecated + Just use plain memmove(), g_memmove() is deprecated in + recent GLib versions. + https://bugzilla.gnome.org/show_bug.cgi?id=712811 + +2013-11-21 14:13:16 +0100 Wim Taymans + + * gst/gstghostpad.c: + ghostpad: copy sticky events to SRC ghostpads + Update the sticky events on SRC ghostpads when retargeting. This ensures + that the ghostpad has the exect same sticky events as the target pad. We + don't want to do this for SINK ghostpads, they got the events from + downstream and we don't want to overwrite them with the target pad + events. + Fixes https://bugzilla.gnome.org/show_bug.cgi?id=707621 + +2013-11-21 12:28:00 +0100 Wim Taymans + + * gst/gstpad.h: + pad: move debug function closer to the enum it debugs + +2013-11-18 21:39:54 +0100 Wim Taymans + + * gst/gstpluginloader.c: + pluginloader: check read/write before closed + first try to read or write on the socket before checking the closed state. This + makes sure we handle all data on the socket before erroring out. + +2013-11-18 21:37:06 +0100 Wim Taymans + + * gst/gstpoll.c: + poll: improve debug + So that we can see the return values of functions in the log. + +2013-11-18 15:28:32 +0000 Tim-Philipp Müller + + * tests/check/gst/gstbus.c: + tests: fix GstBus unit test with latest GLib + g_source_remove() works on the default main context, and + we're doing things with a custom context. Fixes warning + with newer GLib versions. + +2013-11-16 12:24:56 +0000 Tim-Philipp Müller + + * gst/gstbin.h: + * gst/gstbuffer.c: + * gst/gstinfo.c: + * gst/gstplugin.h: + * gst/gstpluginfeature.c: + * libs/gst/base/gstbasesink.c: + * libs/gst/base/gstdataqueue.c: + * libs/gst/base/gstqueuearray.c: + docs: cosmetic since marker fixes + +2013-11-16 15:17:57 +0100 Mark Nauwelaerts + + * libs/gst/base/gstbaseparse.c: + baseparse: ensure to preserve upstream timestamps + ... rather than have subclass coming up with an internally parsed one. + Fixes https://bugzilla.gnome.org/show_bug.cgi?id=707230 + +2013-11-15 07:32:48 +0100 Sebastian Dröge + + * gst/gstbin.c: + bin: Resync iterator if necessary + +2013-11-13 19:55:41 +0100 Sebastian Dröge + + * gst/gstvalue.c: + * tests/check/gst/gstcaps.c: + value: Lists with all equal elements are equal to a single value + Otherwise caps containing f={X, X} are not compatible with f=X + https://bugzilla.gnome.org/show_bug.cgi?id=709253 + +2013-11-11 16:47:06 +0000 Tim-Philipp Müller + + * gst/gstsystemclock.c: + systemclock: add Since markers for new API + +2013-11-11 17:29:48 +0100 Edward Hervey + + * win32/common/libgstreamer.def: + win32: Really update the def files + +2013-11-11 17:02:35 +0100 Sebastian Dröge + + * win32/common/libgstbase.def: + * win32/common/libgstreamer.def: + win32: Update def files + +2013-11-11 16:50:13 +0100 Sebastian Dröge + + * scripts/gst-uninstalled: + gst-uninstalled: Also export LD_LIBRARY_PATH for gst-plugins-gl + +2013-11-05 12:22:51 +0000 Matthieu Bouron + + * scripts/gst-uninstalled: + gst-uninstalled: export gst-plugins-gl DYLD_LIBRARY_PATH + https://bugzilla.gnome.org/show_bug.cgi?id=711488 + +2013-11-06 18:46:19 +0100 Sebastian Dröge + + * libs/gst/base/gstcollectpads.c: + collectpads: Always send SEEK events to all pads, even if one fails + +2013-11-06 18:41:10 +0100 Sebastian Dröge + + * libs/gst/base/gstcollectpads.c: + * libs/gst/base/gstcollectpads.h: + collectpads: Update documentation for flushing seek handling + +2013-11-06 18:05:22 +0100 Sebastian Dröge + + * libs/gst/base/gstcollectpads.c: + collectpads: Don't leak seek events + +2013-09-16 09:55:58 +0200 Alessandro Decina + + * libs/gst/base/gstcollectpads.c: + * libs/gst/base/gstcollectpads.h: + collectpads: implement flushing seek support + Implement common flushing seek logic in GstCollectPads. Add new + API so that elements can opt-in to using the new logic + (gst_collect_pads_src_event_default) and can extend it + (gst_collect_pads_set_flush_function) to flush any internal + state. + See https://bugzilla.gnome.org/show_bug.cgi?id=706779 and + https://bugzilla.gnome.org/show_bug.cgi?id=706441 for the + background discussion. + API: gst_collect_pads_set_flush_function() + API: gst_collect_pads_src_event_default() + https://bugzilla.gnome.org/show_bug.cgi?id=708416 + +2013-09-16 08:35:37 +0200 Alessandro Decina + + * tests/check/libs/collectpads.c: + tests: collectpads: add flushing seek tests + https://bugzilla.gnome.org/show_bug.cgi?id=708416 + +2013-09-16 08:31:47 +0200 Alessandro Decina + + * tests/check/libs/collectpads.c: + tests: collectpads: tweak stub _collect to push all buffers + https://bugzilla.gnome.org/show_bug.cgi?id=708416 + +2013-09-16 08:26:25 +0200 Alessandro Decina + + * tests/check/libs/collectpads.c: + tests: collectpads: update my email address + https://bugzilla.gnome.org/show_bug.cgi?id=708416 + +2013-11-11 13:27:27 +0100 Edward Hervey + + * plugins/elements/gstqueue.c: + queue: Don't use gst_buffer_get_size() when possible + Makes qst_queue_locked_dequeue 20% faster + +2013-11-11 12:25:14 +0100 Wim Taymans + + * docs/gst/gstreamer-sections.txt: + * gst/gstsystemclock.c: + * gst/gstsystemclock.h: + * tests/check/gst/gstsystemclock.c: + * win32/common/libgstreamer.def: + systemclock: Add gst_system_clock_set_default + Used for setting the default system clock that is obtained through + gst_system_clock_obtain(), which is sometimes needed for unit + testing. + Fixes https://bugzilla.gnome.org/show_bug.cgi?id=711269 + +2013-11-04 18:57:18 +0100 Stefan Sauer + + * tools/gst-typefind.c: + typefind: use g_get_prgname() for error message + +2013-11-06 10:15:59 +0100 Wim Taymans + + * plugins/elements/gstvalve.c: + valve: proxy caps and allocation + Proxy the caps queries on the srcpad as well. + Proxy the allocation query on the sinkpad. + +2013-11-05 11:17:25 +0000 Tim-Philipp Müller + + * common: + Automatic update of common submodule + From 865aa20 to dbedaa0 + +2013-11-04 13:56:37 -0800 Reynaldo H. Verdejo Pinochet + + * tools/gst-inspect.c: + gst-inspect: Remove some dead code + +2013-11-04 11:48:47 +0100 Alessandro Decina + + * gst/gstmemory.c: + memory: explicitly cast to GstLockFlags to avoid compiler warnings + +2013-11-02 15:36:19 +0100 Mark Nauwelaerts + + * gst/gstsegment.c: + segment: resurrect sanitizing start and stop for seeking + +2013-11-02 15:42:07 +0100 Mark Nauwelaerts + + * libs/gst/base/gstbasesrc.c: + basesrc: mind boggling wrap when comparing offsets + +2013-11-02 15:38:13 +0100 Mark Nauwelaerts + + * libs/gst/base/gstbaseparse.c: + baseparse: try first frame pts and dts for a valid start timestamp + +2013-11-02 15:37:30 +0100 Mark Nauwelaerts + + * libs/gst/base/gstbaseparse.c: + baseparse: print proper variable in debug statement + +2013-11-01 16:35:59 +0000 Olivier Crête + + * gst/gstparse.c: + * tests/check/pipelines/parse-launch.c: + parse: Make the FATAL_ERRORS flag also work without a GError + Also add a unit tests + +2013-10-23 15:56:20 +0100 Matthieu Bouron + + * tools/gst-launch.c: + gst-launch: fix potential uninitialized variable warning + https://bugzilla.gnome.org/show_bug.cgi?id=710758 + +2013-10-31 16:16:48 -0700 Reynaldo H. Verdejo Pinochet + + * docs/design/part-MT-refcounting.txt: + * docs/design/part-element-transform.txt: + * docs/design/part-events.txt: + * docs/design/part-framestep.txt: + * docs/design/part-messages.txt: + * docs/design/part-probes.txt: + * docs/design/part-relations.txt: + docs: fix common typos emited/eachother/... + +2013-10-30 21:53:36 +0100 Sebastian Dröge + + * gst/gstutils.c: + * gst/gstutils.h: + utils: Add some attributes and reorganize code to fix compiler warnings + gstutils.c:3659:41: error: format string is not a string literal + [-Werror,-Wformat-nonliteral] + gchar *expanded = g_strdup_vprintf (stream_id, var_args); + https://bugzilla.gnome.org/show_bug.cgi?id=710621 + +2013-10-25 14:56:16 +0200 Antonio Ospite + + * docs/pwg/advanced-negotiation.xml: + pwg: rename the "samplerate" variable to make example code compilable + In one of the examples about gst_my_filter_setcaps() there is a variable + declared as "rate", but then the name "samplerate" is used when setting + the caps. + Use the name "rate" everywhere in gst_my_filter_setcaps(). + https://bugzilla.gnome.org/show_bug.cgi?id=710876 + +2013-10-29 18:09:32 +0100 Fabian Kirsch + + * docs/manual/basics-elements.xml: + doc: fix forward reference about ghost pads + https://bugzilla.gnome.org/show_bug.cgi?id=711089 + +2013-10-28 12:55:19 +0000 Tim-Philipp Müller + + * docs/design/part-buffer.txt: + * docs/design/part-caps.txt: + * docs/design/part-context.txt: + * docs/design/part-messages.txt: + docs: design: fix some fixes + +2013-10-26 09:48:06 +0100 Tim-Philipp Müller + + * docs/faq/developing.xml: + docs: flesh out gst-uninstalled entry in faq some more + https://bugzilla.gnome.org/show_bug.cgi?id=709916 + +2013-10-16 15:00:41 +0200 Fabian Kirsch + + * docs/faq/developing.xml: + docs: FAQ update to mention create-uninstalled-setup.sh + https://bugzilla.gnome.org/show_bug.cgi?id=709916 + +2013-10-25 21:29:01 +0200 Stefan Sauer + + * gst/gstregistrychunks.c: + registry: small cleanups and use object log variants more + +2013-10-25 21:28:30 +0200 Stefan Sauer + + * gst/gst_private.h: + private: remove left-over comment + The caps are saved in the registry. + +2013-10-25 18:51:53 +0200 Stefan Sauer + + * gst/gstregistrychunks.c: + registry: use g_slice_free for slice memory + Avoid memory list corruption, but g_free'ing slice memory. + +2013-10-23 18:16:54 +0200 Stefan Sauer + + * docs/design/draft-tracing.txt: + design: flesh out the tracing design a little more + +2013-10-25 11:02:19 -0400 Luis de Bethencourt + + * gst/gstobject.c: + docs: fix typos in gstobject + +2013-10-21 18:01:21 -0700 Reynaldo H. Verdejo Pinochet + + * docs/design/part-meta.txt: + docs: Gram and nit fixes for part-meta.txt + +2013-10-14 22:03:50 -0700 Reynaldo H. Verdejo Pinochet + + * docs/design/part-element-source.txt: + docs: Gram and nit fixes for part-element-source.txt + +2013-10-14 21:54:31 -0700 Reynaldo H. Verdejo Pinochet + + * docs/design/part-element-sink.txt: + docs: Gram and nit fixes for part-sink.txt + +2013-10-14 18:43:40 -0700 Reynaldo H. Verdejo Pinochet + + * docs/design/part-conventions.txt: + docs: Gram and nit fixes for part-conventions.txt + +2013-10-14 18:34:06 -0700 Reynaldo H. Verdejo Pinochet + + * docs/design/part-controller.txt: + docs: Gram and nit fixes for part-controller.txt + +2013-10-14 18:24:18 -0700 Reynaldo H. Verdejo Pinochet + + * docs/design/part-context.txt: + docs: Gram and nit fixes for part-context.txt + +2013-10-14 18:13:35 -0700 Reynaldo H. Verdejo Pinochet + + * docs/design/part-clocks.txt: + docs: Gram and nit fixes for part-clocks.txt + +2013-10-14 18:05:43 -0700 Reynaldo H. Verdejo Pinochet + + * docs/design/part-caps.txt: + docs: Gram and nit fixes for part-caps.txt + +2013-10-14 17:44:27 -0700 Reynaldo H. Verdejo Pinochet + + * docs/design/part-buffer.txt: + docs: Gram and nit fixes for part-buffer.txt + +2013-10-14 17:29:19 -0700 Reynaldo H. Verdejo Pinochet + + * docs/design/part-bufferpool.txt: + docs: Gram and nit fixes for part-bufferpool.txt + +2013-10-14 05:39:19 -0700 Reynaldo H. Verdejo Pinochet + + * docs/design/part-buffering.txt: + docs: Gram and nit fixes for part-buffering.txt + +2013-10-13 21:16:47 -0700 Reynaldo H. Verdejo Pinochet + + * docs/design/part-messages.txt: + docs: Gram and nit fixes for part-messages.txt + +2013-10-13 20:42:40 -0700 Reynaldo H. Verdejo Pinochet + + * docs/design/part-memory.txt: + docs: Gram and nit fixes for part-memory.txt + +2013-10-18 08:58:05 +0100 Philip Withnall + + * libs/gst/net/gstnetclientclock.c: + * libs/gst/net/gstnetclientclock.h: + net: Constify a parameter to gst_net_client_clock_new() + Even though this parameter is not used, it should be const to fit in with the + coding standards for other similar parameters. Client code already passes in + const strings under the expectation that they won’t be modified. + https://bugzilla.gnome.org/show_bug.cgi?id=710442 + +2013-10-15 11:44:05 +0200 Sebastian Dröge + + * gst/gstdatetime.c: + datetime: Make sure to include gst_private.h before glib-compat-private.h + We need to define the GLib log domain before including glib.h, which is + included by glib-compat-private.h. + +2013-10-14 18:07:17 -0300 Thibault Saunier + + * docs/gst/gstreamer-sections.txt: + docs: Add gst_pad_store_sticky_event to sections.txt + So it appears in the generated documentation + +2013-09-29 17:35:11 +0200 Sebastian Rasmussen + + * plugins/elements/gstfilesrc.c: + * tests/check/elements/filesrc.c: + tests/filesrc: Set location in wrong state + Also remove incorrect comment about code possibly not being reachable + that is now exercised by the filesrc unit test. + https://bugzilla.gnome.org/show_bug.cgi?id=709831 + +2013-10-12 16:16:09 +1100 Jan Schmidt + + * gst/gstparse.c: + * tests/check/pipelines/parse-launch.c: + parse: Fix transfer annotations for parse_launch functions. + gst_parse_launchv, gst_parse_launchv_full and gst_parse_launch_full + all return floating refs, the same as gst_parse_launch, which just + calls gst_parse_launch_full internally anyway. + Add a unit test assertion to check it's true. + Spotted by nemequ on IRC. + +2013-10-10 08:30:27 -0700 Reynaldo H. Verdejo Pinochet + + * docs/manual/appendix-checklist.xml: + * gst/gst.c: + * tests/misc/test-gstreamer-completion.sh: + core: Fix max DEBUG_LEVEL incongruence on 5 vs 9 + In the docs and the autocompletion logic the maximum + value jumped incongruently between 5 and 9. + +2013-10-10 13:19:09 +0200 Sebastian Dröge + + * tests/check/gst/gstcaps.c: + caps: Skip test_subset_duplication until the bug is fixed + https://bugzilla.gnome.org/show_bug.cgi?id=709253 + +2013-10-10 12:56:54 +0200 Fabian Kirsch + + * docs/manual/basics-elements.xml: + * docs/manual/basics-pads.xml: + * docs/manual/intro-motivation.xml: + * docs/manual/manual.xml: + docs: Fix some reference URIs + https://bugzilla.gnome.org/show_bug.cgi?id=709804 + +2013-10-02 13:03:54 +0200 Sebastian Dröge + + * tests/check/gst/gstcaps.c: + caps: Add a testcase for subset checks on lists with duplicated items + https://bugzilla.gnome.org/show_bug.cgi?id=709253 + +2013-10-09 15:36:48 -0300 Thibault Saunier + + * libs/gst/base/gstcollectpads.c: + collectpads: Call the collected function while it returns FLOW_OK + This allows us to make sure the elements is EOS and does not have + remaining buffers to be drained. + https://bugzilla.gnome.org/show_bug.cgi?id=709637 + +2013-10-05 10:08:30 +0100 Tim-Philipp Müller + + * docs/design/part-qos.txt: + docs: fix function name in qos design docs + +2013-10-02 12:30:54 +0100 Tim-Philipp Müller + + * tests/check/elements/multiqueue.c: + tests: use tcase_skip_broken_test() to skip broken multiqueue test + So that we get a warning in the output that reminds us that + something needs to be fixed. + +2013-10-02 11:24:02 +0200 Edward Hervey + + * tests/check/elements/multiqueue.c: + check: Disable multiqueue test_output_order check + The check itself is racy. + (CK_FORK=no GST_CHECK=test_output_order make elements/multiqueue.forever). + The problem is indeed the test and not the actual element behaviour. + The objects to push are being pulled out of the single internal queues in the + right order and at the right time... + But between: + * the moment the global multiqueue lock is released (which was used to detect + if we should pop and push downstream the next buffer) + * and the moment it is received by the source pad (which does the check) + => another single queue (like the unlinked pad) might pop and push a buffer + downstream + What should we do ? Putting a bigger margin of error (say 5 buffers) doesn't + help, it'll eventually fail. + I can't see how we can detect this reliably. + https://bugzilla.gnome.org/show_bug.cgi?id=708661 + +2013-09-25 19:06:55 -0300 Thiago Santos + + * gst/gstcaps.c: + * gst/gststructure.c: + * gst/gstvalue.c: + * tests/check/gst/gstvalue.c: + value: fix caps serialization when there are caps inside caps + Wrap caps strings so that it can handle serialization and deserialization + of caps inside caps. Otherwise the values from the internal caps are parsed + as if they were from the upper one + https://bugzilla.gnome.org/show_bug.cgi?id=708772 + +2013-09-28 08:40:42 +0200 Edward Hervey + + * gst/gstpluginloader.c: + pluginloader: Check errors on the proper fd + Most likely a copy-paste error from the block before. + If we're going to check for error/closed on the write fd... do it + on the write fd + +2013-09-26 14:09:02 -0600 Brendan Long + + * libs/gst/base/gstbasesrc.c: + docs: fix spelling of "generic" in GstBaseSrc's documentation. + https://bugzilla.gnome.org/show_bug.cgi?id=708870 + +2013-09-26 11:32:50 +0200 Wim Taymans + + * gst/gstpad.c: + pad: only check event order when something changed + Check the event order in dataflow only when something changed instead + of for each buffer. + +2013-09-24 18:28:05 +0100 Tim-Philipp Müller + + * README: + * common: + Automatic update of common submodule + From 6b03ba7 to 865aa20 + +2013-09-24 15:05:16 +0200 Sebastian Dröge + + * configure.ac: + configure: Actually use 1.3.0.1 as version to make configure happy + +2013-09-24 15:00:17 +0200 Sebastian Dröge + + * configure.ac: + Back to development + +=== release 1.2.0 === + +2013-09-24 14:07:02 +0200 Sebastian Dröge + + * ChangeLog: + * NEWS: + * RELEASE: + * configure.ac: + * docs/plugins/inspect/plugin-coreelements.xml: + * gstreamer.doap: + * win32/common/config.h: + * win32/common/gstversion.h: + Release 1.2.0 + +2013-09-24 14:06:28 +0200 Sebastian Dröge + + * po/af.po: + * po/az.po: + * po/be.po: + * po/bg.po: + * po/ca.po: + * po/cs.po: + * po/da.po: + * po/de.po: + * po/el.po: + * po/en_GB.po: + * po/eo.po: + * po/es.po: + * po/eu.po: + * po/fi.po: + * po/fr.po: + * po/gl.po: + * po/hr.po: + * po/hu.po: + * po/id.po: + * po/it.po: + * po/ja.po: + * po/lt.po: + * po/nb.po: + * po/nl.po: + * po/pl.po: + * po/pt_BR.po: + * po/ro.po: + * po/ru.po: + * po/rw.po: + * po/sk.po: + * po/sl.po: + * po/sq.po: + * po/sr.po: + * po/sv.po: + * po/tr.po: + * po/uk.po: + * po/vi.po: + * po/zh_CN.po: + * po/zh_TW.po: + Update .po files + +2013-09-24 13:10:36 +0200 Sebastian Dröge + + * tests/check/gst/gstcontext.c: + context: Add test for the context caching in GstBin + https://bugzilla.gnome.org/show_bug.cgi?id=708668 + +2013-09-24 12:47:52 +0200 Sebastian Dröge + + * plugins/elements/gstfakesink.c: + * plugins/elements/gstfakesink.h: + Revert "Potential GstContext regression" + This reverts commit e658379534eb4a90b654d90f1d0bdf86f37c6e31. + This test commit should've never been pushed. Oops. + +2013-09-24 12:46:52 +0200 Sebastian Dröge + + * gst/gstbin.c: + bin: Make sure to cache context types that we did not store yet + https://bugzilla.gnome.org/show_bug.cgi?id=708668 + +2013-09-24 10:29:06 +0100 Alex Ashley + + * plugins/elements/gstfakesink.c: + * plugins/elements/gstfakesink.h: + Potential GstContext regression + Since the refactoring of GstContext (commits + qc9fa2771b508e9aaeecc700e66e958190476f, + a7f5dc8b8af837f01782d1572379948ff62daab7, + 690326f906dc82e41ea58b81cdb2e3e88b754, + d367dc1b0d4ecb37f4d27267e03d7bf0c6c06a6, and + 82d158aed3f2e8545e1e7d35085085ff58f18) I am no longer able to get + a shared context for an element that is used twice in a pipeline. + I used the documentation and eglglessink as my reference for + implementing the GstContext logic. + As the code was tied to a hardware decoder, I have ported the + GstContext code to fakesink to show the problem. Using the old + API a single ExampleMgr instance is created, but using the new + API each element is creating its own instance. + +2013-09-24 10:42:06 +0200 Sebastian Dröge + + * libs/gst/base/gstcollectpads.c: + collectpads: Make sure that the object lock is always taken when accessing the private pad list + https://bugzilla.gnome.org/show_bug.cgi?id=708636 + +2013-09-17 23:23:34 +0200 Mathieu Duponchelle + + * libs/gst/base/gstcollectpads.c: + collectpads: Use private pad list in set_flushing_unlocked + pads->data is the public list. It is dynamically rebuilt at each call to + check_collected, in check_pads to be specific. When you add a pad and + collectpads have been started, it is not added to the public list. + Thus there exists a possible race where : + 1) You would add a pad to collectpads while running. + 2) You set collectpads to flushing before check_collected has been called again + -> the pad is not set to flushing + 3) the pad starts pushing data as downstream might not be prepared, in the case + of adder it then returns FLOW_FLUSHING. + 4) elements like demuxers, when they get a FLOW_FLUSHING, stop their tasks, + never to be seen again. + https://bugzilla.gnome.org/show_bug.cgi?id=708636 + +2013-09-23 11:47:14 +0200 Wim Taymans + + * libs/gst/check/gsttestclock.c: + * tests/check/libs/gsttestclock.c: + tests: handle unscheduled entries correctly + Make the testclock return GST_CLOCK_UNSCHEDULED when an unscheduled entry is + used for gst_clock_wait() or gst_clock_wait_async(). + Fixes https://bugzilla.gnome.org/show_bug.cgi?id=708605 + +2013-09-22 11:09:36 +0200 Edward Hervey + + * scripts/gst-uninstalled: + gst-uninstalled: Allow specifying the checkout directory by env variable + For some rare cases, one might not be able to use the hardcoded $HOME/gst + location yet would still want to use the gst-uninstalled script as-is (which + has the benefit of being constantly updated). + For these cases, the checkout directory can be specified with the + GST_UNINSTALLED_ROOT environment variable. + Ex: + export GST_UNINSTALLED_ROOT=$HOME/somewhere/with/checkouts + And then just call gst-uninstalled directly: + $GST_UNINSTALLED_ROOT/gstreamer/gst-uninstalled + +2013-09-20 16:16:26 +0200 Edward Hervey + + * common: + Automatic update of common submodule + From b613661 to 6b03ba7 + +2013-09-19 18:42:31 +0100 Tim-Philipp Müller + + * common: + Automatic update of common submodule + From 74a6857 to b613661 + +2013-09-19 17:34:27 +0100 Tim-Philipp Müller + + * autogen.sh: + * common: + Automatic update of common submodule + From 12af105 to 74a6857 + +2013-09-19 17:12:14 +0100 Tim-Philipp Müller + + * libs/gst/check/gsttestclock.c: + check: testclock: fix function guards + Should be g_return_*() not g_assert(), even if it's for tests only. + +2013-09-19 16:43:18 +0100 Tim-Philipp Müller + + * libs/gst/check/gsttestclock.c: + check: testclock: don't put code with side-effects in g_assert() + Fixes unit test failures when -DG_DISABLE_ASSERT is used. + https://bugzilla.gnome.org/show_bug.cgi?id=706551 + +2013-09-19 12:07:56 +0200 Edward Hervey + + * gst/gstcontext.c: + gstcontext: Fix return values some more + Return value is a boolean not a pointer + +2013-09-19 11:49:26 +0200 Sebastian Dröge + + * gst/gstcontext.c: + context: Fix return values for gst_context_has_context_type() in assertions + +2013-09-19 11:34:51 +0200 Sebastian Dröge + + * configure.ac: + Back to development + +=== release 1.1.90 === + +2013-09-19 10:48:24 +0200 Sebastian Dröge + + * ChangeLog: + * NEWS: + * RELEASE: + * configure.ac: + * docs/plugins/inspect/plugin-coreelements.xml: + * gstreamer.doap: + * win32/common/config.h: + * win32/common/gstenumtypes.c: + * win32/common/gstversion.h: + Release 1.1.90 + +2013-09-19 10:05:51 +0200 Sebastian Dröge + + * po/af.po: + * po/az.po: + * po/be.po: + * po/bg.po: + * po/ca.po: + * po/cs.po: + * po/da.po: + * po/de.po: + * po/el.po: + * po/en_GB.po: + * po/eo.po: + * po/es.po: + * po/eu.po: + * po/fi.po: + * po/fr.po: + * po/gl.po: + * po/hr.po: + * po/hu.po: + * po/id.po: + * po/it.po: + * po/ja.po: + * po/lt.po: + * po/nb.po: + * po/nl.po: + * po/pl.po: + * po/pt_BR.po: + * po/ro.po: + * po/ru.po: + * po/rw.po: + * po/sk.po: + * po/sl.po: + * po/sq.po: + * po/sr.po: + * po/sv.po: + * po/tr.po: + * po/uk.po: + * po/vi.po: + * po/zh_CN.po: + * po/zh_TW.po: + Update .po files + +2013-09-19 09:49:40 +0200 Sebastian Dröge + + * docs/gst/gstreamer-sections.txt: + * gst/gstcontext.c: + * gst/gstcontext.h: + * win32/common/libgstreamer.def: + context: Add convenience function gst_context_has_context_type() + +2013-09-19 09:42:15 +0200 Sebastian Dröge + + * po/af.po: + * po/az.po: + * po/be.po: + * po/bg.po: + * po/ca.po: + * po/cs.po: + * po/da.po: + * po/de.po: + * po/el.po: + * po/en_GB.po: + * po/eo.po: + * po/es.po: + * po/eu.po: + * po/fi.po: + * po/fr.po: + * po/gl.po: + * po/hr.po: + * po/hu.po: + * po/id.po: + * po/it.po: + * po/ja.po: + * po/lt.po: + * po/nb.po: + * po/nl.po: + * po/pl.po: + * po/pt_BR.po: + * po/ro.po: + * po/ru.po: + * po/rw.po: + * po/sk.po: + * po/sl.po: + * po/sq.po: + * po/sr.po: + * po/sv.po: + * po/tr.po: + * po/uk.po: + * po/vi.po: + * po/zh_CN.po: + * po/zh_TW.po: + po: Update translations + +2013-09-18 23:07:31 +0200 Sebastian Dröge + + * gst/gstmessage.c: + message: Implement getting the name of the context message types + +2013-09-17 21:36:22 +0200 Sebastian Dröge + + * gst/gstcontext.c: + * gst/gstmessage.c: + * gst/gstquery.c: + * tests/check/gst/gstcontext.c: + context: Fix unit test for GstContext changes + +2013-09-17 14:34:47 +0200 Sebastian Dröge + + * tools/gst-launch.c: + gst-launch: Update for GstContext changes + +2013-09-17 14:29:06 +0200 Sebastian Dröge + + * docs/gst/gstreamer-sections.txt: + * win32/common/libgstreamer.def: + context: Update docs + +2013-09-17 14:25:10 +0200 Sebastian Dröge + + * gst/gstbin.c: + bin: Implement context caching and propagation again + +2013-09-17 13:50:08 +0200 Sebastian Dröge + + * gst/gstmessage.c: + * gst/gstmessage.h: + * gst/gstquark.c: + * gst/gstquark.h: + * gst/gstquery.c: + * gst/gstquery.h: + message/query: Simplify CONTEXT messages/queries to only contain a single type + +2013-09-17 13:33:33 +0200 Sebastian Dröge + + * docs/design/part-context.txt: + * gst/gstcontext.c: + context: Update documentation + +2013-09-17 13:28:42 +0200 Sebastian Dröge + + * gst/gstcontext.c: + * gst/gstcontext.h: + * gst/gstinfo.c: + context: Change GstContext to contain only a single context + It was unintuitive that GstContext was actually a list of different + contexts. GstContext now is only a type string and a structure to + contain the actual context. + +2013-09-17 13:12:28 +0200 Sebastian Dröge + + * gst/gstbin.c: + * gst/gstelement.c: + * gst/gstelement.h: + element: Remove GstContext caching + +2013-09-17 13:10:53 +0200 Sebastian Dröge + + * gst/gstcontext.c: + * gst/gstcontext.h: + context: Add persistent qualifier for a context + Non-persistent contexts are removed when elements go back + to NULL state, persistent contexts are not. Applications + most likely want to set persistent contexts. + +2013-09-17 13:10:16 +0200 Sebastian Dröge + + * gst/gstquery.h: + query: Make CONTEXT query upstream and downstream + +2013-09-17 13:09:34 +0200 Sebastian Dröge + + * gst/gstevent.c: + * gst/gstevent.h: + * gst/gstquark.c: + * gst/gstquark.h: + event: Remove CONTEXT downstream event + This is going to be implemented with an upstream query instead + for consistency and simplicity. + +2013-09-13 14:41:45 +0200 Jonas Holmberg + + * gst/gst.c: + gst: Stop all unused threads in GThreadPool in gst_deinit() + Since the default number of max unused threads in GThreadPool has been + changed from 0 to 2 it needs to be set to 0 to stop all threads or + valgrind will report them as memory leaks. + +2013-09-10 16:39:30 +0100 Rico Tzschichholz + + * libs/gst/controller/gstargbcontrolbinding.c: + * libs/gst/controller/gstdirectcontrolbinding.c: + controlbindings: fix pspec relaxation for control source properties + The change should have been from PARAM_CONSTRUCT_ONLY to + PARAM_CONSTRUCT, otherwise bindings are affected, since + they look for the CONSTRUCT flag. + See ec55363d + +2013-09-10 10:15:03 +0200 Sebastian Dröge + + * plugins/elements/gstqueue2.c: + queue2: Only update current level if we already downloaded a range + Otherwise queue->level is NULL and dereferencing that is not a good + idea in general. + https://bugzilla.gnome.org/show_bug.cgi?id=707648 + +2013-09-09 15:40:25 +0200 Sebastian Dröge + + * gst/gstmeta.h: + meta: Deprecate GST_META_TAG_MEMORY + The GQuarks are not exported by any public API + +2013-08-22 00:02:28 +0200 Mathieu Duponchelle + + * docs/gst/gstreamer-sections.txt: + * gst/gstmeta.h: + * win32/common/libgstreamer.def: + meta: Add a #define for memory metadata + +2013-08-22 00:01:44 +0200 Mathieu Duponchelle + + * gst/gstmeta.c: + * libs/gst/base/gstbasetransform.c: + basetransform: implement a default transform_meta. If a metadata has no dependency as shown by the tags, copy it. + +2013-08-22 21:32:36 +0200 Mathieu Duponchelle + + * gst/gstmeta.c: + * gst/gstmeta.h: + meta: API: Add gst_meta_api_type_get_tags() to get all meta tags. + +2013-09-09 14:21:56 +0200 Sebastian Dröge + + * tests/check/elements/capsfilter.c: + tests/capsfilter: Fix memory leak and compare caps directly instead of strcmp() + +2013-09-06 23:03:54 +0200 Sebastian Rasmussen + + * tests/check/elements/capsfilter.c: + tests/capsfilter: Test caps-related queries and property + +2013-09-06 15:09:46 -0300 Gustavo Noronha Silva + + * plugins/elements/gstqueue2.c: + Update the buffering state before stalling for more data + In some cases the wait for more data was happening without updating + the buffering state, meaning the API user would not be able to notice + it should pause the pipeline and update UI to indicate that is the + case, the video would likely stutter instead. + https://bugzilla.gnome.org/show_bug.cgi?id=707648 + +2013-09-04 15:28:10 -0300 Thiago Santos + + * libs/gst/base/gstbasesrc.c: + basesrc: preserve seqnum on segments after seeks + The seqnum of the segment after a seek should be the same of + the seek event. Downstream elements might rely on seqnums to + identify events related to a seek. + This is particularly important when a demuxer maps a TIME seek + into a BYTES seek for upstream and it needs to identify the + corresponding segment event and map it back into TIME to push + downstream, possibly using the values from the original seek + event. + https://bugzilla.gnome.org/show_bug.cgi?id=707530 + +2013-09-05 14:14:42 +0200 Zaheer Abbas Merali + + * libs/gst/base/gstcollectpads.c: + collectpads: Don't unref NULL GstCollectData + If a pad is removed while a collectpads element (say adder) is in a chain + function waiting to be collected, there is a possibility that an unref happens + on a NULL pointer. + https://bugzilla.gnome.org/show_bug.cgi?id=707536 + +2013-09-04 17:11:20 +0200 Christian Fredrik Kalager Schaller + + * gstreamer.spec.in: + Remove PyXML from spec file, it is not longer needed + +2013-09-04 14:40:57 +0200 Sebastian Dröge + + * plugins/elements/gsttypefindelement.c: + typefind: Add missing break after handling the GAP event + Thanks to Edward Hervey for noticing. + +2013-09-04 09:18:55 +0100 Tim-Philipp Müller + + * scripts/gst-plot-timeline.py: + * tools/Makefile.am: + * tools/gst-plot-timeline.py: + tools: move gst-plot-timeline.py into scripts directory + So it's not in PATH in an uninstalled setup (thwarting + gst-play autocompletion). + +2013-09-03 23:59:05 +0200 Matej Knopp + + * plugins/elements/gstmultiqueue.c: + multiqueue: Don't reduce single queue visible size below its current level + If the multiqueue has automatically grown chances are good that + we will cause the pipeline to starve if the maximum level is reduced + below that automatically grown size. + https://bugzilla.gnome.org/show_bug.cgi?id=707156 + +2013-09-02 13:53:51 +0200 Sebastian Dröge + + * plugins/elements/gstoutputselector.c: + outputselector: Don't adjust segment->start to the current time when switching pads + This does not make any sense at all and breaks timestamp->running_time + calculations in unpredictable ways. + https://bugzilla.gnome.org/show_bug.cgi?id=707130 + +2013-08-29 23:18:31 +0200 Mathieu Duponchelle + + * plugins/elements/gstcapsfilter.c: + capsfilter: Delete link directly in pending_events. + When removing a segment event. + https://bugzilla.gnome.org/show_bug.cgi?id=707088 + +2013-08-29 11:07:38 +0100 Tim-Philipp Müller + + * libs/gst/base/gstbasesink.c: + basesink: demote log message, don't spam INFO level when handling buffer lists + +2013-08-28 13:26:28 +0200 Sebastian Dröge + + * configure.ac: + Back to development + +=== release 1.1.4 === + +2013-08-28 12:36:16 +0200 Sebastian Dröge + + * ChangeLog: + * NEWS: + * RELEASE: + * configure.ac: + * docs/plugins/inspect/plugin-coreelements.xml: + * gstreamer.doap: + * win32/common/config.h: + * win32/common/gstenumtypes.c: + * win32/common/gstversion.h: + Release 1.1.4 + +2013-08-28 12:36:01 +0200 Sebastian Dröge + + * po/af.po: + * po/az.po: + * po/be.po: + * po/bg.po: + * po/ca.po: + * po/cs.po: + * po/da.po: + * po/de.po: + * po/el.po: + * po/en_GB.po: + * po/eo.po: + * po/es.po: + * po/eu.po: + * po/fi.po: + * po/fr.po: + * po/gl.po: + * po/hr.po: + * po/hu.po: + * po/id.po: + * po/it.po: + * po/ja.po: + * po/lt.po: + * po/nb.po: + * po/nl.po: + * po/pl.po: + * po/pt_BR.po: + * po/ro.po: + * po/ru.po: + * po/rw.po: + * po/sk.po: + * po/sl.po: + * po/sq.po: + * po/sr.po: + * po/sv.po: + * po/tr.po: + * po/uk.po: + * po/vi.po: + * po/zh_CN.po: + * po/zh_TW.po: + Update .po files + +2013-08-28 12:30:00 +0200 Sebastian Dröge + + * po/af.po: + * po/az.po: + * po/be.po: + * po/bg.po: + * po/ca.po: + * po/cs.po: + * po/da.po: + * po/de.po: + * po/el.po: + * po/en_GB.po: + * po/eo.po: + * po/es.po: + * po/eu.po: + * po/fi.po: + * po/fr.po: + * po/gl.po: + * po/hr.po: + * po/hu.po: + * po/id.po: + * po/it.po: + * po/ja.po: + * po/lt.po: + * po/nb.po: + * po/nl.po: + * po/pl.po: + * po/pt_BR.po: + * po/ro.po: + * po/ru.po: + * po/rw.po: + * po/sk.po: + * po/sl.po: + * po/sq.po: + * po/sr.po: + * po/sv.po: + * po/tr.po: + * po/uk.po: + * po/vi.po: + * po/zh_CN.po: + * po/zh_TW.po: + po: update translations + +2013-08-27 09:31:22 +0200 Alessandro Decina + + * plugins/elements/gstfilesink.c: + filesink: please gcc (avoid a warn_unused_result warning) + +2013-08-27 07:51:35 +0200 Alessandro Decina + + * plugins/elements/gstfilesink.c: + * tests/check/elements/filesink.c: + filesink: flush (discard data) on FLUSH_STOP + Reset the write position to 0 and truncate the file on FLUSH_STOP. + +2013-08-27 07:05:11 +0200 Alessandro Decina + + * tests/check/elements/filesink.c: + tests: filesink: small refactoring + +2013-08-26 13:19:10 +0100 Tim-Philipp Müller + + * tools/gst-launch.c: + tools: gst-launch: don't print properties being reset when shutting down + It's just noise. + +2013-08-22 19:01:32 +0200 Edward Hervey + + * libs/gst/base/gstbasetransform.c: + basetransform: Don't push out identical caps + This avoids triggering plenty of extra code/methods/overhead downstream when + we can just quickly check whenever we want to set caps whether they are + identical or not + https://bugzilla.gnome.org/show_bug.cgi?id=706600 + +2013-08-21 12:21:43 +0100 Tim-Philipp Müller + + * gst/gstsample.c: + docs: flesh out gst_sample_get_buffer() a little + https://bugzilla.gnome.org/show_bug.cgi?id=706478 + +2013-08-20 23:59:29 -0700 Kerrick Staley + + * gst/parse/grammar.y: + parse: make grammar.y work with Bison 3 + YYLEX_PARAM is no longer supported in Bison 3. + https://bugzilla.gnome.org/show_bug.cgi?id=706462 + +2013-08-20 17:15:41 +0900 Wonchul Lee + + * gst/gstsample.h: + sample: Add gst_sample_copy() + https://bugzilla.gnome.org/show_bug.cgi?id=706454 + +2013-08-19 14:55:22 -0400 Olivier Crête + + * gst/gstbuffer.c: + * tests/check/gst/gstbuffer.c: + buffer: Fix gst_buffer_memcmp() where the buffer is smaller than size + Also add unit tests for gst_buffer_memcmp + https://bugzilla.gnome.org/show_bug.cgi?id=706162 + +2013-08-20 17:06:49 +0100 Tim-Philipp Müller + + * gst/gstutils.c: + docs: flesh out gst_element_query_{duration,position} docs a bit + +2013-08-14 16:18:59 +0100 Matthieu Bouron + + * gst/gsttaglist.c: + * gst/gsttaglist.h: + taglist: handle publisher and interpreted-by tags + https://bugzilla.gnome.org/show_bug.cgi?id=705999 + +2013-08-20 13:58:24 +0200 Sebastian Dröge + + * gst/gstpluginloader.c: + pluginloader: Don't call memcpy() with NULL src and 0 length + +2013-08-20 10:16:41 +0200 Sebastian Dröge + + * plugins/elements/gstqueue.c: + queue: Properly unlock the sinkpad streaming thread when deactivating the pad + https://bugzilla.gnome.org/show_bug.cgi?id=705835 + +2013-08-20 10:16:05 +0200 Sebastian Dröge + + * plugins/elements/gstqueue2.c: + queue2: Properly unlock the sinkpad streaming thread when deactivating the pad + https://bugzilla.gnome.org/show_bug.cgi?id=706360 + +2013-08-19 16:38:50 +0200 Sebastian Dröge + + * plugins/elements/gstmultiqueue.c: + multiqueue: Clean up after the streaming thread has stopped + https://bugzilla.gnome.org/show_bug.cgi?id=705835 + +2013-08-19 16:38:40 +0200 Sebastian Dröge + + * plugins/elements/gstqueue2.c: + queue2: Clean up after the streaming thread has stopped + https://bugzilla.gnome.org/show_bug.cgi?id=705835 + +2013-08-19 16:38:16 +0200 Sebastian Dröge + + * plugins/elements/gstqueue.c: + queue: Clean up after the streaming thread has stopped + https://bugzilla.gnome.org/show_bug.cgi?id=705835 + +2013-07-01 14:04:46 -0600 Brendan Long + + * gst/gstparse.h: + * gst/gstutils.c: + * gst/parse/grammar.y: + parse: Add GST_FLAG_NO_SINGLE_ELEMENT_BINS + This makes gst_parse_bin_from_description() return an element instead of + a bin if there's only one element. Also changed gstparse.c to use this, + so gst-launch won't create superfluous bins. + https://bugzilla.gnome.org/show_bug.cgi?id=703405 + +2013-08-16 20:36:53 +0200 Arnaud Vrac + + * gst/gstquery.c: + query: return NULL when parsing uri redirection that was not set + https://bugzilla.gnome.org/show_bug.cgi?id=706160 + +2013-08-18 11:48:40 +0200 Sebastian Dröge + + * gst/gstbuffer.c: + buffer: Update since marker for gst_buffer_extract_dup() to 1.0.10 + +2013-08-16 16:45:41 +0100 Tim-Philipp Müller + + * plugins/elements/gstqueue2.c: + queue2: don't crash on EOS if queue is empty + Fixes spurious crash in test_simple_shutdown_while_running + unit test. + +2013-08-16 16:28:12 +0100 Tim-Philipp Müller + + * plugins/elements/gstqueue2.c: + queue2: don't change global buffering state from within query handler + When a buffering query is handled it uses the get_buffering_percent() + function to get some statitics. Unfortunately this function also + calculates whether the queue should be buffering and adapts the + global queue2 state in case of state transitions from/to buffering + (including whether a buffering message was posted on the bus!). + This means that there is a race which can cause buffering messages + to never posted if the global state changes happen as a result of aa + query instead of resulting from bytes flowing in/out. + Spotted by Sjoerd Simons. + Change to only query state in get_buffering_percent() and update + state only in update_buffering(). + https://bugzilla.gnome.org/show_bug.cgi?id=705332 + +2013-08-16 12:54:38 +0200 Wim Taymans + + * plugins/elements/gstqueue2.c: + queue2: update buffering when changing capacity + When the capacity of the queue changes, make sure we post an updated buffering + message because we might suddenly have completed the buffering stage. + +2013-08-15 15:35:08 +0200 Jonas Holmberg + + * gst/gst.c: + Free thread pools in gst_deinit() + +2013-08-16 11:03:30 +0200 Jonas Holmberg + + * libs/gst/check/gstcheck.c: + check: Call gst_deinit() at exit of all processes + +2013-08-14 21:41:23 +0100 Tim-Philipp Müller + + * gst/gstclock.c: + clock: simplify internal gst_clock_return_get_name() helper + +2013-08-14 17:44:48 +0200 Wim Taymans + + * libs/gst/base/gstbasesrc.c: + basesrc: improve flush-start handling + Use custom code to implement flush-stop, we can't reuse the set_flushing code + because we can't touch the live_playing flag and we need to signal the + streaming thread. + +2013-08-14 17:14:15 +0200 Wim Taymans + + * libs/gst/base/gstbasesrc.c: + basesrc: stop flushing in flush-stop + +2013-08-14 16:58:41 +0200 Wim Taymans + + * libs/gst/base/gstbasesrc.c: + basesrc: handle flush better + Unlock the streaming thread when flushing so that we can + insert the flush-stop correctly. + +2013-08-14 15:46:57 +0200 Edward Hervey + + * .gitignore: + .gitignore: ignore .dirstamp + +2013-08-14 07:21:06 +0200 Edward Hervey + + * libs/gst/check/Makefile.am: + check: Don't use nodist headers on gir scanner + Just creates noise and bogus symbols + +2013-08-07 18:20:03 +0200 Edward Hervey + + * gst/gstcompat.h: + * gst/gstinfo.c: + * gst/gstinfo.h: + gst: minor docstring fixups to make g-i happy + note: the #ifndef move is actually a move of the "SECTION" docstring + +2013-08-13 17:14:53 +0200 Edward Hervey + + * .gitignore: + .gitignore: Ignore files from automake test-driver + +2013-08-07 18:24:40 +0200 Edward Hervey + + * libs/gst/base/gstbaseparse.c: + baseparse: Add a property to disable passthrough + In some specific cases (like transmuxing) we want to force the element + to actually parse all incoming data even if the element deems it is not + necessary. + This property simply ignores requests from the element to enable passthrough + mode which results in processing always being enabled. + https://bugzilla.gnome.org/show_bug.cgi?id=705621 + +2013-08-07 21:26:01 -0300 Thiago Santos + + * docs/libs/gstreamer-libs-sections.txt: + * libs/gst/base/gstdataqueue.c: + * libs/gst/base/gstdataqueue.h: + * win32/common/libgstbase.def: + dataqueue: add gst_data_queue_push_force + Adds a variant of the _push function that doesn't check the queue limits + before adding the new item. It is useful when pushing an element to the + queue shouldn't lock the thread. + One particular scenario is when the queue is used to serialize buffers + and events that are going to be pushed from another thread. The + dataqueue should have a limit on the amount of buffers to be stored to + avoid large memory consumption, but events can be considered to have + negligible impact on memory compared to buffers. So it is useful to be + used to push items into the queue that contain events, even though the + queue is already full, it shouldn't matter inserting an item that has + no significative size. + This scenario happens on adaptive elements (dashdemux / mssdemux) as + there is a single download thread fetching buffers and putting into the + dataqueues for the streams. This same download thread can als generate + events in some situations as caps changes, eos or a internal control + events. There can be a deadlock at preroll if the first buffer fetched + is large enough to fill the dataqueue and the download thread and the + next iteration of the download thread decides to push an event to this + same dataqueue before fetching buffers to other streams, if this push + locks, the pipeline will be stuck in preroll as no more buffers will be + downloaded. + There is a somewhat common practice in dash streams to have a single + very large buffer for audio and one for video, so this will always + happen as the download thread will have to push an EOS right after + fetching the first buffer for any stream. + API: gst_data_queue_push_force + https://bugzilla.gnome.org/show_bug.cgi?id=705694 + +2013-08-13 13:06:50 +0200 Sebastian Dröge + + * gst/gstallocator.c: + sysmem: Only copy the requested part of memory instead of the complete source memory + https://bugzilla.gnome.org/show_bug.cgi?id=705678 + +2013-08-13 12:11:19 +0100 Tim-Philipp Müller + + * gst/gstquery.c: + * win32/common/libgstreamer.def: + query: add Since markers for new API and add to exports file + +2013-07-23 16:25:27 +0200 Andoni Morales Alastruey + + * gst/gstquery.c: + query: fix annotation for gst_query_parse_uri + +2013-04-19 12:14:54 +0200 Andoni Morales Alastruey + + * gst/gstquark.c: + * gst/gstquark.h: + * gst/gstquery.c: + * gst/gstquery.h: + query: add new redirection uri the URI query + +2013-08-12 09:25:34 -0300 Thiago Santos + + * gst/gstquery.c: + query: add some missing 'transfer none' gi annotations + The current documentation is controverse, while it states that the + returned value is valid only while the query is is valid, which presumes + a 'transfer none' policy. But the tooltip for the 'out' annotation + states the default is 'transfer-full'. + Add the missing 'transfer none' annotations to fix this. + +2013-08-08 12:08:31 +0200 Nicolas Dufresne + + * libs/gst/base/gstbytereader.c: + bytereader: Accelerate MPEG/H264 start code scanning + Accelerate MPEG/H264 start code scanning using Boyer-Moor bad character + heuristic. + https://bugzilla.gnome.org/show_bug.cgi?id=702357 + +2013-08-10 11:31:23 +0100 Tim-Philipp Müller + + * gst/gstpipeline.c: + pipeline: g-i: allow clock to be NULL in gst_pipeline_use_clock() + https://bugzilla.gnome.org/show_bug.cgi?id=705751 + +2013-08-07 14:17:28 -0300 Adrian Pardini + + * libs/gst/controller/gstdirectcontrolbinding.c: + controller: fixes int overflow with properties that span +-INT_MAX + When the range for a property is defined as -INT_MAX-1 .. INT_MAX, like + the xpos in a videomixer the following expression in the macro + definitions of convert_g_value_to_##type (and the equivalent in + convert_value_to_##type) + v = pspec->minimum + (g##type) ROUNDING_OP ((pspec->maximum - pspec->minimum) * s); + are converted to: + v = -2147483648 + (g##type) ROUNDING_OP ((2147483647 - -2147483648) * s); + (2147483647 - -2147483648) overflows to -1 and the net result is: + v = -2147483648 + (g##type) ROUNDING_OP (-1 * s); + so v only takes the values -2147483648 for s == 0 and 2147483647 + for s == 1. + Rewriting the expression as minimum*(1-s) + maximum*s gives the correct + result in this case. + https://bugzilla.gnome.org//show_bug.cgi?id=705630 + +2013-08-02 13:31:59 +0200 Lubosz Sarnecki + + * configure.ac: + build: add subdir-objects to AM_INIT_AUTOMAKE + Fixes warnings with automake 1.14 + https://bugzilla.gnome.org/show_bug.cgi?id=705350 + +2013-08-02 16:21:45 +0200 Wim Taymans + + * docs/design/part-gstpipeline.txt: + design: fix typo + +2013-07-29 15:48:32 +0200 Sjoerd Simons + + * plugins/elements/gstqueue2.c: + queue2: Fix backwards seeks into undowloaded ranges + When in download buffering mode queue2 didn't check if a range offset is + in a undownloaded range before the currently in-progress range. Causing + seeks to an earlier offset to, well, take a while. + +2013-07-30 19:27:23 +0200 Kjartan Maraas + + * gst/gstutils.c: + * libs/gst/check/gsttestclock.c: + docs: some small gtk-doc markup fixes + https://bugzilla.gnome.org/show_bug.cgi?id=705156 + +2013-07-30 19:27:23 +0200 Kjartan Maraas + + * gst/gst.c: + gst: register new color mode enum, fixing 'make check' + https://bugzilla.gnome.org/show_bug.cgi?id=705156 + +2013-04-16 19:04:48 +0200 Edward Hervey + + * libs/gst/base/gsttypefindhelper.c: + typefindhelper: Avoid using buffer_get_size in tight loops + Calling gst_buffer_get_size represented 2/3 of the cost of helper_find_peek + which was called whenever a typefindfunction wanted to peek at data. + We already know the size (from the GstMapInfo), so just use that. + +2013-07-29 19:38:51 +0100 Tim-Philipp Müller + + * po/LINGUAS: + * po/bg.po: + * po/cs.po: + * po/de.po: + * po/el.po: + * po/fr.po: + * po/gl.po: + * po/hr.po: + * po/hu.po: + * po/id.po: + * po/it.po: + * po/lt.po: + * po/nl.po: + * po/pl.po: + * po/pt_BR.po: + * po/ru.po: + * po/sl.po: + * po/sv.po: + * po/uk.po: + * po/vi.po: + * po/zh_CN.po: + po: update translations + +2013-07-29 19:13:03 +0100 Tim-Philipp Müller + + * common: + common: revert accidental re-winding of common submodule + +2013-07-26 16:15:24 +0200 Sjoerd Simons + + * gst/gstquery.c: + query: Clarify the estimated-total documentation + Tweak the documentation slightly to clarify that the estimated-total in + a a Buffering query the total remaining time of a download, not the + total time for the complete download. Also indicate the unit used. + https://bugzilla.gnome.org/show_bug.cgi?id=704934 + +2013-07-26 15:08:13 +0200 Sjoerd Simons + + * plugins/elements/gstqueue2.c: + queue2: Forward the schedule query upstream + When asked about the scheduling flags first check with upstream and + simply add the _SEEKABLE flag when using a temporary file as storage. + This enables the forwarding of _SEQUENTIAL and _BANDWIDTH_LIMITED from + sources if needed. + https://bugzilla.gnome.org/show_bug.cgi?id=704927 + +2013-07-29 14:47:15 +0200 Sebastian Dröge + + * configure.ac: + Back to development + +=== release 1.1.3 === + +2013-07-29 13:34:53 +0200 Sebastian Dröge + + * ChangeLog: + * NEWS: + * RELEASE: + * common: + * configure.ac: + * docs/plugins/inspect/plugin-coreelements.xml: + * gstreamer.doap: + * win32/common/config.h: + * win32/common/gstenumtypes.c: + * win32/common/gstenumtypes.h: + * win32/common/gstversion.h: + Release 1.1.3 + +2013-07-29 13:30:25 +0200 Sebastian Dröge + + * po/af.po: + * po/az.po: + * po/be.po: + * po/bg.po: + * po/ca.po: + * po/cs.po: + * po/da.po: + * po/de.po: + * po/el.po: + * po/en_GB.po: + * po/eo.po: + * po/es.po: + * po/eu.po: + * po/fi.po: + * po/fr.po: + * po/gl.po: + * po/hu.po: + * po/id.po: + * po/it.po: + * po/ja.po: + * po/lt.po: + * po/nb.po: + * po/nl.po: + * po/pl.po: + * po/pt_BR.po: + * po/ro.po: + * po/ru.po: + * po/rw.po: + * po/sk.po: + * po/sl.po: + * po/sq.po: + * po/sr.po: + * po/sv.po: + * po/tr.po: + * po/uk.po: + * po/vi.po: + * po/zh_CN.po: + * po/zh_TW.po: + Update .po files + +2013-07-29 12:10:45 +0200 Sebastian Dröge + + * libs/gst/base/gstbaseparse.c: + * libs/gst/base/gstbasesink.c: + * libs/gst/base/gstbasesrc.c: + base: Fix handling of SEGMENT query + The values should be in stream-time, and start/stop should not + be swapped for negative rates. + +2013-07-29 11:05:09 +0200 Sebastian Dröge + + * plugins/elements/gsttypefindelement.c: + typefind: Only advance offset by the number of bytes we actually read + There might be a short read at EOS. + +2013-07-29 10:48:30 +0200 Sebastian Dröge + + * libs/gst/base/gstbaseparse.c: + baseparse: Implement SEGMENT query + +2013-07-26 18:36:04 +0100 Tim-Philipp Müller + + * gst/gstbuffer.c: + buffer: fix Since: marker for new gst_buffer_extract_dup() + +2013-07-26 12:19:32 +0200 Wim Taymans + + * gst/gstclock.c: + clock: debug the clock return values + +2013-07-25 12:20:14 -0300 Thiago Santos + + * libs/gst/base/gstbaseparse.c: + baseparse: fix seqnum handling for seeks + Use the same seqnum as the seek for flushes/segments that are + caused by the seek. Also do the same for segment events + Fixes #676242 + +2013-07-24 10:29:30 -0700 David Schleef + + * gst/gstinfo.c: + info: parse debug levels > 9 + +2013-07-24 16:57:46 +0200 Sebastian Dröge + + * gst/gstvalue.c: + value: Fix copy&paste mistakes in the bitmask function docs + +2013-07-24 11:21:27 +0200 Sebastian Dröge + + * libs/gst/base/gstbasesink.c: + basesink: Don't shadow variables that are set inside our scope and then used outside our scope + Fixes uninitialized use of these variables. + +2013-07-24 10:30:25 +0200 Sebastian Dröge + + * tests/check/gst/struct_arm.h: + * tests/check/gst/struct_hppa.h: + * tests/check/gst/struct_i386.h: + * tests/check/gst/struct_i386w.h: + * tests/check/gst/struct_ppc32.h: + * tests/check/gst/struct_ppc64.h: + * tests/check/gst/struct_sparc.h: + * tests/check/gst/struct_x86_64.h: + tests: Remove other interface structs from the ABI tests too + +2010-10-15 13:16:59 -0300 Thiago Santos + + * tests/check/gst/struct_arm.h: + * tests/check/gst/struct_hppa.h: + * tests/check/gst/struct_i386.h: + * tests/check/gst/struct_i386w.h: + * tests/check/gst/struct_ppc32.h: + * tests/check/gst/struct_ppc64.h: + * tests/check/gst/struct_sparc.h: + * tests/check/gst/struct_x86_64.h: + tests: Remove GstTagSetter from ABI checks + Interfaces can have new members added without breaking ABI, so + remove it from the check. + https://bugzilla.gnome.org/show_bug.cgi?id=623799 + +2013-07-23 15:39:53 -0400 Thibault Saunier + + * libs/gst/check/libcheck/check_print.c: + libcheck: Escape strings in the generated xml files + This is copy pasted from upstream libcheck + +2013-07-23 18:53:44 +0200 Sebastian Dröge + + * libs/gst/base/gstbasesink.c: + basesink: Print some debug output if a stream-start event without group-id arrives + Ideally all elements would implement handling of that to get proper + stream-start message handling and other things. + +2013-07-22 18:03:01 +0200 Arnaud Vrac + + * plugins/elements/gstinputselector.c: + input-selector: Fix missing pad activation notification + A new active pad might not be notified in some cases, which results + in the current track number not being set in playbin. + The active-pad notification is only sent in the chain and sink_event + functions, and only when the buffer or event that triggered the active + pad selection is from the newly activated pad. So in the other case + the notification will never be sent. + https://bugzilla.gnome.org/show_bug.cgi?id=704691 + +2013-07-22 17:25:47 +0100 Tim-Philipp Müller + + * gst/gstvalue.c: + value: handle deserialisation of nonexistant enum value more gracefully + +2013-07-22 14:12:18 +0200 Sebastian Dröge + + * plugins/elements/gstinputselector.c: + * plugins/elements/gstinputselector.h: + inputselector: Don't push new stream-start events on stream change unless they all have group ids + https://bugzilla.gnome.org/show_bug.cgi?id=704408 + +2013-07-22 12:06:29 +0200 Sebastian Dröge + + * plugins/elements/gsttypefindelement.c: + typefind: Use new group-id in stream-start event + +2013-07-22 12:06:08 +0200 Sebastian Dröge + + * libs/gst/base/gstbaseparse.c: + * libs/gst/base/gstbasesink.c: + * libs/gst/base/gstbasesrc.c: + base: Use new group-id field in stream-start event and message + +2013-07-22 11:42:18 +0200 Sebastian Dröge + + * gst/gstbin.c: + bin: Use the new group-id field of the stream-start message for stream-start message aggregation + If all stream-start messages had a group id (for backwards compatibility), + we only consider a stream started if all had the same group id. + In 2.0 we should make the group id mandatory. + +2013-07-22 11:41:35 +0200 Sebastian Dröge + + * docs/gst/gstreamer-sections.txt: + * gst/gstevent.c: + * gst/gstevent.h: + * gst/gstmessage.c: + * gst/gstmessage.h: + * gst/gstquark.c: + * gst/gstquark.h: + * gst/gstutils.c: + * gst/gstutils.h: + * win32/common/libgstreamer.def: + gst: Add new group-id field to the stream-start event + All streams that have the same group id are supposed to be played + together, i.e. all streams inside a container file should have the + same group id but different stream ids. The group id should change + each time the stream is started, resulting in different group ids + each time a file is played for example. + +2013-07-18 23:29:49 +0100 Tim-Philipp Müller + + * common: + common: revert accidental change of common submodule + +2013-07-18 14:39:42 +0200 Sebastian Dröge + + * gst/gstcaps.c: + * gst/gstmessage.c: + * gst/gstmessage.h: + gst: Add some more Since: 1.2 + +2013-07-18 14:34:31 +0200 Sebastian Dröge + + * gst/gstinfo.c: + info: Add some Since: 1.2 + +2013-07-18 15:10:10 +0400 Руслан Ижбулатов + + * common: + * docs/gst/gstreamer-sections.txt: + * docs/gst/running.xml: + * docs/manual/appendix-checklist.xml: + * gst/gst.c: + * gst/gstinfo.c: + * gst/gstinfo.h: + * tools/gst-launch.1.in: + * tools/gst-plot-timeline.py: + * win32/common/libgstreamer.def: + info: Add debug color mode option + This allows to explicitely set the debug output color + mode to UNIX on every platform, enable it (use platform + default color mode) or enable it. + https://bugzilla.gnome.org/show_bug.cgi?id=674320 + +2012-04-18 14:35:32 +0400 Руслан Ижбулатов + + * gst/gstinfo.c: + info: Fix black and underline coloring on W32 + Fixes #674320 + +2012-04-18 14:12:16 +0400 Руслан Ижбулатов + + * gst/gstinfo.c: + info: Cut down src file names for MinGW too + Fixes #674320 + +2013-07-16 17:47:45 +0200 Nicola Murino + + * scripts/gst-uninstalled: + gst-uninstalled: Fix gst-plugins-gl in uninstalled setup + https://bugzilla.gnome.org/show_bug.cgi?id=703499 + +2013-07-16 15:35:08 -0400 Olivier Crête + + * libs/gst/base/gstadapter.c: + * tests/check/libs/adapter.c: + adapter: Take account of the skip in gst_adapter_take_buffer_fast() + Include regression test + +2013-07-15 15:41:44 -0400 Olivier Crête + + * libs/gst/base/gstadapter.c: + * libs/gst/base/gstadapter.h: + * tests/check/libs/adapter.c: + * win32/common/libgstbase.def: + adapter: Add function to return buffer composed of multiple memories + API: gst_adapter_take_fast() + +2013-07-16 16:24:38 +0200 Sebastian Dröge + + * gst/gstquery.c: + query: Don't assert if no context is set in the query + +2013-07-16 14:47:05 +0100 Tim-Philipp Müller + + * tests/benchmarks/.gitignore: + benchmarks: ignore new benchmark binary + +2013-07-16 14:46:15 +0100 Tim-Philipp Müller + + * gst/gstquery.c: + * gst/gstquery.h: + query: sprinkle some Since 1.2 markers in docs + +2013-07-16 14:44:03 +0100 Tim-Philipp Müller + + * libs/gst/net/gstnettimeprovider.c: + timeprovider: g-i: allow None as address for gst_net_time_provider_new() + +2013-07-16 15:34:57 +0200 Sebastian Dröge + + * gst/gstelement.c: + element: Return an empty GstContext if none was set yet + +2013-07-16 15:16:16 +0200 Sebastian Dröge + + * docs/gst/gstreamer-sections.txt: + * gst/gstquery.c: + * gst/gstquery.h: + * win32/common/libgstreamer.def: + query: Add gst_query_has_context_type() + +2013-07-16 11:36:50 +0200 Sebastian Dröge + + * plugins/elements/gstmultiqueue.c: + multiqueue: only block serialized query when it's safe + We must be certain that we don't cause a deadlock when blocking the serialized + queries. One such deadlock can happen when we are buffering and downstream is + blocked in preroll and a serialized query arrives. Downstream will not unblock + (and allow our query to execute) until we complete buffering and buffering will + not complete until we can answer the query.. + https://bugzilla.gnome.org/show_bug.cgi?id=702840 + +2013-07-15 11:36:18 +0200 Sebastian Dröge + + * gst/gstpad.c: + pad: A newly activated pad should be marked as needing reconfiguration + +2013-07-15 11:32:54 +0200 Sebastian Dröge + + * gst/gstpad.c: + Revert "pad: Don't consider flushing pads as needing reconfiguration" + This reverts commit 948a9d2f2b728f5fb60be45d47a818cebeb60c7d. + This is racy and trying to reconfigure and fail is still better + than not trying to reconfigure at all. + https://bugzilla.gnome.org/show_bug.cgi?id=704100 + +2013-07-15 11:32:10 +0200 Sebastian Dröge + + * libs/gst/base/gstbasesrc.c: + basesrc: Leave the loop function faster if we're flushing + Especially don't even try to send stream-start event or try + to negotiate. + https://bugzilla.gnome.org/show_bug.cgi?id=704100 + +2013-07-12 10:08:26 +0200 Sebastian Dröge + + * plugins/elements/gstinputselector.c: + inputselector: Deactivate and remove pad without the inputselector lock + Otherwise we might get deadlocks caused by lock order inversion: + During the chain function the stream lock is first locked and then the + inputselector lock. During pad release we first locked the inputselector + lock and then deactivating the pad would lock the stream lock. + There's no reason why the inputselector lock should be required while + deactivating and removing the pad, it's only needed before. + https://bugzilla.gnome.org/show_bug.cgi?id=704002 + +2013-07-11 16:57:06 +0200 Sebastian Dröge + + * configure.ac: + Back to development + +=== release 1.1.2 === + +2013-07-11 15:12:39 +0200 Sebastian Dröge + + * ChangeLog: + * NEWS: + * RELEASE: + * configure.ac: + * docs/plugins/inspect/plugin-coreelements.xml: + * gstreamer.doap: + * win32/common/config.h: + * win32/common/gstversion.h: + Release 1.1.2 + +2013-07-11 15:11:27 +0200 Sebastian Dröge + + * po/af.po: + * po/az.po: + * po/be.po: + * po/bg.po: + * po/ca.po: + * po/cs.po: + * po/da.po: + * po/de.po: + * po/el.po: + * po/en_GB.po: + * po/eo.po: + * po/es.po: + * po/eu.po: + * po/fi.po: + * po/fr.po: + * po/gl.po: + * po/hu.po: + * po/id.po: + * po/it.po: + * po/ja.po: + * po/lt.po: + * po/nb.po: + * po/nl.po: + * po/pl.po: + * po/pt_BR.po: + * po/ro.po: + * po/ru.po: + * po/rw.po: + * po/sk.po: + * po/sl.po: + * po/sq.po: + * po/sr.po: + * po/sv.po: + * po/tr.po: + * po/uk.po: + * po/vi.po: + * po/zh_CN.po: + * po/zh_TW.po: + Update .po files + +2013-07-10 15:52:10 +0200 Sebastian Dröge + + * gst/gstbin.c: + bin: Always forward clock-lost message if we're not a top-level bin + This makes sure that no bin misses the clock-lost messages, independent + of the state, and could return an old, non-working clock from + gst_bin_provide_clock_func(). + https://bugzilla.gnome.org/show_bug.cgi?id=701997 + +2013-07-10 14:30:31 +0200 Sebastian Dröge + + * plugins/elements/gstinputselector.c: + inputselector: Keep previous active sinkpad around until we're done with it + Otherwise we'll send a new segment event downstream for each buffer. + +2013-07-08 15:26:38 +0100 Tim-Philipp Müller + + * gst/gstallocator.c: + allocator: fix type of gst_memory_alignment to match declaration + Fixes compiler warnings such as + gstallocator.c:61:8: error: conflicting types for 'gst_memory_alignment' + ../gst/gstallocator.h:52:18: note: previous declaration of 'gst_memory_alignment' was here + +2013-07-05 21:36:27 +0200 Piotr Drąg + + * po/POTFILES.in: + po: update POTFILES.in + https://bugzilla.gnome.org/show_bug.cgi?id=703682 + +2013-07-04 20:39:26 -0400 Thibault Saunier + + * libs/gst/base/gstbasesrc.c: + basesrc: Do not lock a mutex that does not exist + The GST_LIVE_LOCK is on GstBaseSrc, not on its source pad. + +2013-07-03 21:23:44 +0200 Wim Taymans + + * libs/gst/base/gstbaseparse.c: + baseparse: reset PTS after seek + Fixes https://bugzilla.gnome.org/show_bug.cgi?id=702778 + +2013-07-03 13:03:49 -0400 Nicolas Dufresne + + * gst/gstallocator.c: + * gst/gstevent.c: + * gst/gstghostpad.c: + * gst/gstinfo.h: + * gst/gstmessage.c: + * gst/gstminiobject.c: + * gst/gstpad.c: + * gst/gstplugin.c: + * gst/gsttaglist.c: + * gst/gsttypefind.c: + * gst/gstutils.c: + * libs/gst/base/gstcollectpads.c: + * libs/gst/base/gsttypefindhelper.c: + * libs/gst/base/gsttypefindhelper.h: + Add few missing allow-none annotation + +2013-07-03 09:27:13 +0100 Tim-Philipp Müller + + * scripts/gst-uninstalled: + gst-uninstalled: add new -bad mpegts lib + And remove signalprocessor/video libs from -bad which have gone + away or were merged into -base. + +2013-07-01 20:35:21 -0400 Olivier Crête + + * plugins/elements/gstfunnel.c: + * plugins/elements/gstfunnel.h: + * tests/check/elements/funnel.c: + funnel: Re-push all sticky events when buffers come from a different pad + Don't special case segment/caps, just push all sticky events when they are + received on the currently active pad or when the active pad changes. + +2013-07-01 20:21:10 -0400 Olivier Crête + + * plugins/elements/gstfunnel.c: + funnel: Use default pad function for upstream event/queries + The default functions in 1.x already do the right thing + +2013-07-01 20:18:58 -0400 Olivier Crête + + * tests/check/elements/funnel.c: + tests: Remove funnel pad_alloc test + +2013-07-01 20:07:03 -0400 Olivier Crête + + * libs/gst/check/gstcheck.h: + check: Change stream_id parameter name to match GtkDoc + +2013-07-01 11:10:00 +0200 Jonas Holmberg + + * docs/libs/gstreamer-libs-sections.txt: + * libs/gst/check/Makefile.am: + * libs/gst/check/gstcheck.c: + * libs/gst/check/gstcheck.h: + * tests/check/elements/funnel.c: + check: Added gst_check_setup_events_with_stream_id() + Added a new function gst_check_setup_events_with_stream_id(), since + gst_check_setup_events() does not work with multiple pads. + https://bugzilla.gnome.org/show_bug.cgi?id=703377 + +2013-06-30 18:39:03 +0200 Sebastian Dröge + + * gst/gstpad.c: + pad: Don't consider flushing pads as needing reconfiguration + Renegotiation and reconfiguration will fail because all queries + and events won't be accepted by the pad if it's flushing. In the + best case this just causes unneeded work and spurious warnings in + the debug logs, in the worst case it causes elements to fail completely. + +2013-06-24 23:25:51 +0200 Wim Taymans + + * plugins/elements/gstqueue2.c: + queue2: only block serialized query when it's safe + We must be certain that we don't cause a deadlock when blocking the serialized + queries. One such deadlock can happen when we are buffering and downstream is + blocked in preroll and a serialized query arrives. Downstream will not unblock + (and allow our query to execute) until we complete buffering and buffering will + not complete until we can answer the query.. + Fixes https://bugzilla.gnome.org/show_bug.cgi?id=702840 + +2013-06-19 12:30:47 +0200 Sjoerd Simons + + * gst/gstpad.c: + pad: Add a filter to the caps_query done by acceptcaps + Use the caps that the pad is asked to accept as filter for the query + https://bugzilla.gnome.org/show_bug.cgi?id=702632 + +2013-06-19 12:19:02 +0200 Sjoerd Simons + + * libs/gst/base/gstbasetransform.c: + basetransform: optimize default acceptcaps implementation + Pass the fixed caps we're asked to accept as a filter for the caps + query, so we don't get a fully-expanded set of caps back (which we don't + need and can take a lot of time for intersection). + This reduces the time for camerabin to produce a second frame on a + logitech C910 camera from around 52 seconds to a bit less then 16 + seconds on my system. + https://bugzilla.gnome.org/show_bug.cgi?id=702632 + +2013-06-19 09:19:53 +0200 Edward Hervey + + * gst/gsttaglist.c: + taglist: Avoid combinatorial explosion when merging tags + When appending/prepending tags, avoid re-creating (and copying) lists if we already + have one and instead just append/prepend the GValue to the list. + https://bugzilla.gnome.org/show_bug.cgi?id=702545 + +2013-06-19 10:53:21 +0200 Sebastian Dröge + + * plugins/elements/gstqueue.c: + queue: Don't hold the queue mutex while doing serialized queries downstream + https://bugzilla.gnome.org/show_bug.cgi?id=702520 + +2013-06-19 10:45:45 +0200 Sebastian Dröge + + * tests/check/gst/gstbuffer.c: + buffer: Add unit test for map_range() + https://bugzilla.gnome.org/show_bug.cgi?id=702617 + +2013-06-19 08:36:22 +0200 Paul HENRYS + + * gst/gstbuffer.c: + buffer: Fix wrong size/index handling when merging memory + https://bugzilla.gnome.org/show_bug.cgi?id=702617 + +2013-06-18 11:39:55 +0200 Stefan Sauer + + * docs/list-ulink.xsl: + docs: add missing file for doc-link check + +2013-06-17 11:12:51 +0200 Wim Taymans + + * tests/benchmarks/Makefile.am: + * tests/benchmarks/gstpoolstress.c: + tests: add stress test for buffers and pools + +2013-06-17 10:25:20 +0200 Wim Taymans + + * libs/gst/base/gstbasesink.c: + basesink: call state change in all cases + When we asynchronously go from READY to PLAYING, also call the + state change function so that subclasses can update their state for PLAYING. + Because the PREROLL lock is not recursive, we can't make this without + races and we must assume for now that the subclass can handle concurrent calls + to PAUSED->PLAYING and PLAYING->PAUSED. We can make this assumption because not + many elements actually do something in those state changes and the ones that + did would be broken even more without this change. + https://bugzilla.gnome.org/show_bug.cgi?id=702282 + +2013-06-16 15:07:35 +0200 Stefan Sauer + + * docs/faq/dependencies.xml: + * docs/manual/appendix-integration.xml: + * docs/manual/basics-pads.xml: + * docs/manual/intro-motivation.xml: + docs: fix some external links + +2013-06-16 14:45:08 +0200 Stefan Sauer + + * docs/manuals.mak: + docs: check for broken links in docs + The check is done using curl (if available). It lists the curl exit code + http + status code (for those > 399) together with the use of the url in the code. The + check is not fatal. + +2013-06-16 13:05:21 +0200 Stefan Sauer + + * docs/manual/basics-elements.xml: + * docs/pwg/intro-preface.xml: + docs: change https to http urls + Thank you browser for needlessly changing to https for static doc pages. + +2013-06-16 11:41:52 +0200 Stefan Sauer + + * docs/faq/developing.xml: + * docs/manual/basics-elements.xml: + * docs/manual/basics-init.xml: + * docs/pwg/intro-preface.xml: + docs: update links to developer.gnome.org + The URL layout has changed. Fix the links and comment out one paragraph where + the doc is gone. + Fixes #702135 + +2013-06-14 13:05:38 +0200 Sebastian Dröge + + * docs/gst/gstreamer-sections.txt: + * gst/gststructure.c: + * gst/gststructure.h: + * win32/common/libgstreamer.def: + structure: Add gst_structure_new_from_string() + Convenience API for bindings, gst_structure_from_string() returns + a tuple (structure, end_ptr) in bindings and is unintuitive to use + because of that. + +2013-06-13 08:36:23 +0200 Hans de Goede + + * gst/gst.c: + gst: Don't intercept --help in gst_init() + Before this patch gst_init would intercept --help, causing for example + cheese's --help to look like this: + [hans@shalem cheese]$ cheese --help + Usage: + cheese [OPTION...] - GStreamer initialization + Help Options: + -h, --help Show help options + --help-all Show all help options + --help-gst Show GStreamer Options + gst_init is the only gfoo_init function which does this. + https://bugzilla.gnome.org/show_bug.cgi?id=702089 + +2013-06-12 09:45:56 +0100 Tim-Philipp Müller + + * scripts/gst-uninstalled: + gst-uninstalled: add uridownloader lib in -bad to search paths + Even if it might not be around for long. + +2013-06-11 10:25:02 +0200 Sebastian Dröge + + * tools/gst-launch.c: + gst-launch: Remove unref that should not be there + We keep a reference to the context around all the time. + https://bugzilla.gnome.org/show_bug.cgi?id=701985 + +2013-06-09 17:20:22 +0200 Sebastian Dröge + + * tools/gst-launch.c: + gst-launch: Improve GstContext handling + https://bugzilla.gnome.org/show_bug.cgi?id=700967 + +2013-06-07 13:07:37 +0200 Kim Lam + + * win32/vs10/base/base.vcxproj: + win32: Don't include gstcollectpads.c twice + https://bugzilla.gnome.org/show_bug.cgi?id=701603 + +2013-05-31 09:39:55 -0600 Brendan Long + + * plugins/elements/gstinputselector.c: + input-selector: send notify::active signal for input-selector pads. + https://bugzilla.gnome.org/show_bug.cgi?id=701319 + +2013-06-06 16:46:12 +0200 Sebastian Dröge + + * libs/gst/base/gstbasesrc.c: + basesrc: Only force-update the duration for dynamic sources when doing the DURATION query + Doing it after every single create() is not very efficient and not necessary. + Especially on network file systems fstat() is not cached and causes network + traffic, making the source possibly unusable slow. + https://bugzilla.gnome.org/show_bug.cgi?id=652037 + +2013-06-05 18:36:40 +0200 Sebastian Dröge + + * configure.ac: + Back to development + +=== release 1.1.1 === + +2013-06-05 17:58:51 +0200 Sebastian Dröge + + * ChangeLog: + * NEWS: + * RELEASE: + * common: + * configure.ac: + * docs/plugins/gstreamer-plugins.args: + * docs/plugins/gstreamer-plugins.hierarchy: + * docs/plugins/inspect/plugin-coreelements.xml: + * gstreamer.doap: + * win32/common/config.h: + * win32/common/gstenumtypes.c: + * win32/common/gstenumtypes.h: + * win32/common/gstversion.h: + Release 1.1.1 + +2013-06-05 16:06:35 +0200 Sebastian Dröge + + * po/af.po: + * po/az.po: + * po/be.po: + * po/bg.po: + * po/ca.po: + * po/cs.po: + * po/da.po: + * po/de.po: + * po/el.po: + * po/en_GB.po: + * po/eo.po: + * po/es.po: + * po/eu.po: + * po/fi.po: + * po/fr.po: + * po/gl.po: + * po/hu.po: + * po/id.po: + * po/it.po: + * po/ja.po: + * po/lt.po: + * po/nb.po: + * po/nl.po: + * po/pl.po: + * po/pt_BR.po: + * po/ro.po: + * po/ru.po: + * po/rw.po: + * po/sk.po: + * po/sl.po: + * po/sq.po: + * po/sr.po: + * po/sv.po: + * po/tr.po: + * po/uk.po: + * po/vi.po: + * po/zh_CN.po: + * po/zh_TW.po: + Update .po files + +2013-06-05 15:14:14 +0200 Sebastian Dröge + + * common: + Automatic update of common submodule + From 098c0d7 to 01a7a46 + +2013-06-05 11:02:50 +0200 Edward Hervey + + * gst/gstbufferpool.c: + * gst/gstvalue.c: + * gst/gstvalue.h: + * win32/common/libgstreamer.def: + gstvalue: Add _append_and_take_value() public variants + API: gst_value_array_append_and_take_value + API: gst_value_list_append_and_take_value + We were already using this internally, this makes it public for code + which frequently appends values which are expensive to copy (like + structures, arrays, caps, ...). + Avoids copies of the values for users. The passed GValue will also + be 0-memset'ed for re-use. + New users can replace this kind of code: + gst_value_*_append_value(mycontainer, &myvalue); + g_value_unset(&myvalue); + by: + gst_value_*_append_and_take_value(mycontainer, &myvalue); + https://bugzilla.gnome.org/show_bug.cgi?id=701632 + +2013-05-29 17:20:34 +0200 Edward Hervey + + * gst/gstbuffer.c: + gstbuffer: Use internal function for buffer_new_wrapped + Shaves ~10% instruction calls from the total cost + https://bugzilla.gnome.org/show_bug.cgi?id=701633 + +2013-05-30 22:57:49 -0600 Brendan Long + + * plugins/elements/gstinputselector.c: + input-selector: return FALSE for "active" property if selector is NULL + https://bugzilla.gnome.org/show_bug.cgi?id=701323 + +2013-06-01 14:00:22 +0100 Andrzej Bieniek + + * docs/manual/advanced-threads.xml: + manual: update elements to match the rest of "Boost priority of a thread" section + +2013-06-01 13:55:50 +0100 Andrzej Bieniek + + * docs/manual/advanced-dataaccess.xml: + manual: fix comment in effectswitch example + +2013-06-01 13:49:18 +0100 Andrzej Bieniek + + * docs/manual/advanced-dataaccess.xml: + manual: fix a typo in "Inserting data with appsrc" section + +2013-06-01 13:22:22 +0100 Andrzej Bieniek + + * docs/pwg/advanced-dparams.xml: + * docs/pwg/advanced-qos.xml: + * docs/pwg/appendix-checklist.xml: + pwg: fix a few typos + +2013-05-31 23:37:07 +0100 Andrzej Bieniek + + * docs/pwg/advanced-allocation.xml: + * docs/pwg/building-boiler.xml: + * docs/random/porting-to-1.0.txt: + docs: remove double "the" + +2013-05-28 23:34:54 +0100 Krzysztof Konopko + + * scripts/git-update.sh: + scripts: improve git-update.sh status message + By default when the script is about to exit (normally or due to an error), + it checks whether $ERROR_LOG file exists. If the log file exists, the + script prints a "Failures: " message prefix and dumps the log file to the + output. + Apparently the log file is always created and if the update/build is + successful, the script finishes with a bit misleading "Failures: " message. + An improvement provided with this change lets the log file to be created as + needed, i.e. if there's an error message to be printed. If the file + doesn't exists, the script prints a "Update done" message which clearly + indicates success. + https://bugzilla.gnome.org/show_bug.cgi?id=701177 + +2013-05-30 07:03:40 +0200 Wim Taymans + + * tests/check/generic/sinks.c: + check: fix position unit test + +2013-05-30 06:51:24 +0200 Wim Taymans + + * libs/gst/base/gstbasesink.c: + basesink: improve position reporting without clock + When no base time or when sync is disabled, use the same logic as + in paused to report position. The logic in PLAYING assumes we use the + clock. + +2013-05-29 11:36:38 +0200 Sebastian Dröge + + * tests/check/gst/gstpad.c: + pad: Fix memory leak in the unit test + +2013-05-28 12:44:19 +0200 Sebastian Dröge + + * gst/gstelementfactory.c: + elementfactory: Add support for checking subtitle/metadata factory types + +2013-05-28 12:41:27 +0200 Sebastian Dröge + + * gst/gstelementfactory.c: + elementfactory: Add support for checking only the media type of a factory + And while at it also add Metadata and Subtitle media types. + +2013-05-27 16:38:18 +0200 Sebastian Dröge + + * plugins/elements/gstmultiqueue.c: + * plugins/elements/gstqueue.c: + (multi)queue: Don't access query items during flushing + +2013-05-27 16:22:00 +0200 Sebastian Dröge + + * plugins/elements/gstmultiqueue.c: + multiqueue: Don't do serialized queries when we're flushing + Just immediately fail the query, otherwise we would wait forever + for the query to be answered. + +2013-05-27 16:08:39 +0200 Sebastian Dröge + + * plugins/elements/gstqueue2.c: + queue2: First set query result, then signal GCond + +2013-05-27 15:59:07 +0200 Sebastian Dröge + + * plugins/elements/gstqueue.c: + * plugins/elements/gstqueue.h: + queue: Fix handling of serialized queries + During FLUSH_START the query needs to be unblocked already, otherwise + it can lead to deadlocks if the FLUSH_START is the result of something + done from the streaming thread of the srcpad (the queue will never be + emptied!). + +2013-05-27 15:41:14 +0200 Sebastian Dröge + + * plugins/elements/gstqueue2.c: + queue2: Unblock any waiting serialize queries on FLUSH_START + Fixes some deadlocks during flushing. + And store queue items differently to not accidentially read + already unreffed queries when flushing. Queries are owned by + upstream and not us. + +2013-05-27 13:01:43 +0200 Sebastian Dröge + + * plugins/elements/gstmultiqueue.c: + * plugins/elements/gstqueue.c: + * plugins/elements/gstqueue2.c: + queue/queue2/multiqueue: When flushing, make sure to not lose any sticky events + https://bugzilla.gnome.org/show_bug.cgi?id=688824 + +2013-05-27 12:40:50 +0200 Sebastian Dröge + + * gst/gstpad.c: + pad: Store sticky events even if the pad is flushing + But do this only for events that are not dropped by flushing, + i.e. do it only for everything except SEGMENT and EOS. + Without this we might drop a CAPS event if flushing happens + at an unfortunate time and nobody is resending the CAPS event. + https://bugzilla.gnome.org/show_bug.cgi?id=700806 + +2013-05-25 22:03:53 -0400 Nicolas Dufresne + + * plugins/elements/gstvalve.c: + valve: Don't read sticky flag from unrefed event + +2013-05-24 23:28:04 +0100 Tim-Philipp Müller + + * plugins/elements/gsttee.c: + tee: fix property description for now-unused "alloc-pad" property + Should probably proxy ALLOCATION queries on that though, if set. + But what else? CAPS and ACCEPT_CAPS too? + +2013-05-24 23:01:09 +0100 Tim-Philipp Müller + + * libs/gst/base/gstbasetransform.c: + basetransform: remove 0.10-ism from docs + gst_buffer_pad_alloc() never existed, and gst_pad_alloc_buffer() + doesn't exist any more either, so don't mention it in the docs. + https://bugzilla.gnome.org/show_bug.cgi?id=694714 + +2013-05-24 19:22:22 +0200 Sebastian Dröge + + * plugins/elements/gstqueue2.c: + * plugins/elements/gstqueue2.h: + queue2: Add support for serialized queries if using a memory queue + +2013-05-24 18:47:24 +0200 Sebastian Dröge + + * plugins/elements/gstqueue.c: + queue: Set the last serialized query result to FALSE when flushing + +2013-05-24 18:42:55 +0200 Sebastian Dröge + + * plugins/elements/gstmultiqueue.c: + multiqueue: Initialize all GstMultiQueueItem fields in both code paths + +2013-05-24 18:38:40 +0200 Sebastian Dröge + + * plugins/elements/gstmultiqueue.c: + multiqueue: Don't access the query after signalling the waiting thread + It might've free'd the query already. + +2013-05-24 18:30:44 +0200 Sebastian Dröge + + * plugins/elements/gstmultiqueue.c: + multiqueue: Make sure to always signal any possible pending serialized queries + And don't unref them when flushing the queue, they're owned by the caller! + https://bugzilla.gnome.org/show_bug.cgi?id=700342 + +2013-05-24 14:37:19 +0200 Sebastian Dröge + + * libs/gst/base/gstbasetransform.c: + basetransform: Return GST_FLOW_ERROR if the allocator did not allow to allocate a buffer + +2013-05-24 16:24:10 +0900 Olivier Crête + + * docs/manual/appendix-integration.xml: + docs: Remove mention of gconf* elements + Instead recommend pulsesrc/sink for audio, there is nothing GNOME + specific for video. + +2013-05-15 13:22:04 +0200 Sebastian Dröge + + * plugins/elements/gsttypefindelement.c: + typefind: Handle the force-caps property more similar to all typefinding code flow + This makes sure that events happen in order and simplifies the code a bit. + +2013-05-15 11:21:46 +0200 Sebastian Dröge + + * libs/gst/check/gstcheck.c: + check: Fix event handling in gst_check_element_push_buffer_list() + +2013-05-15 10:51:01 +0200 Sebastian Dröge + + * common: + Automatic update of common submodule + From 5edcd85 to 098c0d7 + +2013-05-10 16:03:34 +0200 Sebastian Dröge + + * gst/gstpad.c: + pad: Only check if we get buffers before stream-start/segment if compiling without G_DISABLE_ASSERT + In releases this is set usually. + +2013-05-09 17:17:14 -0400 Nicolas Dufresne + + * docs/libs/gstreamer-libs-sections.txt: + * libs/gst/check/Makefile.am: + * libs/gst/check/gstcheck.c: + * libs/gst/check/gstcheck.h: + check: Add helper that sends initial events + https://bugzilla.gnome.org/show_bug.cgi?id=700033 + +2013-05-09 17:22:16 +0200 Sebastian Dröge + + * gst/gstpad.c: + pad: Fix uninitialized variable compiler warning + +2013-05-09 17:21:13 +0200 Sebastian Dröge + + * gst/gstpad.c: + pad: Make sure pending, older sticky events are sent downstream in dynamic linking scenarios + If a pad block was triggered from sending a sticky event downstream, it + could happen that the pad block is relinking pads, which then requires + to resend previous sticky events. + +2013-05-09 13:32:07 +0200 Sebastian Dröge + + * tests/check/elements/fakesink.c: + * tests/check/elements/filesink.c: + * tests/check/elements/funnel.c: + * tests/check/elements/identity.c: + * tests/check/elements/multiqueue.c: + * tests/check/elements/queue.c: + * tests/check/elements/queue2.c: + * tests/check/elements/selector.c: + * tests/check/elements/tee.c: + * tests/check/generic/sinks.c: + * tests/check/gst/gstghostpad.c: + * tests/check/gst/gstpad.c: + * tests/check/libs/collectpads.c: + tests: Fix event order warnings and dataflow before stream-start/segment event + +2013-05-09 13:31:38 +0200 Sebastian Dröge + + * tests/check/libs/test_transform.c: + * tests/check/libs/transform1.c: + basetransform: Properly port unit test to actually use caps and check results + +2013-05-09 12:50:20 +0200 Sebastian Dröge + + * plugins/elements/gstqueue.c: + queue: Store sticky events on the srcpad if we're dropping them because of leaking + +2013-05-09 12:27:12 +0200 Sebastian Dröge + + * plugins/elements/gstoutputselector.c: + outputselector: Always forward sticky events to all pads + +2013-05-09 12:15:48 +0200 Sebastian Dröge + + * plugins/elements/gstinputselector.c: + inputselector: Forward all sticky events, including stream-start + +2013-05-09 11:05:50 +0200 Sebastian Dröge + + * gst/gstpad.c: + pad: Warn if data flow happens before stream-start or segment event + +2013-05-09 10:59:41 +0200 Sebastian Dröge + + * gst/gstpad.c: + pad: Only let gst_pad_sticky_events_foreach() iterate over existing events + +2013-05-09 10:29:11 +0200 Sebastian Dröge + + * gst/gstpad.c: + pad: If we push sticky events because of another sticky event, only push those that come before the new event + https://bugzilla.gnome.org/show_bug.cgi?id=699937 + +2013-05-09 09:50:41 +0200 Sebastian Dröge + + * plugins/elements/gstcapsfilter.c: + capsfilter: Add more debug output and forward caps events immediately too + +2013-05-09 09:42:33 +0200 Sebastian Dröge + + * gst/gstpad.c: + pad: No sticky events must arrive after EOS + +2013-05-09 09:38:35 +0200 Sebastian Dröge + + * plugins/elements/gstcapsfilter.c: + capsfilter: Fix typo in last commit + +2013-05-08 19:44:09 -0400 Nicolas Dufresne + + * gst/gstpad.c: + pad: Improve warning message naming events type name + With this patch, message should look like ¨Sticky event misordering, got + 'caps' before 'stream-start'¨ making it faster to debug. + https://bugzilla.gnome.org/show_bug.cgi?id=688188 + +2013-05-08 18:19:48 -0400 Nicolas Dufresne + + * gst/gstpad.c: + pad: Only inforce STREAM_START, CAPS and SEGMENT ordering + Previous patch was inforcing a complete ordering of the sticky events, while + in fact, only STREAM_START, CAPS and SEGMENT events need proper ordering. + See: https://bugzilla.gnome.org/show_bug.cgi?id=688188 + +2013-05-09 09:32:49 +0200 Sebastian Dröge + + * plugins/elements/gstcapsfilter.c: + * plugins/elements/gstcapsfilter.h: + capsfilter: Send all events that should happen after CAPS after the CAPS event + +2013-05-08 21:45:08 -0400 Nicolas Dufresne + + * plugins/elements/gstcapsfilter.c: + * plugins/elements/gstcapsfilter.h: + capsfilter: Send caps before segment + In the case the source has no caps, caps must be sent before segment. This + fixes few unit tests that where failing due to the new misordering warning. + https://bugzilla.gnome.org/show_bug.cgi?id=699968 + +2013-05-07 21:53:37 -0400 Nicolas Dufresne + + * gst/gstpad.c: + pad: Detect, fix and warn when sticky events are in wrong order + We can prevent buggy element from causing other elements to fail or crash + by sorting sticky event at insertion. In this case, we also warn as this + is not supposed to happen. + See: https://bugzilla.gnome.org/show_bug.cgi?id=688188 + +2013-05-08 10:26:15 +0100 Tim-Philipp Müller + + * tests/check/gst/gstbuffer.c: + tests: add some basic checks for gst_buffer_fill() + +2013-05-08 10:25:36 +0100 Tim-Philipp Müller + + * gst/gstbuffer.c: + buffer: allow calling _fill() with a NULL data pointer if size is 0 bytes + +2013-05-07 16:46:32 +0200 Sebastian Dröge + + * libs/gst/base/gstbasesrc.c: + basesrc: Add FIXME comment for unused assignment results + +2013-05-07 15:18:06 +0100 Tim-Philipp Müller + + * docs/manual/advanced-metadata.xml: + docs: fix typo in metadata section in app dev manual + There's no g_tag_list_get_xyz(). + +2013-05-07 14:47:09 +0300 Sreerenj Balachandran + + * libs/gst/controller/gsttimedvaluecontrolsource.c: + controller: Fix the function signature and a minor typo fix + https://bugzilla.gnome.org/show_bug.cgi?id=699827 + +2013-05-06 18:47:44 -0400 Nicolas Dufresne + + * plugins/elements/gsttypefindelement.c: + typefind: Send stream-start before anything else + To do so, send stream-start when the streaming thread goes up for the first + time. + https://bugzilla.gnome.org/show_bug.cgi?id=699767 + +2012-12-26 11:54:51 +0000 David Rothlisberger + + * tools/gstreamer-completion: + tools/gstreamer-completion: Allow 1.0 and 0.10 scripts installed simultaneously + As long as the scripts' filenames are different, and the _gst_inspect + and _gst_launch functions are named differently, the completion scripts + for GStreamer 1.0 and 0.10 can be installed side-by-side in + /etc/bash_completion.d. + On my 0.10 branch† the completion script is renamed to + "gstreamer-completion-0.10" and the functions are renamed to + "_gst_inspect_0_10" and "_gst_launch_0_10". The remaining helper + functions should remain identical (the command-line interface to + gst-inspect hasn't changed, nor has the format of the gst-launch + pipeline), so it doesn't matter if the 1.0 script overrides the 0.10 + script's definitions. + Note that I don't expect there to be another GStreamer 0.10 release, so + the 0.10 completion script will probably never be officially released; + but it is still worthwhile allowing both scripts to be installed + alongside each other, for those who install the 0.10 completion script + manually. + Fixes: #690515 + † https://github.com/drothlis/gstreamer/blob/bash-completion-0.10/tools/gstreamer-completion-0.10 + +2012-12-21 18:13:53 +0000 David Rothlisberger + + * tests/misc/test-gstreamer-completion.sh: + * tools/gstreamer-completion: + tools/gstreamer-completion: Complete option & property values on bash 3.2 + Bash 3's completion doesn't split words by characters in + COMP_WORDBREAKS. In particular it doesn't split at "=" signs. Now + _gst_launch_parse handles both bash 3 and 4 format of COMP_WORDS. + Note that "${cur%%=*}" means cur's value with the longest possible match + of "=*" deleted from the end; "${cur#*=}" means cur's value with the + shortest possible match of "*=" deleted from the beginning. See + http://www.gnu.org/software/bash/manual/html_node/Shell-Parameter-Expansion.html + Regardless of the version of bash running the unit tests, I can test for + both behaviours because the unit test populates COMP_WORDS manually. So + this tests the bash 3 behaviour: + test_gst_inspect_completion --gst-debug-level=4 + and this tests the bash 4 behaviour: + test_gst_inspect_completion --gst-debug-level = 4 + +2012-12-21 08:56:26 +0000 David Rothlisberger + + * tests/misc/test-gstreamer-completion.sh: + * tools/gstreamer-completion: + tools/gstreamer-completion: Bash 3.2 compatibility fixes + Compatible with bash 3.2; doesn't require the bash-completion package at + all (though the easiest way to install this script is still to install + bash-completion, and then drop this script into /etc/bash_completion.d). + Note that bash 3 doesn't break COMP_WORDS according to characters in + COMP_WORDBREAKS, so "property=val" looks like a single word, so this + won't complete property values (on bash 3). Similarly, + "--gst-debug-level=" won't complete properly (on bash 3), but + "--gst-debug-level " will. + For that reason, I now offer "--gst-debug-level" etc as completions + instead of "--gst-debug-level=". + Functions "_init_completion" and "_parse_help" were provided by the + bash-completion package >= 2.0; now I roll my own equivalent of + "_parse_help", and instead of "_init_completion" I use + "_get_comp_words_by_ref" which is available from bash-completion 1.2 + onwards. If the bash-completion package isn't available at all I use + bash's raw facilities, at the expense of not completing properly when + the cursor is in the middle of a word. + The builtin "compopt" doesn't exist in bash 3; those users will just + have to live with the inconvenience of "property=" completing to + "property= " with a trailing space. Property values aren't completed + properly anyway on bash 3 (see above). + "[[ -v var ]]" to test whether a variable is set, also doesn't exist in + bash 3. Neither does ";;&" to fall through in a "case" statement. + In the unit tests: + * On my system (OS X), "#!/bin/bash" is bash 3.2, whereas + "#!/usr/bin/env bash" is the 4.2 version I built myself. + * I have to initialise array variables like "expected=()", or bash 3 + treats "+=" as appending to an array already populated with one empty + string. + +2012-12-19 10:46:50 +0000 David Rothlisberger + + tools/gstreamer-completion: Support gst-inspect, and gst-launch element properties + Completes options like "--gst-debug-level" and the values of some of + those options; completes gst-launch pipeline element names, property + names, and even property values (for enum or boolean properties only). + Doesn't complete all caps specifications, nor element names specified + earlier in the pipeline with "name=...". + The GStreamer version number is hard-coded into the completion script: + This patch is off the master branch and has the version hard-coded as + "1.0"; it needs to be updated if backported to the 0.10 branch. You + could always create a "gstreamer-completion.in" that has the appropriate + version inserted by "configure", but I'd rather not do that. The + hard-coded version is consistent with the previous implementation of + gstreamer-completion, which had the registry path hard-coded as + ~/.gstreamer-1.0/registry.xml. + Note that GStreamer 0.10 installs "gst-inspect" and "gst-inspect-0.10". + "gst-inspect --help" only prints 4 flags (--help, --print, --gst-mm, + gst-list-mm) whereas "gst-inspect-0.10 --help-all" prints the full list + of flags. The same applies to "gst-launch" and "gst-launch-0.10". + GStreamer 1.0 only installs "gst-inspect-1.0", not "gst-inspect". + Requires bash 4; only tested with bash 4.2. Requires "bash-completion" + (which you install with your system's package manager). + Put this in /etc/bash_completion.d/ or in `pkg-config + --variable=compatdir bash-completion`, where it will be loaded at the + beginning of every new terminal session; + or in `pgk-config --variable=completionsdir bash-completion`, renamed to + match the name of the command it completes (e.g. "gst-launch-1.0", with + an additional symlink named "gst-inspect-1.0"), where it will be + autoloaded when needed. + test-gstreamer-completion.sh is (for now) in tests/misc -- it might be + worth creating "tests/check/tools", with all the necessary automake + boilerplate, and moving test-gstreamer-completion.sh there, and have it + run automatically with "make check". + IF YOU'RE NEW TO BASH COMPLETION SCRIPTS + ---------------------------------------- + "complete -F _gst_launch gst-launch-1.0" means that bash will run the + function "_gst_launch" to generate possible completions for the command + "gst-launch-1.0". + "_gst_launch" must return the possible completions in the array variable + COMPREPLY. (Note on bash syntax: "V=(a b c)" assigns three elements to + the array "V"). + "compgen" prints a list of possible completions to standard output. Try + it: + compgen -W "abc1 abc2 def" -- "a" + compgen -f -- "/" + The last argument is the word currently being completed; compgen uses it + to filter out the non-matching completions. We put "--" first, in case + the word currently being completed starts with "-" or "--", so that it + isn't treated as a flag to compgen. + For the documentation of COMP_WORDS, COMP_CWORD, etc see + http://www.gnu.org/software/bash/manual/html_node/Bash-Variables.html#index-COMP_005fCWORD-180 + See also: + * http://www.gnu.org/software/bash/manual/html_node/Programmable-Completion.html + * http://www.gnu.org/software/bash/manual/html_node/Programmable-Completion-Builtins.html + The bash-completion package provides the helper function + "_init_completion" which populates variables "cur", "prev", and "words". + See + http://anonscm.debian.org/gitweb/?p=bash-completion/bash-completion.git;a=blob;f=bash_completion;h=870811b4;hb=HEAD#l634 + Note that by default, bash appends a space to the completed word. When + the completion is "property=" we don't want a trailing space; calling + "compopt -o nospace" modifies the currently-executing completion + accordingly. See + http://www.gnu.org/software/bash/manual/html_node/Programmable-Completion-Builtins.html#index-compopt + +2012-11-13 16:36:46 +0000 David Rothlisberger + + * tools/gstreamer-completion: + tools/gstreamer-completion: Updated to work with the binary registry + The original registry was in xml format (~/.gstreamer-*/registry.xml). A + binary registry format was added in 2007 (commit ebf0c9d3) and made the + default in 2008 (commit 3f39fd7e). In 0.10 you could still choose at + "configure" time to use the xml registry instead; in 1.0 the binary + registry is your only choice. + This change to gstreamer-completion should work with either format + because it parses the output of "gst-inspect" instead of reading the + registry file directly. + Note that _gst_launch no longer needs an explicit "return 0" because, + unlike the previous grep command, compgen always returns 0 (unless a + genuine error occurs). + Just like the previous implementation by David Schleef, this "only + completes names of features, but that's 90% of what I want it for." + +2013-04-29 21:11:36 +0200 Stefan Sauer + + * docs/random/porting-to-1.0.txt: + porting-to-1.0.txt: nit clarification + It is the process context that matters. + +2013-04-29 13:20:11 +0200 Sebastian Dröge + + * plugins/elements/gsttypefindelement.c: + typefind: Always leave TYPEFIND mode when we're stopping typefinding + +2013-04-29 13:03:24 +0200 Sebastian Dröge + + * plugins/elements/gsttypefindelement.c: + typefind: Simplify code + This is only called when in TYPEFIND mode. + +2013-04-29 12:58:07 +0200 Sebastian Dröge + + * plugins/elements/gsttypefindelement.c: + typefind: Push pending events independent of the existence of a downstream chain function and peer + Downstream might create a peer only as result of the events in theory. + +2013-04-29 12:56:54 +0200 Sebastian Dröge + + * plugins/elements/gsttypefindelement.c: + typefind: Only push CAPS event once if we get one from upstream + https://bugzilla.gnome.org/show_bug.cgi?id=692784 + +2013-04-29 12:54:27 +0200 Sebastian Dröge + + * plugins/elements/gsttypefindelement.c: + typefind: Stop typefinding if we get a CAPS event from upstream + +2013-04-29 12:52:46 +0200 Sebastian Dröge + + * plugins/elements/gsttypefindelement.c: + typefind: Improve handling of GAP events + There's still room for improvement though. + +2013-04-29 12:48:29 +0200 Sebastian Dröge + + * plugins/elements/gsttypefindelement.c: + typefind: Forward events that should happen before the caps event directly + There's no point in storing them and sending them later, and doing so would + later require to distinguish between events that should come before caps and + after. + https://bugzilla.gnome.org/show_bug.cgi?id=692784 + +2013-04-29 12:48:13 +0200 Sebastian Dröge + + * plugins/elements/gsttypefindelement.c: + typefind: Only push pending buffers and events if we have caps + +2013-04-29 12:39:20 +0200 Sebastian Dröge + + * plugins/elements/gsttypefindelement.c: + typefind: Remove code that would cause caps to be sent twice + Whenever we set typefind->caps we will also send a caps event downstream. + +2013-04-27 20:33:06 +0200 Wim Taymans + + * docs/pwg/advanced-allocation.xml: + pwg: improve allocation docs + +2013-04-27 11:46:13 +0100 Tim-Philipp Müller + + * libs/gst/check/gstcheck.c: + check: set CK_TIMEOUT_MULTIPLIER on ARM + https://bugzilla.gnome.org/show_bug.cgi?id=695599 + +2013-04-27 00:05:45 +0100 Tim-Philipp Müller + + * plugins/elements/gsttypefindelement.c: + * tests/check/pipelines/simple-launch-lines.c: + typefind: fix caps leak when used in connection with uridecodebin and playbin + Don't leak forced sink caps. + +2013-04-22 18:08:43 -0300 Thibault Saunier + + * libs/gst/controller/gsttimedvaluecontrolsource.c: + controller: Fix element-type annotations + +2013-04-25 16:38:49 +0200 Sebastian Dröge + + * plugins/elements/gstinputselector.c: + inputselector: Try to not push read-only buffers + We should only increase the refcount before pushing if we're + really going to use the buffer afterwards. + +2013-04-25 07:15:39 +0200 Alessandro Decina + + * tests/check/gst/gstpad.c: + tests: add check for FLUSH pad probes + +2013-04-24 08:40:32 +0200 Alessandro Decina + + * gst/gstpad.c: + gstpad: run probes for FLUSH events sent with gst_pad_send_event + Move probe handling in gst_pad_send_event_unchecked so that probes are run for + FLUSH events too. + +2013-04-24 15:58:49 +0200 Sebastian Dröge + + * libs/gst/net/gstnetclientclock.c: + * libs/gst/net/gstnettimeprovider.c: + netclock: Add support for IPv6 + +2013-04-24 12:30:07 +0100 Tim-Philipp Müller + + * docs/random/porting-to-1.0.txt: + porting-to-1.0.txt: add troubleshooting section + Add note about "cannot register existing type `GstObject'" warning. + +2013-04-23 11:47:54 +0200 Sebastian Dröge + + * libs/gst/base/gstbaseparse.c: + baseparse: Only infer TS if PTS interpolation is enabled + Otherwise this is breaking timestamps of formats that + need reordering. + https://bugzilla.gnome.org/show_bug.cgi?id=597662 + +2013-04-23 11:17:05 +0200 Wim Taymans + + * gst/gstpad.c: + pad: notify caps property on NULL as well + Also notify the caps property when it changes to NULL + +2013-04-23 11:16:16 +0200 Wim Taymans + + * gst/gstpad.c: + pad: clarify locking + +2013-04-22 23:50:17 +0100 Tim-Philipp Müller + + * MAINTAINERS: + * README: + * README.static-linking: + * common: + Automatic update of common submodule + From 3cb3d3c to 5edcd85 + +2013-04-19 15:01:20 +0200 Sebastian Dröge + + * docs/design/Makefile.am: + * docs/design/part-context.txt: + * gst/gstcontext.c: + part-context: Write some design documentation about GstContext + +2013-04-19 13:21:34 +0200 Sebastian Dröge + + * docs/design/part-caps.txt: + part-caps: Add more information about caps features, caps semantics and how to use them + +2013-04-19 11:23:31 +0200 Sebastian Dröge + + * docs/design/part-caps.txt: + * gst/gstcapsfeatures.c: + capsfeatures: Add documentation about ANY GstCapsFeatures + +2013-04-19 10:24:06 +0200 Sebastian Dröge + + * libs/gst/base/gstbasesink.c: + basesink: Don't set last_render_time if we're checking for a late buffer before ::prepare() + This makes sure that at least one buffer per second is rendered if buffers + are dropped before ::prepare. Without this change, at least one buffer per + second wouldn't be too late before ::prepare anymore but would be dropped + before ::render because of last_render_time being set before ::prepare + already. + +2013-02-08 03:57:44 -0200 Andre Moreira Magalhaes (andrunko) + + * gst/gstvalue.c: + gstvalue: Add compare function for caps + +2013-01-15 16:57:20 -0300 Thiago Santos + + * libs/gst/base/gstdataqueue.c: + * libs/gst/base/gstdataqueue.h: + * win32/common/libgstbase.def: + dataqueue: add gst_data_queue_peek + This function works just like gst_data_queue_pop, but it doesn't + remove the object from the queue. + Useful when inspecting multiple GstDataQueues to decide from which + to pop the element from. + Add: gst_data_queue_peek + +2013-04-18 10:14:09 +0100 Tim-Philipp Müller + + * tests/check/gst/.gitignore: + tests: ignore new test binary + +2013-04-18 10:13:30 +0100 Tim-Philipp Müller + + * tools/gst-launch.c: + tools: update for latest context API changes + +2013-04-18 10:17:44 +0200 Sebastian Dröge + + * docs/gst/gstreamer-sections.txt: + * gst/gstcontext.c: + * gst/gstcontext.h: + * tests/check/gst/gstcontext.c: + * win32/common/libgstreamer.def: + context: Add gst_context_writable_structure() and let get_structure() return const again + +2013-04-18 00:44:32 +0100 Tim-Philipp Müller + + * gst/printf/printf-parse.c: + * tests/check/gst/gstinfo.c: + printf: fix handling of old printf extension specifiers for ABI compatibility + Fixes abort when the old specifiers are used. Fix up the conversion + specifier, it would get overwritten with 'c' below to the extension + format char, which then later is unhandled, leading to the abort. + Also fix up and enable unit test for this. + https://bugzilla.gnome.org/process_bug.cgi + +2013-04-18 00:28:00 +0100 Tim-Philipp Müller + + * tests/check/gst/gstinfo.c: + tests: add unit test for old printf extension specifiers + To make sure we maintain binary compatibility with the old + specifiers. + https://bugzilla.gnome.org/show_bug.cgi?id=698242 + +2013-04-18 00:19:23 +0100 Tim-Philipp Müller + + * libs/gst/check/gstcheck.h: + check: run skipped tests if explicitly requested via GST_CHECKS + If a test that's disabled with tcase_skip_broken_test() is listed + in the GST_CHECKS environment variable, run it anyway. + +2013-04-17 13:47:35 +0200 Sebastian Dröge + + * tools/gst-launch.c: + gst-launch: Add GstContext support + gst-launch will collect all the contexts from the pipeline elements + and update the overall pipeline context with it. + +2013-04-17 12:44:29 +0200 Sebastian Dröge + + * tests/check/Makefile.am: + * tests/check/gst/gstcontext.c: + context: Add unit test for GstContext + +2013-04-17 12:17:49 +0200 Sebastian Dröge + + * gst/gstcontext.c: + * gst/gstcontext.h: + context: Return a non-const GstStructure to make code simpler and update docs + +2013-03-29 14:56:57 +0100 Philippe Normand + + * docs/design/part-scheduling.txt: + * gst/gstquery.h: + * win32/common/gstenumtypes.c: + query: new _BANDWIDTH_LIMITED flag + Source elements with limited bandwidth capabilities and supporting + buffering for downstream elements should set this flag when answering + a scheduling query. This is useful for the on-disk buffering scenario + of uridecodebin to avoid checking the URI protocol against a list of + hardcoded protocols. + Bug 693484 + +2013-04-16 09:55:00 +0100 Tim-Philipp Müller + + * docs/random/porting-to-1.0.txt: + docs: fix missing flacdec in porting-to-1.0 pipeline example + +2013-04-16 09:03:52 +0100 Tim-Philipp Müller + + * docs/random/porting-to-1.0.txt: + docs: add note about decoders and parsers to porting-to-1.0 doc + +2012-10-24 11:58:35 +0200 Sebastian Dröge + + * configure.ac: + * gst/gstplugin.h: + * plugins/elements/Makefile.am: + gst: Add better support for static plugins + API: GST_PLUGIN_STATIC_DECLARE() + API: GST_PLUGIN_STATIC_REGISTER() + Based on a patch by Håvard Graff . + This now allows GST_PLUGIN_DEFINE() to create a static plugin if + GST_PLUGIN_BUILD_STATIC is defined. The resulting plugin can be + statically linked or dynamically linked during compilation but + can't be dynamically loaded during runtime. + Also adds GST_PLUGIN_STATIC_DECLARE() and GST_PLUGIN_STATIC_REGISTER(), + which allows to register a static linked plugin easily. + It is still required to manually register every single statically linked + plugin from inside the application as this can't be automated in a portable + way. + A new configure parameter --enable-static-plugins was added that allows + to build all plugins we build here as static plugins. + Fixes bug #667305. + +2013-04-12 13:50:39 +1200 Douglas Bagnall + + * docs/manual/appendix-porting.xml: + manual: Patch manual to refer to porting guide + https://bugzilla.gnome.org/show_bug.cgi?id=697845 + +2013-04-13 19:43:10 +0300 Sreerenj Balachandran + + * gst/gstpluginfeature.c: + pluginfeature: Fix the GstPluginFeature name comparison. + The gst_plugin_feature_rank_compare_func() should return + negative value, if the rank of both PluginFeatures are equal and + the name of first PluginFeature comes before the second one. + https://bugzilla.gnome.org/show_bug.cgi?id=697990 + +2013-04-14 17:54:22 +0100 Tim-Philipp Müller + + * common: + Automatic update of common submodule + From 2736592 to 3cb3d3c + +2013-04-14 17:25:35 +0100 Tim-Philipp Müller + + * autogen.sh: + * common: + Automatic update of common submodule + From aed87ae to 2736592 + +2013-04-14 11:33:41 +0100 Tim-Philipp Müller + + * gst/printf/printf.c: + * gst/printf/printf.h: + printf: disable some unused printf variants + +2013-04-14 11:23:10 +0100 Tim-Philipp Müller + + * gst/printf/gst-printf.h: + printf: use sprintf() to work around glibc complaining about %n in a writable format string + Don't use snprintf(), but use sprintf instead and do our own + length calculations, because glibc may complain about us passing + %n in a format string if the string is in writable memory, and + here the format string is always in writable memory since we + construct it on the fly. This happens if glibc has been compiled + with _FORTIFY_SOURCE=2, which seems to be the case on some + distros/systems). On the upside, we now use the sprintf code path + on all systems which should be better from a maintenance point + of view. + https://bugzilla.gnome.org/show_bug.cgi?id=697970 + +2013-04-13 12:18:28 +0100 Tim-Philipp Müller + + * tests/check/gst/gstpoll.c: + tests: skip all GstPoll tests on Windows + As they don't work there, and it's non-trivial to fix. + https://bugzilla.gnome.org/show_bug.cgi?id=697609 + +2013-04-13 12:00:12 +0100 Tim-Philipp Müller + + * tools/gst-inspect.c: + gst-inspect: only add a '*' for non-'gpointer' pointers + Spotted by Jose Antonio Santos Cadena. + https://bugzilla.gnome.org/show_bug.cgi?id=697791 + +2013-04-12 14:48:29 +0200 Gwenole Beauchesne + + * gst/gstplugin.h: + plugin: fix name expansion for GST_PLUGIN_DEFINE macro + Make GST_PLUGIN_DEFINE use G_STRINGIFY() to convert the name argument + into a meaningful string. The advantage of this is that `name' can be + expanded from other macros defined in the plug-in element. + Signed-off-by: Gwenole Beauchesne + https://bugzilla.gnome.org/show_bug.cgi?id=697872 + +2013-04-13 11:35:49 +0100 Tim-Philipp Müller + + * po/af.po: + * po/az.po: + * po/be.po: + * po/bg.po: + * po/ca.po: + * po/cs.po: + * po/da.po: + * po/de.po: + * po/el.po: + * po/en_GB.po: + * po/eo.po: + * po/es.po: + * po/eu.po: + * po/fi.po: + * po/fr.po: + * po/gl.po: + * po/hu.po: + * po/id.po: + * po/it.po: + * po/ja.po: + * po/lt.po: + * po/nb.po: + * po/nl.po: + * po/pl.po: + * po/pt_BR.po: + * po/ro.po: + * po/ru.po: + * po/rw.po: + * po/sk.po: + * po/sl.po: + * po/sq.po: + * po/sr.po: + * po/sv.po: + * po/tr.po: + * po/uk.po: + * po/vi.po: + * po/zh_CN.po: + * po/zh_TW.po: + po: add new translatable strings + +2013-04-12 23:58:52 +0100 Tim-Philipp Müller + + * gst/Makefile.am: + * gst/gst_private.h: + * gst/gstelement.c: + * gst/gstinfo.c: + printf: don't build if debugging subsystem was disabled + +2013-04-10 11:51:37 +0100 Tim-Philipp Müller + + * configure.ac: + * gst/printf/Makefile.am: + * gst/printf/gst-printf.h: + printf: deal with some of the HAVE_FOO used in the printf code + Probably needs some more work for MSVC. + +2013-04-08 19:42:27 +0100 Tim-Philipp Müller + + * gst/printf/README: + * gst/printf/vasnprintf.c: + printf: fix alloca use for windows with mingw32 + Don't use just GLIB_HAVE_ALLOCA_H to check if alloca is available, + that's just for the header. GLib may define alloca for us otherwise + too irrespective of GLIB_HAVE_ALLOCA_H. + Fixes compiler warning with mingw32: + gst/printf/vasnprintf.c:73:0: warning: "alloca" redefined + +2013-04-07 20:11:21 +0100 Tim-Philipp Müller + + * configure.ac: + * gst/printf/Makefile.am: + * gst/printf/vasnprintf.c: + printf: enable and fix compiler warnings + But suppress -Wformat-nonliteral warnings since sprintf + is used with a runtime-generated format string in our + vasnprintf implementation. + +2013-04-07 18:21:00 +0100 Tim-Philipp Müller + + * gst/printf/printf-parse.c: + * gst/printf/vasnprintf.c: + * gst/printf/vasnprintf.h: + printf: fix up dodgy use of #if HAVE_FOO and #if !HAVE_FOO + Should use #ifdef and #ifndef. + +2013-04-07 17:36:29 +0100 Tim-Philipp Müller + + * gst/printf/Makefile.am: + printf: mark internal functions as internal + +2013-04-07 17:29:02 +0100 Tim-Philipp Müller + + * gst/printf/printf-parse.c: + printf: skip pointer extension signifier chars after %p + So they don't get printed after the serialised pointer string. + +2013-04-07 17:21:10 +0100 Tim-Philipp Müller + + * gst/printf/vasnprintf.c: + printf: don't leak serialised pointer extension strings + +2013-04-07 17:02:55 +0100 Tim-Philipp Müller + + * gst/printf/printf-parse.c: + printf: handle old GST_PTR_FORMAT %P and GST_SEGMENT_FORMAT %Q defines too + For binary backwards compatibility. + +2013-04-07 16:41:40 +0100 Tim-Philipp Müller + + * gst/printf/printf-args.c: + * gst/printf/printf-args.h: + * gst/printf/printf-parse.c: + * gst/printf/printf-parse.h: + * gst/printf/vasnprintf.c: + printf: make printf parser recognise our pointer extension format + and call the hook to get a string for the pointer instead. + https://bugzilla.gnome.org/show_bug.cgi?id=613081 + +2013-03-30 18:28:38 +0000 Tim-Philipp Müller + + * gst/gstinfo.c: + * gst/gstinfo.h: + * gst/printf/Makefile.am: + * gst/printf/README: + * gst/printf/printf-extension.c: + * gst/printf/printf-extension.h: + printf: add infrastructure for pointer extensions hook + Does not do anything yet. On a sidenote, we can't just use + %p\001 or so to signal the extension because g-i complains + about an invalid ascii character then, so have to resort to + something more elaborate, such as %p\aA etc. + https://bugzilla.gnome.org/show_bug.cgi?id=613081 + +2013-03-30 17:20:13 +0000 Tim-Philipp Müller + + * configure.ac: + * docs/gst/gstreamer-sections.txt: + * gst/gstconfig.h.in: + * gst/gstelement.c: + * gst/gstelement.h: + * gst/gstinfo.c: + * gst/gstinfo.h: + info: use new internal printf for debug message printing + and remove all the printf extension/specifier stuff for + the system printf. Next we need to add back the custom + specifiers to our own printf implementation. + https://bugzilla.gnome.org/show_bug.cgi?id=613081 + +2013-03-30 15:13:32 +0000 Tim-Philipp Müller + + * configure.ac: + * gst/Makefile.am: + * gst/printf/Makefile.am: + * gst/printf/README: + * gst/printf/asnprintf.c: + * gst/printf/gst-printf.h: + * gst/printf/printf-args.c: + * gst/printf/printf-args.h: + * gst/printf/printf-parse.c: + * gst/printf/printf-parse.h: + * gst/printf/printf.c: + * gst/printf/printf.h: + * gst/printf/vasnprintf.c: + * gst/printf/vasnprintf.h: + printf: add our own printf implementation for debug logging + We will add support for our own printf modifiers, so we can + get nice debug log output on all operating systems irrespective + of the specific libc version used. + https://bugzilla.gnome.org/show_bug.cgi?id=613081 + +2013-04-12 16:13:15 +0100 Wim Taymans + + * gst/gsttaglist.c: + taglist: avoid triggering an assertion + When deserialization of the structure fails, return a NULL taglist instead of + asserting. + +2013-04-11 14:54:32 +0200 Jose Antonio Santos Cadenas + + * tools/gst-inspect.c: + gst-inspect: add pointer mark to signal and action return types that are pointers + When the return type of a signal or action is a pointer, it + should have an asterisk to mark it as such. + https://bugzilla.gnome.org/show_bug.cgi?id=697791 + +2013-04-11 22:32:39 +0100 Tim-Philipp Müller + + * docs/random/porting-to-1.0.txt: + docs: document type change of playbin's connection-speed property in porting docs + +2013-04-11 14:31:01 +0100 Wim Taymans + + * gst/gstbuffer.c: + * gst/gstbuffer.h: + * win32/common/libgstreamer.def: + buffer: add _gst_max_memory() function + Add the a function to query the maximum amount of memory blocks that can be + added to a buffer. Also improve the docs for _insert_memory(). + +2013-04-11 14:04:45 +0100 Wim Taymans + + * libs/gst/net/gstnettimeprovider.c: + nettimeprovider: notify of changed bound address + Notify when the bound address is known, just like the port. + +2013-04-11 13:55:47 +0100 Wim Taymans + + * tools/gst-launch.c: + launch: handle PROGRESS messages + Wait for all PROGRESS messages (if any) to complete before going to the PLAYING + state. This is the only way we can wait for live elements to complete their + operations. + This is interesting for elements like rtspsrc that do some asynchronous network + requests as part of going to the PAUSED state. It could be possible that it, for + example, provides a clock and then we would like to wait until it completes + so that we can use the provided clock when going to PLAYING. + +2013-04-11 15:05:08 +1200 Douglas Bagnall + + * docs/pwg/advanced-negotiation.xml: + Toggle upstream and downstream in RECONFIGURE paragraph. + +2013-04-11 10:11:25 +1200 Douglas Bagnall + + * libs/gst/base/gstcollectpads.c: + GstCollectPads documentation: gst_collect_pads_read is gone. + +2013-04-10 21:24:38 +0200 Stefan Sauer + + * gst/gstbus.c: + bus: fix the precondition for gst_bus_disable_sync_message_emission() + Use the right variable and invert the test. The precondition should catch + someone calling to once too often. + +2013-04-09 19:37:06 -0400 Olivier Crête + + * gst/gstcapsfeatures.c: + capsfeatures: Init debug category before ever using it + +2013-04-09 20:59:36 +0200 Stefan Sauer + + * common: + Automatic update of common submodule + From 04c7a1e to aed87ae + +2013-04-03 21:32:54 +0400 Руслан Ижбулатов + + * docs/manuals.mak: + Use xlstproc instead of docbook2html + +2013-04-09 10:17:45 +0100 Tim-Philipp Müller + + * libs/gst/net/gstnetclientclock.c: + netclientclock: bind socket before querying local address + Fails on windows otherwise. + https://bugzilla.gnome.org/show_bug.cgi?id=697608 + +2013-04-08 13:14:35 +0400 Руслан Ижбулатов + + * configure.ac: + configure: Also check for clock_gettime in libpthread + libwinpthreads provides POSIX time API. + It also provides libpthread alias for itself, for compatibility, so that + is what we will link with. + Fixes #697550 + +2013-04-08 15:30:07 +0400 Руслан Ижбулатов + + * gst/gstsystemclock.c: + * gst/gstutils.c: + clock: Do use HAVE_CLOCK_GETTIME + Fixes #697549 + +2013-04-08 14:42:15 +0400 Руслан Ижбулатов + + * tests/check/gst/gstabi.c: + * tests/check/gst/struct_i386w.h: + libsabi: Special struct size values for W32 + These account for both possible type size mismatch AND -mms-bitfields + packing. Sizes are taken from an i686-w64-mingw32-built GStreamer, + gcc 4.8.0, mingw-w64 svn-r5685. + Fixes #697551 + +2013-04-09 09:22:39 +0400 Руслан Ижбулатов + + * tests/check/gst/gstpad.c: + tests: fix GstPad test on windows and in CK_FORK=no mode + Need to clear buffer lists at the end of each test. + https://bugzilla.gnome.org/show_bug.cgi?id=697610 + +2013-04-06 16:09:54 -0700 David Schleef + + * tools/gst-launch.c: + gst-launch: Fix space in fault message + +2013-04-06 22:10:58 +0200 Sebastian Dröge + + * gst/gstcapsfeatures.c: + capsfeatures: Copy ANY flag when copying caps features too + +2013-04-06 21:49:25 +0200 Sebastian Dröge + + * gst/gstcaps.c: + * tools/gst-inspect.c: + caps: Handle ANY caps features properly in more places + +2013-04-06 21:21:39 +0200 Sebastian Dröge + + * tests/check/gst/gstcaps.c: + caps: Add test for operations on caps with ANY features + +2013-04-06 21:09:49 +0200 Sebastian Dröge + + * gst/gstcaps.c: + caps: Properly handle ANY caps features in caps operations + +2013-04-05 21:10:48 +0200 Stefan Sauer + + * gst/gstbus.c: + bus: update signal docs for gst_bus_enable_sync_message_emission() + +2013-04-05 10:15:37 +0200 Wim Taymans + + * plugins/elements/gstmultiqueue.c: + multiqueue: ignore empty not-linked queues + We need to ignore the not-linked queues in the underrun and overrun callbacks + because they are expected to be empty. + +2013-04-04 23:12:52 +0100 Tim-Philipp Müller + + * gst/gstcaps.c: + caps: fix caps feature leak + Fixes leaks in 14 core unit tests including + gst/gstcaps. + +2013-04-04 19:16:23 +0200 Wim Taymans + + * plugins/elements/gstmultiqueue.c: + multiqueue: start pushing again on RECONFIGURE + When we got NOT_LINKED before and we receive a RECONFIGURE event, start pushing + again on the source pad. + See https://bugzilla.gnome.org/show_bug.cgi?id=676304 + +2013-04-04 19:07:29 +0200 Wim Taymans + + * plugins/elements/gstqueue2.c: + queue2: start pushing again on RECONFIGURE + When we got NOT_LINKED before and we receive a RECONFIGURE event, start pushing + again on the source pad. + See https://bugzilla.gnome.org/show_bug.cgi?id=676304 + +2013-04-04 19:06:35 +0200 Wim Taymans + + * plugins/elements/gstqueue.c: + queue: start pushing again on RECONFIGURE + When we got NOT_LINKED before and we receive a RECONFIGURE event, start pushing + again on the source pad. + See https://bugzilla.gnome.org/show_bug.cgi?id=676304 + +2013-04-04 17:59:10 +0200 Wim Taymans + + * gst/gststructure.c: + structure: simplify is_subset check + Iterate over the fields of the superset instead of those of the subset. + This way we can check the presence of the subset field and do the subset check + in one iteration. + +2013-04-04 17:46:09 +0200 Wim Taymans + + * gst/gstcaps.c: + caps: update docs, is_subset() works now + +2013-04-04 16:39:23 +0200 Wim Taymans + + * gst/gstbufferpool.c: + bufferpool: fix docs + +2013-04-04 16:20:24 +0200 Wim Taymans + + * gst/gstpad.c: + * gst/gstpad.h: + * win32/common/libgstreamer.def: + pad: add gst_pad_store_sticky_event() + Rewire some internal functions and expose a new + gst_pad_store_sticky_event() function. + API: gst_pad_store_sticky_event() + +2013-04-04 15:45:23 +0200 Wim Taymans + + * gst/gstpad.h: + pad: clarify docs + +2013-04-04 15:45:15 +0200 Wim Taymans + + * gst/gstpad.c: + pad: improve debug + +2013-04-04 10:17:30 +0200 Wim Taymans + + * gst/gstsegment.c: + segment: don't WARN, just DEBUG + Fixes https://bugzilla.gnome.org/show_bug.cgi?id=696911 + +2013-03-30 11:06:59 +0000 Nicolas Dufresne + + * gst/gstsegment.c: + segment: Fix seeking when position is slightly outside the segment + Very often, when the end of a segment is detected by demuxer, the position + is slightly outside the segment boundaries. Currently, if that is the case + the base will be set to NONE instead of normal accumulation. This would + break non-flushing seeks in oggdemux and most likely other demuxers. + Fixes https://bugzilla.gnome.org/show_bug.cgi?id=696899 + +2013-04-03 17:29:51 +0200 Wim Taymans + + * win32/common/libgstreamer.def: + defs: update + +2013-04-03 16:02:34 +0200 Wim Taymans + + * gst/gst.c: + gst: add stream flags + +2013-04-02 18:17:00 -0600 Brendan Long + + * docs/random/porting-to-1.0.txt: + porting-to-1.0.txt: subtitle text media types changed as well + https://bugzilla.gnome.org/show_bug.cgi?id=697153 + +2013-04-02 23:51:06 +0100 Tim-Philipp Müller + + * gst/gstcontext.c: + * gst/gstevent.c: + * gst/gstevent.h: + * tests/check/gst/.gitignore: + docs: more since markers and other docs fixes + +2013-04-02 23:21:39 +0100 Tim-Philipp Müller + + * gst/gstcapsfeatures.c: + docs: add since markers to capsfeatures docs + +2013-04-02 23:18:42 +0100 Tim-Philipp Müller + + * scripts/git-update.sh: + scripts: add some more modules to git-update.sh + https://bugzilla.gnome.org/show_bug.cgi?id=697058 + +2013-04-02 23:04:51 +0100 Tim-Philipp Müller + + * scripts/gst-uninstalled: + gst-uninstalled: add uninstalled orc/orc-test/.libs to library paths + This is needed by the unit tests in gst-plugins-base, -good etc. + Spotted by Alex Kaye. + https://bugzilla.gnome.org/show_bug.cgi?id=697093 + +2013-04-02 22:13:22 +0200 Sebastian Dröge + + * docs/gst/gstreamer-sections.txt: + * gst/gstcaps.c: + * gst/gstcapsfeatures.c: + * gst/gstcapsfeatures.h: + * tests/check/gst/gstcapsfeatures.c: + capsfeatures: Add GST_CAPS_FEATURES_ANY + This is equal to any other caps features but results in unfixed caps. It + would be used by elements that only look at the buffer metadata or are + currently working in passthrough mode, and as such don't care about any + specific features. + +2013-04-01 22:13:10 +0100 Tim-Philipp Müller + + * gst/gstinfo.c: + info: minor cosmetic changes + Let's not use ugly leading underscores for + static functions. + +2013-04-01 21:23:21 +0100 Tim-Philipp Müller + + * gst/gstinfo.c: + info: fix object printing of caps features in debug log + +2013-04-01 16:38:43 +0200 Stefan Sauer + + * docs/design/draft-tracing.txt: + draft-tracing: update draft design with timer ideas + +2013-03-30 17:03:44 +0100 Stefan Sauer + + * gst/gstinfo.c: + info: refactor pretty printing objects + Extract formatters into local functions. Change the structure filtering so that + it works for taglists too. + +2013-03-30 16:39:38 +0100 Stefan Sauer + + * gst/gstelement.c: + element: make post_message and query more alike + +2013-04-01 10:20:01 +0200 Sebastian Dröge + + * tools/gst-inspect.c: + gst-inspect: Print caps features too + +2013-04-01 10:19:25 +0200 Sebastian Dröge + + * gst/gstcapsfeatures.c: + capsfeatures: For copying features it's not required to have no parent refcount + +2013-04-01 10:19:01 +0200 Sebastian Dröge + + * gst/gstcaps.c: + caps: Set features' parent refcount in gst_caps_set_features() too + +2013-04-01 10:18:39 +0200 Sebastian Dröge + + * gst/gstcaps.c: + caps: Set sysmem features if explicitely requested + +2013-03-31 19:09:46 +0200 Sebastian Dröge + + * docs/design/part-caps.txt: + design: Add the caps features and describe how the caps operations actually work + +2013-03-30 15:35:19 +0100 Sebastian Dröge + + * docs/gst/gstreamer-docs.sgml: + * docs/gst/gstreamer-sections.txt: + * gst/Makefile.am: + * gst/gst.c: + * gst/gst.h: + * gst/gst_private.h: + * gst/gstcaps.c: + * gst/gstcaps.h: + * gst/gstcapsfeatures.c: + * gst/gstcapsfeatures.h: + * gst/gstinfo.c: + * gst/gststructure.c: + * gst/gstvalue.c: + * gst/gstvalue.h: + * tests/check/Makefile.am: + * tests/check/gst/gstcaps.c: + * tests/check/gst/gstcapsfeatures.c: + * win32/common/libgstreamer.def: + caps: Add new data type for handling caps features to the caps + These are meant to specify features in caps that are required + for a specific structure, for example a specific memory type + or meta. + Semantically they could be though of as an extension of the media + type name of the structures and are handled exactly like that. + +2013-03-31 15:30:19 +0100 Tim-Philipp Müller + + * gst/gstevent.h: + event: add SELECT and UNSELECT stream flags for stream-start event + So demuxers can signal which audio/video/subtitle streams should + be selected by default and which should not be selected + automatically. + API: GST_STREAM_FLAG_SELECT + API: GST_STREAM_FLAG_UNSELECT + https://bugzilla.gnome.org/show_bug.cgi?id=695968 + https://bugzilla.gnome.org/show_bug.cgi?id=690911 + +2013-01-06 20:27:54 +0000 Tim-Philipp Müller + + * docs/gst/gstreamer-sections.txt: + * gst/gstevent.c: + * gst/gstevent.h: + * tests/check/gst/gstevent.c: + * win32/common/libgstreamer.def: + event: add stream flags to stream-start event + API: gst_event_set_stream_flags() + API: gst_event_parse_stream_flags() + API: GST_STREAM_FLAG_NONE + API: GST_STREAM_FLAG_SPARSE + https://bugzilla.gnome.org/show_bug.cgi?id=600648 + +2013-03-31 11:26:32 +0200 Sebastian Dröge + + * docs/gst/gstreamer-sections.txt: + * gst/gstbin.c: + * gst/gstelement.c: + * gst/gstelement.h: + * win32/common/libgstreamer.def: + element: Add API to get the last set context from an element + Elements should override GstElement::set_context() and also call + gst_element_set_context() to keep this context up-to-date with + the very latest context they internally use. + +2013-03-30 14:04:28 +0100 Stefan Sauer + + * docs/design/draft-tracing.txt: + design: add initial tracing design doc + +2013-03-30 11:47:29 +0100 Sebastian Dröge + + * gst/gstpad.c: + pad: Let gst_pad_get_allowed_caps() pass the caps own caps as filter + This will reduce the number of caps created downstream and we don't + need to intersect in the very end with the pad's own caps. + +2013-03-30 10:24:27 +0100 Josep Torra + + * libs/gst/base/gstbasesink.c: + basesink: fixes compiler warning + gstbasesink.c: In function 'gst_base_sink_chain_unlocked': + gstbasesink.c:3204: warning: 'ret' may be used uninitialized in this function + +2013-03-29 19:01:59 +0100 Stefan Sauer + + * gst/gstchildproxy.c: + childproxy: fix gir warning + +2013-03-29 18:49:14 +0100 Edward Hervey + + * docs/pwg/building-boiler.xml: + Revert "pwg: Fix example" + This reverts commit 5d64f27d881274a40f0441bb8c5b3816fdfc5b9e. + *sigh* + +2012-11-06 09:41:58 +0100 Edward Hervey + + * docs/pwg/building-boiler.xml: + pwg: Fix example + +2012-11-11 13:52:25 +0100 Edward Hervey + + * gst/gstpad.c: + pad: Remove SEGMENT sticky events when flushing + When flushing, it is expected that upstream will send a SEGMENT + event afterwards. + This also avoids stray SEGMENT events from coming through after a + flush. + +2013-03-28 15:35:13 +0100 Sebastian Dröge + + * docs/gst/gstreamer-docs.sgml: + * docs/gst/gstreamer-sections.txt: + * gst/Makefile.am: + * gst/gst.c: + * gst/gst_private.h: + * gst/gstbin.c: + * gst/gstcontext.c: + * gst/gstcontext.h: + * gst/gstelement.c: + * gst/gstelement.h: + * gst/gstevent.c: + * gst/gstevent.h: + * gst/gstinfo.c: + * gst/gstmessage.c: + * gst/gstmessage.h: + * gst/gstquark.c: + * gst/gstquark.h: + * gst/gstquery.c: + * gst/gstquery.h: + * win32/common/libgstbase.def: + * win32/common/libgstreamer.def: + gst: Add new GstContext miniobject for sharing contexts in a pipeline + +2013-03-28 16:42:50 +0100 Stefan Sauer + + * libs/gst/controller/gstargbcontrolbinding.c: + argb-controlbinding: fix messed up property setter + This was misassigning the control sources. It was also leaking the old values if + a control source would be replaced. + +2013-03-27 18:25:08 +0100 Mark Nauwelaerts + + * libs/gst/base/gstbaseparse.c: + baseparse: reset next_pts upon SEGMENT event + Fixes https://bugzilla.gnome.org/show_bug.cgi?id=691481 + +2013-02-26 19:58:49 +0100 Mark Nauwelaerts + + * libs/gst/base/gstbaseparse.c: + * libs/gst/base/gstbaseparse.h: + baseparse: more inter-timestamp tracking + Fixes https://bugzilla.gnome.org/show_bug.cgi?id=691481 + +2013-03-26 19:22:18 -0400 Olivier Crête + + * docs/gst/gstreamer-sections.txt: + * gst/gstallocator.c: + * gst/gstbuffer.c: + * gst/gstbuffer.h: + * win32/common/libgstreamer.def: + buffer: Add annotations and pygi friendly extraction function + API: gst_buffer_extract_dup + +2013-03-27 17:08:51 +0100 Wim Taymans + + * docs/random/porting-to-1.0.txt: + porting: hopefully clarify a little + +2013-03-25 18:11:54 -0700 David Schleef + + * gst/gstutils.c: + Update docs for gst_pad_create_stream_id_printf() + To indicate that format strings should be alpha sortable. + +2013-03-25 09:16:05 +0100 Sebastian Dröge + + * tests/check/gst/gstcaps.c: + caps: Add unit test for GST_CAPS_{ANY,NONE} and GST_STATIC_CAPS_{ANY,NONE} + https://bugzilla.gnome.org/show_bug.cgi?id=696435 + +2013-03-25 09:19:24 +0100 Sebastian Dröge + + * gst/gstcaps.c: + caps: Fix gst_static_caps_get(GST_STATIC_CAPS_NONE) + https://bugzilla.gnome.org/show_bug.cgi?id=696435 + +2013-03-21 21:00:54 -0400 Nicolas Dufresne + + * libs/gst/base/gstbasesrc.c: + basesrc: Don't send error if negotiate fails because we are flushing + Negotiation may be aborted by a flush from another thread that need to + stop the task (i.e. seek). Check that case and silently pause the task. + https://bugzilla.gnome.org/show_bug.cgi?id=696357 + +2013-03-24 17:53:35 +0000 Tim-Philipp Müller + + * docs/design/part-toc.txt: + * gst/gsttoc.c: + toc: some documentation updates + +2013-03-22 20:02:57 +0000 Tim-Philipp Müller + + * docs/pwg/building-queryfn.xml: + docs: fix typo in query function example in Plugin Writer's Guide + https://bugzilla.gnome.org/show_bug.cgi?id=696142 + +2013-03-07 12:11:30 +0100 Jonas Holmberg + + * tests/check/libs/collectpads.c: + tests: fix spurious failure in test_collect collectpads test + pop() in collected callback. + There were three threads in the test cases that hanged: the test thread and two + threads that push buffers. Each thread push one buffer on one pad. There are + two pads in the collectpads so the second buffer will trigger the + collect-callback. + This is what happens when the hang occurs: + The first thread pushes a buffer and initializes a cookie to the value of a + counter in the collectpads object and waits on a cond for the counter to change + and for someone to consume the buffer (i.e. _pop() it). + The second thread pushes a buffer and calls the collected callback, which + signals the cond that the test thread is waiting for. + The test thread pops both buffers (without holding any lock). Each call to + _pop() increases the counter broadcasts the condition that the first thread is + now waiting for. It then joins both threads (hangs). + The first thread wakes up and returns, since its buffer has been consumed. + The second thread starts executing again. When the callback, called by the + second thread, has returned it initializes a cookie to the value of a counter, + which has already prematurely been increased by the test thread when it popped + the buffers, and wait's on a cond for the counter to change and for someone to + consume the buffer (i.e. _pop() it). Since the buffer has already been poped + and the counter has already been increased it will be stuck forever. + https://bugzilla.gnome.org/show_bug.cgi?id=685555 + +2013-03-16 12:05:39 +0000 Tim-Philipp Müller + + * scripts/gst-uninstalled: + gst-uninstalled: remove ffmpeg libs from dynamic linker paths + We link those libs into the plugin statically, or use external + system libs, but never the internal snapshot dynamically. + +2013-03-16 12:00:55 +0000 Tim-Philipp Müller + + * scripts/gst-uninstalled: + gst-uninstalled: add gst-editing-serves to GI_TYPELIB_PATH + So pygi can find it. + https://bugzilla.gnome.org/show_bug.cgi?id=695937 + +2013-03-12 13:53:57 +0000 Tim-Philipp Müller + + * gst/gstutils.h: + utils: make sure slow GST_READ_UINT* variants don't have unexpected side effects + Fixes unit test on systems where unaligned memory access is not possible. + https://bugzilla.gnome.org/show_bug.cgi?id=695599 + +2013-03-05 11:14:41 +0100 Wim Taymans + + * tools/gst-launch.c: + launch: don't exit the loop on buffering in paused + When we receive a buffering message of 100% in the paused state, we exit + the event_loop and move to the PLAYING state. What should happen is that + we wait for both ASYNC-DONE and 100% buffering before continueing. + +2013-03-08 13:15:32 +0100 Stefan Sauer + + * docs/design/part-controller.txt: + design: update controller design and add some thoughs for future stuff + +2013-03-08 08:13:06 +0100 Stefan Sauer + + * libs/gst/controller/gstdirectcontrolbinding.c: + docs: mention clipping of values in control-binding docs + +2013-03-08 08:10:20 +0100 Stefan Sauer + + * tests/check/gst/gstcontroller.c: + controller: code cleanups + Use a property for accessing the control-source on the binding. Drop base_init + on the test object. + +2013-03-07 11:46:33 +0100 Sebastian Dröge + + * gst/gstquery.c: + query: gst_query_get_n_allocation_params() returns a new ref to the allocator + +2013-03-07 11:35:03 +0100 Stefan Sauer + + * tests/check/libs/controller.c: + controller: remove a bogus test + We previously forgot to initilize the amplitde property to the default and thus it was 0.0. Therefore a default lfo controlsource returned a series of 0.0 and the test was asserting on that. + +2013-03-07 09:15:14 +0100 Stefan Sauer + + * gst/gstcontrolbinding.c: + * libs/gst/controller/gstargbcontrolbinding.c: + * libs/gst/controller/gstdirectcontrolbinding.c: + controlbinding: relax the pspec for the control-source + We can change control sources on controlbindings. + +2013-03-07 09:12:59 +0100 Stefan Sauer + + * libs/gst/controller/gstlfocontrolsource.c: + lfo: set a sensible lower boundary for the frequency + Use DBL_MIN, which is a the smalles double greater than zero that is not in + denormal format. This exposes the limit better than the runtime check. + +2013-03-06 23:59:28 +0000 Tim-Philipp Müller + + * common: + Automatic update of common submodule + From 2de221c to 04c7a1e + +2013-03-06 16:40:27 +0100 Stefan Sauer + + * libs/gst/controller/gstlfocontrolsource.c: + lfocontrolsource: init the amplitude to the default and update the docs + +2013-03-05 11:30:22 +0100 Sebastian Dröge + + * scripts/gst-uninstalled: + gst-uninstalled: Add all the base/bad libraries and remove obsolete ones + +2013-03-03 16:00:11 +0000 Tim-Philipp Müller + + * libs/gst/base/gstbasesink.c: + basesink: fix use of uninitialized variable + Running suite(s): GstBaseSink + ==22023== Conditional jump or move depends on uninitialised value(s) + ==22023== at 0x505FFCE: gst_base_sink_get_sync_times (gstbasesink.c:1936) + ==22023== by 0x5068C80: gst_base_sink_do_sync (gstbasesink.c:2379) + ==22023== by 0x506BCD2: gst_base_sink_default_wait_event (gstbasesink.c:2903) + ==22023== by 0x50633A4: gst_base_sink_default_event (gstbasesink.c:2918) + ==22023== by 0x6F5C216: gst_fake_sink_event (gstfakesink.c:383) + ==22023== by 0x505F164: gst_base_sink_event (gstbasesink.c:3108) + ==22023== by 0x52FA090: gst_pad_send_event_unchecked (gstpad.c:4822) + ==22023== by 0x5303756: gst_pad_send_event (gstpad.c:4984) + ==22023== by 0x40165B: basesink_test_gap (basesink.c:148) + +2013-03-03 12:06:36 +0100 Sebastian Dröge + + * gst/gstbuffer.c: + buffer: Fix memory copying logic in copy_into() + https://bugzilla.gnome.org/show_bug.cgi?id=695035 + +2013-03-03 11:28:32 +0100 Sebastian Dröge + + * gst/gstregistrychunks.c: + registrychunks: Use correct print format specifiers to fix compiler warnings + +2013-02-22 14:22:01 -0800 David Schleef + + * gst/gstobject.c: + Fix misspellings of 'continuous' + +2013-02-22 14:56:49 -0800 David Schleef + + * libs/gst/base/gstcollectpads.c: + collectpads: take DTS into account + Importantly, this patch converts DTS to running time. Less importantly, + and possibly a problem for some muxers, is that it orders buffers by + DTS (if it is valid, otherwise PTS). This is generally correct, but + might be somewhat surprising to muxers. + Also note that once converted to running time, DTS can end up negative. + +2013-02-28 22:59:43 +0100 Stefan Sauer + + * docs/manual/advanced-dparams.xml: + manual: improve the controller docs a little more + Reword some sections. Explain value mappings better. + +2013-02-28 19:40:32 +0000 Tim-Philipp Müller + + * scripts/gst-uninstalled: + gst-uninstalled: add gst-libav to pkg-config path + +2013-02-27 22:15:48 +0100 Stefan Sauer + + * gst/gstsegment.c: + * libs/gst/base/gstbasesink.c: + * libs/gst/base/gstbasesrc.c: + seeking: add more logging for seeking + Especially add logging to error code paths. + +2013-02-27 10:09:56 +0100 Sebastian Dröge + + * gst/gstbuffer.c: + * gst/gstbuffer.h: + buffer: Gracefully handle gst_memory_copy() returning NULL without crashing + gst_buffer_copy_into() and gst_buffer_resize_range() can now fail. + +2013-02-26 17:33:30 +0100 Wim Taymans + + * gst/gstallocator.c: + * win32/common/libgstreamer.def: + allocator: small internal cleanups + Rename System memory allocator to GstAllocatorSysmem and the memory to + GstMemorySystem. + +2013-02-26 15:37:24 +0100 Wim Taymans + + * docs/gst/gstreamer-sections.txt: + * gst/gstmemory.c: + * gst/gstmemory.h: + memory: add method to check memory type + Add a method to check if a memory was allocated from an allocator of + a given type. + API: gst_memory_is_type() + +2013-02-26 15:36:10 +0100 Wim Taymans + + * docs/gst/gstreamer-sections.txt: + docs: improve docs a little + +2013-02-26 15:32:25 +0100 Wim Taymans + + * docs/design/part-gstbin.txt: + * docs/design/part-messages.txt: + * gst/gstbin.c: + use GST_MESSAGE_DURATION_CHANGED in docs and code + +2013-02-26 14:40:38 +0100 Wim Taymans + + * gst/gstmemory.c: + memory: don't unref allocator too soon + Unref the allocator *after* we have freed the memory. We also need to keep + a ref to the allocator around because following the now freed memory would + lead to crashes. + +2013-02-26 09:08:49 +0100 Sebastian Dröge + + * gst/gstbuffer.c: + buffer: Fix inverted logic for deciding if memory should be shared or copied + https://bugzilla.gnome.org/show_bug.cgi?id=694717 + +2013-02-26 07:50:13 +0100 Stefan Sauer + + * docs/random/porting-to-1.0.txt: + porting: mention segment accumulation in the porting guide + This needs more detail, but at least gives people a hint on the issue. + +2013-02-26 07:48:35 +0100 Stefan Sauer + + * gst/gstmessage.c: + docs: s/start/done/ copy'n'paste mistake + +2013-02-25 13:57:43 +0100 Sebastian Dröge + + * docs/gst/gstreamer-sections.txt: + * gst/gstquery.c: + * gst/gstquery.h: + * win32/common/libgstreamer.def: + query: Add new API to remove allocation params and pools from the allocation query + +2013-02-25 13:24:33 +0100 Sebastian Dröge + + * gst/gstquery.c: + query: Document that the first allocator in the allocation query should allow mapping to system memory + +2013-02-24 09:24:26 +0100 Sebastian Dröge + + * gst/gstmemory.c: + memory: Keep a reference to the allocator + Otherwise the allocator might get freed while it's still used + by the memory + +2013-02-24 09:33:03 +0100 Sebastian Dröge + + * gst/gstbuffer.c: + buffer: If sharing a GstMemory fails, fall back to copying it + +2013-02-23 18:36:15 +0000 Tim-Philipp Müller + + * docs/random/porting-to-1.0.txt: + docs: porting-to-1.0.txt: some element names have changed + +2013-02-23 08:19:48 +0100 Sebastian Dröge + + * gst/gstmemory.h: + memory: It's contiguous, not continous + +2013-02-22 12:41:09 +0100 Sebastian Dröge + + * docs/gst/gstreamer-sections.txt: + * gst/gstmemory.h: + memory: Add new memory flag to specify that memory can't be mapped + +2013-02-22 09:02:22 +0100 Sebastian Dröge + + * docs/gst/gstreamer-sections.txt: + * gst/gstmemory.h: + memory: Add memory flag to mark physically continous memory + +2013-02-16 23:02:21 +0000 Tim-Philipp Müller + + * libs/gst/base/gstbasetransform.c: + basetransform: don't pass NULL outcaps to transform_size on shutdown + gst_pad_get_current_caps() on the source pad might yield NULL caps + if we're being shut down and the source pad has already been + deactivated by the other thread that's changing state. Just bail + out in that case, instead of passing NULL caps to the transform_size + function, which it might not expect. + Fixes spurious warnings in audioresample shutdown unit test. + https://bugzilla.gnome.org/show_bug.cgi?id=693996 + +2013-02-21 10:18:14 +0100 Sebastian Dröge + + * scripts/gst-uninstalled: + gst-uninstalled: Add ORC + +2013-02-19 18:00:48 +0000 Tim-Philipp Müller + + * gst/gstutils.h: + * tests/check/gst/gstutils.c: + utils: avoid unexpected side-effects of GST_WRITE_* macros + Make sure the data argument is only evaluated once. + +2013-02-19 17:36:50 +0000 Tim-Philipp Müller + + * docs/libs/gstreamer-libs-sections.txt: + * libs/gst/check/gstcheck.h: + * tests/check/gst/gstutils.c: + check: add some more fail_unless_*() macros for convenience + API: fail_unless_equals_int_hex + API: assert_equals_int_hex + API: fail_unless_equals_int64_hex + API: assert_equals_int64_hex + API: fail_unless_equals_uint64_hex + API: assert_equals_uint64_hex + API: fail_unless_equals_pointer + API: assert_equals_pointer + +2013-02-19 12:42:32 +0000 Tim-Philipp Müller + + * scripts/gst-uninstalled: + scripts: add new -base allocators library to gst-uninstalled search paths + +2013-02-18 20:47:04 +0100 Stefan Sauer + + * tests/check/libs/collectpads.c: + collectpads: add two more tests using collectpads within an element + Add a static plugin with a rudimentary element using collectpads and do some + pipeline based tests. + +2013-02-17 12:50:03 -0800 David Schleef + + * docs/manual/appendix-porting.xml: + docs: Fix some ambiguous wording + +2013-02-17 19:53:55 +0100 Stefan Sauer + + * libs/gst/controller/gsttriggercontrolsource.c: + triggercontrolsource: add missing end_iter check for sequence + Avoid accessing the end-iter, this is a marker without a data field. + +2013-02-17 13:20:20 +0100 Stefan Sauer + + * gst/gstelement.c: + docs: link to the appropriate messages from gst_elements_set_state() docs + For an async state change return one would wait for ASYNC_DONE or STATE_CHANGED. + +2013-02-16 14:20:06 +0000 Tim-Philipp Müller + + * gst/gstbuffer.h: + buffer: add since marker for new COPY_DEEP buffer flag + +2013-02-16 14:59:02 +0100 Wim Taymans + + * gst/gstbuffer.c: + * gst/gstbuffer.h: + buffer: add option to deep copy a buffer + Add a buffer copy flag to force a memory copy in all cases. + +2013-02-14 14:09:13 +0000 Tim-Philipp Müller + + * gst/gstutils.c: + Revert "utils: Use gst_pad_get_pad_template() in gst_element_get_compatible_pad_template()" + This reverts commit 1a1a9e143fb0e155d7627aa8e489cd5d04bc093c. + This breaks the pipelines/tagschecking unit test for some reason + (fakesrc ! capsfilter ! qtmux linking fails now). It might be + a bug in the unit test of course, but someone will need to + investigate this. Reverting for now. + https://bugzilla.gnome.org/show_bug.cgi?id=692508 + +2013-02-15 13:08:18 +0100 Wim Taymans + + * gst/gstallocator.c: + allocator: improve fallback copy function + Only use the allocator of the copied memory when we can use the default + _alloc function on it. Otherwise we will have to use the default + allocator for the copy. + +2013-02-14 13:55:10 +0000 Tim-Philipp Müller + + * docs/gst/running.xml: + docs: fix location in user's home directory where GStreamer looks for plugins + It's based on the xdg user data dir now in 1.0. + +2013-01-25 06:50:27 -0300 Niv Sardi + + * gst/gstutils.c: + utils: Use gst_pad_get_pad_template() in gst_element_get_compatible_pad_template() + motivation comes from: /* FIXME: why not gst_pad_get_pad_template (pad); */ + this code path is quite nicer, we now only revert to creating the template + if gst_pad_get_pad_template fails. + with this fork, we gain a non-allocation of GstCaps *templcaps + https://bugzilla.gnome.org/show_bug.cgi?id=692508 + +2013-02-13 00:27:28 +0000 Krzysztof Konopko + + * tools/gst-launch.c: + gst-launch: Use g_unix_signal_add() to handle keyboard interruption + Current implementation uses a traditional signal handler and a 250ms + timeout callback in the event loop. Adding a GSource with + g_unix_signal_add() to the GMainLoop is a much more elegant solution. + The signal handler with this approach can send a message to the bus + directly rather than set a flag as all dispatching intricacies are handled + by GLib. + https://bugzilla.gnome.org/show_bug.cgi?id=693481 + +2013-02-14 00:07:22 +0000 Tim-Philipp Müller + + * docs/gst/running.xml: + docs: flesh our 'Running GStreamer' bits a bit + https://bugzilla.gnome.org/show_bug.cgi?id=693607 + +2013-02-13 23:27:16 +0000 Tim-Philipp Müller + + * tools/gst-launch.1.in: + docs: flesh out gst-launch-1.0 man page a little + Fix up default location of the registry. + Mention more options for GST_DEBUG (wildcards and + named debug levels). + Explain what to do with the dot files that can be + produced by setting GST_DEBUG_DUMP_DOT_DIR. + https://bugzilla.gnome.org/show_bug.cgi?id=693607 + +2012-12-27 00:03:06 +0100 Gert Michael Kulyk + + * docs/manual/advanced-metadata.xml: + docs: fix advanced-metadata code example in manual + https://bugzilla.gnome.org/show_bug.cgi?id=690751 + +2013-02-13 16:52:13 +0000 Tim-Philipp Müller + + * gst/gstmessage.c: + * tests/check/gst/gstmessage.c: + message: accept NULL error argument in gst_message_parse_{error,warning,info} + And simplify code a bit while at it. + https://bugzilla.gnome.org/show_bug.cgi?id=693704 + +2013-02-13 17:00:23 +0100 Sebastian Dröge + + * gst/gstvalue.c: + * tests/check/gst/gstvalue.c: + value: Remove set-style bitmask intersection/union/subtraction functions + Set operations on the bitmasks don't make much sense and result + in invalid caps when used as a channel-mask. They are now handled + exactly like integers. + This functionality was not used anywhere except for tests. + https://bugzilla.gnome.org/show_bug.cgi?id=691370 + +2013-02-13 11:19:06 +0100 Sebastian Dröge + + * gst/gstbin.c: + bin: The latency query should return TRUE by default, different to other queries + Fixes unit test failures caused by f3d268de7f7fb1161778a9a95e0d54d8c89ef626 + +2013-02-13 10:46:37 +0100 Sebastian Dröge + + * gst/gststructure.c: + * tests/check/gst/gstcaps.c: + structure: Make sure that subsets have all fields of the superset + "video/x-h264,parsed=(boolean)true" is not a superset of + "video/x-h264,stream-format=(string)byte-stream,alignment=(string)nal" + for example. + https://bugzilla.gnome.org/show_bug.cgi?id=693365 + +2013-02-12 12:32:23 -0800 David Schleef + + * win32/common/libgstbase.def: + update exports for baseparse API changes + +2013-02-12 12:31:42 -0800 David Schleef + + * libs/gst/base/gstbaseparse.c: + baseparse: Fix doc typo + +2013-02-11 16:51:48 -0800 David Schleef + + * libs/gst/base/gstbaseparse.c: + * libs/gst/base/gstbaseparse.h: + baseparse: add gst_base_parse_set_ts_at_offset() + Sets the buffer timestamps based on last seen timestamps at a + particular offset into the frame. + API: gst_base_parse_set_ts_at_offset() + +2013-02-11 16:42:41 -0800 David Schleef + + * libs/gst/base/gstadapter.c: + * libs/gst/base/gstadapter.h: + adapter: Add gst_adapter_prev_[pd]ts_at_offset() + Original patch written by Michael Smith . + API: gst_adapter_prev_pts_at_offset() + API: gst_adapter_prev_dts_at_offset() + +2013-02-09 18:14:09 +0100 Philippe Normand + + * gst/gstbin.c: + bin: query sink elements and source pads of the bin + gst_bin_query() now forwards the query to the source pads as well if + none of the sinks of the bin satisfied the query. This helps in the + case of DURATION queries done a bin containing a source element. + Fixes bug 638749 + +2013-02-07 12:47:02 +0100 Alexander Schrab + + * gst/gstbin.c: + bin: Let gst_bin_send_event() send events to ghost pads as well + +2013-02-11 22:52:25 +0100 Stefan Sauer + + * gst/gstutils.c: + * libs/gst/base/gstbasesrc.c: + compat: kill more uses of gst_pad_set_caps() + +2013-02-12 00:08:51 +1100 Tim 'mithro' Ansell + + * gst/gstvalue.c: + gstvalue: Adding offset to GstSegment serialize/deserialize. + Fixes https://bugzilla.gnome.org/show_bug.cgi?id=693587 + +2013-02-09 12:32:02 +0100 Mark Nauwelaerts + + * libs/gst/base/gstbaseparse.c: + baseparse: improve PTS interpolating + ... and tracking of DTS. Fixes cases where PTS is locked on to the + DTS of an incoming buffer with no PTS with invalid data, leading to + no outgoing PTS (since it is not allowed smaller than DTS). + Fixes https://bugzilla.gnome.org/show_bug.cgi?id=691481 + +2013-02-08 21:28:18 +0100 Stefan Sauer + + * docs/random/porting-to-1.0.txt: + docs: add more porting details + +2013-02-08 21:21:48 +0100 Stefan Sauer + + * gst/gstcontrolbinding.c: + * gst/gstobject.c: + * libs/gst/controller/gstdirectcontrolbinding.c: + controlbinding: error handling for binding controlsources to wrong properties + Add warning if property is not suitable for controlling. When adding a control- + binding check that pspec!=NULL. + +2013-02-07 13:08:49 +0100 Wim Taymans + + * gst/gstelement.c: + element: remove old docs about iterators + +2013-02-07 12:52:26 +0100 Wim Taymans + + * gst/gstbin.c: + bin: remove old comment + The iterators now return a GValue and not the object directly anymore. + +2013-02-07 12:50:08 +0100 Wim Taymans + + * gst/gstbin.c: + bin: reset GValue from iterator after usage + +2013-02-05 17:15:37 +0100 Wim Taymans + + * tests/check/libs/basesink.c: + tests: add basesink test + +2013-02-05 17:19:50 +0100 Wim Taymans + + * libs/gst/base/gstbasesink.c: + basesink: handle sync of EOS after item without duration + After a buffer or GAP without duration, an EOS event should be rendered + immediately instead of waiting for the end of the segment. + Fixes https://bugzilla.gnome.org/show_bug.cgi?id=692868 + +2013-02-02 11:55:52 -0800 Nate Bogdanowicz + + * gst/gstpipeline.c: + gstpipeline: fix failed assertion caused by seeking pipeline with NULL clock + Under certain GST_STATE_CHANGED_PAUSED_TO_PLAYING transitions, a pipeline with + a NULL clock will fail an assertion due to an unchecked call to gst_object_ref(). + This is fixed by simply adding a check and only ref-ing if the clock is not NULL. + https://bugzilla.gnome.org/show_bug.cgi?id=693065 + +2013-02-05 13:44:06 +0100 Wim Taymans + + * gst/gststructure.h: + structure: change argument name for docs + +2013-02-04 10:30:32 +0100 Stefan Sauer + + * gst/gstdebugutils.c: + debugutils: fix order of caps on an unnegotiated link + headlabel is the sink_pad (where the link points to) and not the other way around. + +2013-02-01 21:59:41 +0100 Stefan Sauer + + * docs/libs/gstreamer-libs-docs.sgml: + * docs/libs/gstreamer-libs-sections.txt: + * docs/libs/gstreamer-libs.types: + * gst/gstcontrolbinding.c: + * libs/gst/controller/gstargbcontrolbinding.c: + * libs/gst/controller/gstdirectcontrolbinding.c: + docs: update the controller docs + Add the control bindings to the docs. Add a little more detail. + +2013-02-01 21:57:45 +0100 Stefan Sauer + + * docs/random/porting-to-1.0.txt: + porting: a few updates for the porting guide + +2013-01-30 13:06:44 +0000 Tim-Philipp Müller + + * libs/gst/base/gstdataqueue.c: + dataqueue: can't pass a GType through GINT_TO_POINTER + Use GSIZE_TO_POINTER instead. sizeof(GType) may be larger + than sizeof(gulong) and sizeof(int), so the casts may + chop off some bits from the GType value on some architectures. + +2013-01-29 12:40:52 +0100 Alexander Schrab + + * tests/check/elements/queue.c: + tests: unit test to trigger the queue/flushing race condition bug for allocation queries + https://bugzilla.gnome.org/show_bug.cgi?id=692691 + +2013-01-28 11:05:28 +0100 Alexander Schrab + + * plugins/elements/gstqueue.c: + queue: remove query from queue if queue is flushing + When querying a queue that is flushing we end up adding + a query to the queuearray without taking a reference to + that query (because the normal functionality is to block + until that query is done and discarded from the queue). + This later causes problem if the query is unreffed outside + of the queue before we discard the queue. There is a check + to avoid unreffing any lingering query-objects, but since + the query has been deleted that check fails. + This commit depends on other fixes done to gst_queue_array_find() + and gst_queue_array_drop_element(). + https://bugzilla.gnome.org/show_bug.cgi?id=692691 + +2013-01-30 11:55:18 +0000 Tim-Philipp Müller + + * libs/gst/base/gstqueuearray.c: + queuearray: make _find() find the value if no compare function is provided + Allow NULL as compare function for direct value lookup. + https://bugzilla.gnome.org/show_bug.cgi?id=692691 + +2013-01-30 11:34:15 +0000 Tim-Philipp Müller + + * tests/check/libs/queuearray.c: + tests: check return value of gst_queue_array_drop_element() too + Was added when the API was made public in git master. + https://bugzilla.gnome.org/show_bug.cgi?id=692691 + +2013-01-29 22:54:21 +0000 Tim-Philipp Müller + + * tests/check/libs/queuearray.c: + tests: one more test for gst_queue_array_drop_element() + https://bugzilla.gnome.org/show_bug.cgi?id=692691 + Conflicts: + tests/check/libs/queuearray.c + +2013-01-28 11:05:28 +0100 Alexander Schrab + + * libs/gst/base/gstqueuearray.c: + queuearray: fix gst_queue_array_find() + https://bugzilla.gnome.org/show_bug.cgi?id=692691 + +2013-01-28 11:05:28 +0100 Alexander Schrab + + * libs/gst/base/gstqueuearray.c: + queuearray: fix gst_queue_array_drop_element() + https://bugzilla.gnome.org/show_bug.cgi?id=692691 + Conflicts: + libs/gst/base/gstqueuearray.c + +2013-01-29 16:55:23 +0200 Sreerenj Balachandran + + * libs/gst/base/gstbitreader-docs.h: + docs: align the comments correctly with the declaration in bitreader docs + https://bugzilla.gnome.org/show_bug.cgi?id=692809 + +2013-01-29 09:45:23 +0100 Wim Taymans + + * libs/gst/base/gstbasesrc.c: + basesrc: handle renegotiation correctly + Don't retry to negotiate when we fail to negotiate but instead produce a + NOT_NEGOTIATED error. We only want to retry negotiation if the result from + gst_pad_push() returned NOT_NEGOTIATED. + +2013-01-28 20:41:20 +0100 Stefan Sauer + + * common: + Automatic update of common submodule + From a942293 to 2de221c + +2013-01-28 13:05:44 +0100 Wim Taymans + + * tests/examples/streams/stream-status.c: + example: fix FIXME in example + Use setpriority to raise priority + +2013-01-27 06:20:51 -0800 Simon Feltman + + * gst/Makefile.am: + g-i: add built enumtypes headers and sources to gir creation + Add gstenumtypes.h/c for inclusion with g-ir-scanner. This fixes + problems where introspection based bindings think GstState is + typeless due to the GType not being included as an annotation. + https://bugzilla.gnome.org/show_bug.cgi?id=691185 + +2013-01-27 09:18:00 +0530 B.Prathibha + + * tests/check/pipelines/stress.c: + tests: use g_timeout_add_seconds in pipeline stress test + https://bugzilla.gnome.org/show_bug.cgi?id=692612 + +2013-01-24 17:50:31 -0500 Olivier Crête + + * docs/libs/gstreamer-libs-sections.txt: + docs: Put the right path for the gstttestclock include file + +2013-01-24 15:50:17 +0100 Wim Taymans + + * docs/pwg/advanced-negotiation.xml: + pwg: rename variable + The filter variable was used twice for different things. + Fixes https://bugzilla.gnome.org/show_bug.cgi?id=692432 + +2013-01-17 21:35:48 -0300 Niv Sardi + + * gst/gstpad.c: + gst_pad_check_reconfigure: only remove flag if set. + the code ifed a debug statement, that can't be right. anyway, the way it is, + we don't really need that branch, as we set the flag to unset only if set + (and that can't fail) hence the end result is always to unset the flag. + Signed-off-by: Niv Sardi + Fixes https://bugzilla.gnome.org/show_bug.cgi?id=691985 + +2013-01-17 21:43:25 -0300 Niv Sardi + + * libs/gst/base/gstbasesrc.c: + basesrc: set NEED_RECONFIGURE flag if negotiate fails + When negotiation fails, mark the pad as needing a reconfigure again so + that it gets picked up again next time. + Signed-off-by: Niv Sardi + Fixes https://bugzilla.gnome.org/show_bug.cgi?id=691986 + +2013-01-19 12:51:56 +0000 Tim-Philipp Müller + + * docs/gst/gstreamer-sections.txt: + * gst/gstutils.c: + * gst/gstutils.h: + * tests/check/gst/gstpad.c: + * win32/common/libgstreamer.def: + pad: add gst_pad_get_stream_id() utility function + API: gst_pad_get_stream_id() + +2013-01-18 16:05:09 +0000 Tim-Philipp Müller + + * tools/gst-launch.1.in: + tools: minor addition to gst-launch-1.0 man page + https://bugzilla.gnome.org/show_bug.cgi?id=692015 + +2013-01-18 16:01:11 +0000 Tim-Philipp Müller + + * tools/gst-launch.1.in: + tools: update gst-launch-1.0 man page for new debug levels + There are more debug levels these days, not only 0-5. + https://bugzilla.gnome.org/show_bug.cgi?id=692015 + +2013-01-17 00:38:14 -0600 Daniel Díaz + + * tests/check/gst/gstabi.c: + * tests/check/gst/struct_arm.h: + * tests/check/libs/libsabi.c: + * tests/check/libs/struct_arm.h: + tests: fix ABI check struct sizes for ARM + and re-enable ABI check for ARM. + https://bugzilla.gnome.org/show_bug.cgi?id=691828 + +2013-01-16 17:24:42 +0000 Tim-Philipp Müller + + * libs/gst/base/gstadapter.c: + docs: add a note to the gst_adapter_take_buffer() docs about buffer flags + https://bugzilla.gnome.org/show_bug.cgi?id=682110 + +2013-01-16 11:29:47 +0000 Tim-Philipp Müller + + * tests/check/gst/gstabi.c: + * tests/check/libs/libsabi.c: + tests: disable ABI checks for architectures where the struct sizes are not up-to-date + https://bugzilla.gnome.org/show_bug.cgi?id=691828 + +2013-01-15 15:03:43 +0000 Tim-Philipp Müller + + * common: + Automatic update of common submodule + From 2a068ce to a942293 + +2013-01-15 13:47:32 +0000 Tim-Philipp Müller + + * docs/gst/Makefile.am: + * docs/libs/Makefile.am: + * docs/plugins/Makefile.am: + * gst/Makefile.am: + * libs/gst/base/Makefile.am: + * libs/gst/check/Makefile.am: + * libs/gst/controller/Makefile.am: + * libs/gst/net/Makefile.am: + * tests/check/Makefile.am: + Use GST_*_1_0 environment variables everywhere + The _1_0 suffixed environment variables override the + non-suffixed ones, so if we're in an environment that + sets the _1_0 suffixed ones, such as jhbuild, we need + to set those to make sure ours actually always get + used. + +2013-01-15 13:47:13 +0000 Tim-Philipp Müller + + * po/af.po: + * po/az.po: + * po/be.po: + * po/bg.po: + * po/ca.po: + * po/cs.po: + * po/da.po: + * po/de.po: + * po/el.po: + * po/en_GB.po: + * po/eo.po: + * po/es.po: + * po/eu.po: + * po/fi.po: + * po/fr.po: + * po/gl.po: + * po/hu.po: + * po/id.po: + * po/it.po: + * po/ja.po: + * po/lt.po: + * po/nb.po: + * po/nl.po: + * po/pl.po: + * po/pt_BR.po: + * po/ro.po: + * po/ru.po: + * po/rw.po: + * po/sk.po: + * po/sl.po: + * po/sq.po: + * po/sr.po: + * po/sv.po: + * po/tr.po: + * po/uk.po: + * po/vi.po: + * po/zh_CN.po: + * po/zh_TW.po: + po: update for new translated string + +2013-01-15 09:42:20 +0000 Tim-Philipp Müller + + * gst/gstpipeline.c: + pipeline: add allow-none annotation for gst_pipeline_new()'s name property + +2013-01-14 20:02:42 +0000 Tim-Philipp Müller + + * docs/libs/gstreamer-libs-sections.txt: + * libs/gst/base/gstbaseparse.c: + docs: minor GstBaseParse docs fixes + Expose docs for gst_base_parse_finish_frame(). + +2013-01-14 17:01:22 +0100 Wim Taymans + + * libs/gst/base/gsttypefindhelper.c: + typefind: handle map failure + +2013-01-14 17:00:46 +0100 Wim Taymans + + * libs/gst/base/gstbasesrc.c: + basesrc: handle map failure + +2013-01-14 17:00:23 +0100 Wim Taymans + + * libs/gst/base/gstadapter.c: + adapter: handle map failure + +2013-01-13 14:45:31 +0000 Tim-Philipp Müller + + * libs/gst/base/gstbaseparse.c: + * libs/gst/base/gstbaseparse.h: + baseparse: add vfuncs to intercept queries + Useful for video parses that want to attach matter or + find out if downstream supports certain metas. + API: GstBaseParseClass::src_query() + API: GstBaseParseClass::sink_query() + https://bugzilla.gnome.org/show_bug.cgi?id=691475 + +2013-01-12 20:54:26 +0000 Tim-Philipp Müller + + * libs/gst/base/gstbaseparse.c: + baseparse: fix up name of default event vfuncs + +2013-01-10 11:34:14 +0100 Stefan Sauer + + * docs/gst/gstreamer-sections.txt: + * gst/gstcontrolbinding.h: + controlbinding: hide one unused typedef + This is not used internally. + +2013-01-10 11:33:42 +0100 Stefan Sauer + + * gst/gstcontrolbinding.c: + * gst/gstcontrolsource.c: + docs: improve api docs for controlsource and -binding + +2013-01-05 16:30:04 +0000 Tim-Philipp Müller + + * tests/check/gst/gstghostpad.c: + tests: fix leak in ghostpad unit test + The created pad is never used and overwritten with + another newly-created pad a few lines below. + +2013-01-04 12:27:38 +0000 Tim-Philipp Müller + + * gst/gstsystemclock.h: + docs: minor systemsclock doc fix + +2013-01-03 10:16:18 +0100 Sebastian Dröge + + * libs/gst/base/gstbasesink.c: + basesink: Initialize uninitialized variable + +2012-12-30 23:35:48 +0100 Thijs Vermeir + + * libs/gst/base/gstadapter.c: + * libs/gst/base/gstadapter.h: + adapter: return gssize from gst_adapter_masked_scan_* functions + As the return value of this function is -1 when the match is not found + +2013-01-01 10:23:59 +0100 Sebastian Dröge + + * libs/gst/base/gstbasesink.c: + basesink: Check if buffers are too late before calling prepare/prepare_list + https://bugzilla.gnome.org/show_bug.cgi?id=690936 + +2012-12-30 23:48:47 +0000 Tim-Philipp Müller + + * configure.ac: + configure: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS + AM_CONFIG_HEADER has been removed in the just-released automake 1.13: + https://lists.gnu.org/archive/html/automake/2012-12/msg00038.html + https://bugzilla.gnome.org/show_bug.cgi?id=690881 + +2012-12-22 16:50:49 +0000 Tim-Philipp Müller + + * gst/gstcaps.c: + * gst/gststructure.c: + * gst/gsttaglist.c: + caps, structure, taglist: micro-optimisations + Avoid some unnecessary GValue copying by making use of + gst_structure_id_take_value() where possible. + +2012-12-22 16:29:03 +0000 Tim-Philipp Müller + + * gst/gstvalue.c: + gstvalue: some micro-optimisations + Avoid unnecessary value copying, and unnecessary init/unset + cycles which all go through the value table. There's a bunch + of places where we copy a value and then unset it in the next + line, instead of just taking over the source value. + +2012-12-22 16:53:47 +0100 Thijs Vermeir + + * scripts/create-uninstalled-setup.sh: + scripts: fix location of repository with ssh + +2012-12-21 16:36:37 +0100 Wim Taymans + + * gst/gstbin.c: + * gst/gstbin.h: + bin: add flag to disable resync state change + Add a GST_BIN_FLAG_NO_RESYNC that disables a resync when an element is added, + removed or linked in the bin. This is interesting for complex bins that + dynamically add elements to themselves and want to manage the state of those + elements without interference from resyncs. + See https://bugzilla.gnome.org/show_bug.cgi?id=690420 + +2012-12-21 10:09:30 +0100 Wim Taymans + + * docs/design/part-synchronisation.txt: + docs: update synchronization document a little + +2012-12-20 16:40:04 +0100 Wim Taymans + + * gst/gstsystemclock.h: + systemclock: add OTHER clock type + Add an OTHER clock type so that subclasses are able to mark themselves as + using some other clock source than the realtime or monotonic clock. + +2012-12-20 13:31:02 +0100 Branko Subasic + + * plugins/elements/gstmultiqueue.c: + multiqueue: correct overrun handling + The control of wheteher a SingleQueue is full is not correct. + Rewrote single_queue_overrun_cb() so it checks the correct variables + when checking if the queue has reached the hard limits, and to + increase the max buffer limit once for each call. + https://bugzilla.gnome.org/show_bug.cgi?id=690557 + +2012-12-20 11:59:54 +0100 Wim Taymans + + * plugins/elements/gstqueue2.c: + queue2: implement buffering query for all modes + Also implement the buffering query for STREAM mode. + +2012-12-20 11:30:25 +0100 Wim Taymans + + * plugins/elements/gstqueue2.c: + queue2: refactor buffering percent and stats + Make methods to get the current buffering percent and the stats. We will use + this in the query later. + +2012-12-13 13:47:29 +0100 Arnaud Vrac + + * libs/gst/base/gstbaseparse.c: + baseparse: fix invalid output timestamps in some cases + +2012-12-14 15:22:27 +0100 Wim Taymans + + * docs/design/part-element-sink.txt: + * docs/design/part-events.txt: + * libs/gst/base/gstbaseparse.c: + * libs/gst/base/gstbasesink.c: + * libs/gst/base/gstbasesrc.c: + * plugins/elements/gstidentity.c: + * plugins/elements/gstoutputselector.c: + NEWSEGMENT -> SEGMENT + +2012-12-14 14:03:43 +0000 Tim-Philipp Müller + + * docs/plugins/gstreamer-plugins.args: + * docs/plugins/gstreamer-plugins.prerequisites: + * docs/plugins/gstreamer-plugins.signals: + * docs/plugins/inspect/plugin-coreelements.xml: + * docs/random/porting-to-1.0.txt: + docs: update plugin docs + Update args/signals etc. + +2012-12-14 11:09:30 +0100 Wim Taymans + + * gst/gstsample.c: + * gst/gststructure.c: + add debug category + Adding a debug category is nicer than logging to the default category + +2012-12-14 11:08:57 +0100 Wim Taymans + + * gst/gstelement.c: + element: improve debug + +2012-12-13 14:48:35 +0100 Wim Taymans + + * libs/gst/base/gstbasesrc.c: + basesrc: call _stop when start failed + When we failed to complete the start, call stop again. This makes sure that all + successfull calls to _start are paired with a _stop. + Fixes https://bugzilla.gnome.org/show_bug.cgi?id=687845 + +2012-12-12 16:44:14 +0000 Sebastian Dröge + + * libs/gst/base/Makefile.am: + * libs/gst/base/base.h: + * libs/gst/base/gstbase.h: + * libs/gst/check/Makefile.am: + * libs/gst/check/check.h: + * libs/gst/check/gstcheck.h: + * libs/gst/controller/Makefile.am: + * libs/gst/controller/controller.h: + * libs/gst/controller/gstcontroller.h: + * libs/gst/net/Makefile.am: + * libs/gst/net/net.h: + libs: Use foo/foo.h as single-include header consistently everywhere + https://bugzilla.gnome.org/show_bug.cgi?id=688785 + +2012-12-11 16:46:18 +0100 Wim Taymans + + * libs/gst/base/gstbaseparse.c: + baseparse: pass DTS and PTS to handle_buffer + This makes it handle the timestamps correctly and avoids using a wrong timestamp + for the output. + +2012-12-11 16:46:01 +0100 Wim Taymans + + * libs/gst/base/gstbaseparse.c: + baseparse: improve debug + Add pts and dts in debug log + +2012-11-03 16:59:39 +0000 Andrzej Bieniek + + * tools/gst-launch.c: + gst-launch: report execution time in GST_TIME_FORMAT + https://bugzilla.gnome.org/show_bug.cgi?id=687523 + +2012-12-10 11:55:42 +0100 Wim Taymans + + * gst/gstplugin.c: + plugin: protect against NULL filename in debug + See https://bugzilla.gnome.org/show_bug.cgi?id=689948 + +2012-12-06 09:48:08 +0100 Wim Taymans + + * gst/gstbufferpool.h: + bufferpool: clarify docs + +2012-12-05 14:56:48 +0100 Wim Taymans + + * gst/gstcaps.c: + caps: fix docs + +2012-12-05 14:24:14 +0100 Wim Taymans + + * libs/gst/base/gstadapter.c: + adapter: fix 0.10 docs to make more sense in 1.0 + +2012-12-05 14:03:27 +0100 Wim Taymans + + * libs/gst/base/gstadapter.c: + adapter: fix docs for 1.0 + Add parent to chain function signature and use it. + +2012-11-30 10:41:51 +0100 Wim Taymans + + * gst/gstmessage.c: + message: add reset-time type string + +2012-11-30 10:41:36 +0100 Wim Taymans + + * gst/gstbin.c: + bin: remove some casts + +2012-11-28 18:08:52 +0000 Tim-Philipp Müller + + * docs/random/porting-to-1.0.txt: + docs: add link to python porting doc and app dev manual to porting-to-1.0.txt + +2012-11-28 17:36:55 +0100 Edward Hervey + + * configure.ac: + configure.ac: Update libtool versioning + In order for 1.x and 1.(x+1) versions to not invade on each other + we need to have different lib versions. + So we need a consistent and predictable scheme: + library version number = MINOR * 100 + MICRO + Ex: + 1.0.0 => 0 (duh) + 1.0.3 => 3 + 1.1.0 => 100 + 1.1.1 => 101 + 1.2.0 => 120 + 1.10.5 => 1005 + .... + +2012-11-26 18:16:52 -0500 Luis de Bethencourt + + * scripts/gst-uninstalled: + add gst-editing-services to PKG_CONFIG_PATH + +2012-11-26 00:51:38 +0000 Tim-Philipp Müller + + * docs/gst/gstreamer-sections.txt: + docs: clean up sections file for pad probe defines that moved into enum + +2012-11-26 00:20:26 +0000 Tim-Philipp Müller + + * common: + * gst/Makefile.am: + * pkgconfig/gstreamer-uninstalled.pc.in: + * pkgconfig/gstreamer.pc.in: + gst: don't require gthread-2.0 + We don't need to link to gthread-2.0 any longer, since all + the normal thread-related stuff is in GLib proper, and we + don't use g_thread_init() any more. + https://bugzilla.gnome.org/show_bug.cgi?id=689043 + +2012-11-25 23:42:57 +0000 Tim-Philipp Müller + + * configure.ac: + * pkgconfig/gstreamer-uninstalled.pc.in: + * pkgconfig/gstreamer.pc.in: + gstreamer-1.0.pc: move gmodule-no-export-2.0 dependency to Requires.private + Users of GStreamer are not generally expected to use the GModule API + directly. so don't force them all to link against it. + While we're at it, no need to define this via configure.ac really, just + put the dependencies directly into the .pc.in file. + +2012-11-25 23:26:47 +0000 Tim-Philipp Müller + + * docs/manual/appendix-integration.xml: + * docs/manual/basics-init.xml: + * gst/gst.c: + docs: remove all mention of g_thread_init() + It's been deprecated since GLib 2.32 and isn't needed any + longer. + +2012-11-25 18:11:38 +0000 Tim-Philipp Müller + + * libs/gst/base/gstdataqueue.c: + dataqueue: reduce debug log spam a bit + Log locking/unlocking with TRACE debug level. + +2012-11-23 21:09:45 +0100 Alessandro Decina + + * gst/gstevent.c: + event: fix annotation for gst_event_parse_stream_start + +2012-11-23 13:36:09 +0000 Tim-Philipp Müller + + * gst/gstpad.h: + pad: document more pad probe values + +2012-11-23 13:34:24 +0000 Tim-Philipp Müller + + * libs/gst/check/gsttestclock.h: + testclock: remove unnecessary include + +2012-11-23 13:32:07 +0000 Tim-Philipp Müller + + * tests/check/gst/gstclock.c: + tests: fix clock unit test build failure after header changes + https://bugzilla.gnome.org/show_bug.cgi?id=688785 + +2012-11-23 12:47:25 +0000 Tim-Philipp Müller + + * gst/gstpad.h: + pad: don't use parenthesis for ORed pad probe flag enums + glib-mkenum doesn't like them for some reason. + https://bugzilla.gnome.org/show_bug.cgi?id=688804 + +2012-11-23 10:58:25 +0100 Olivier Crête + + * gst/gstpad.h: + pad: Put all of the probe types in the enum so they work with bindings + https://bugzilla.gnome.org/show_bug.cgi?id=688804 + +2012-11-20 23:13:33 -0800 Evan Nemerson + + * libs/gst/base/Makefile.am: + * libs/gst/base/gstbase.h: + * libs/gst/check/Makefile.am: + * libs/gst/check/gstcheck.h: + * libs/gst/controller/Makefile.am: + * libs/gst/controller/gstcontroller.h: + * libs/gst/net/gstnet.h: + libs: Add missing single include headers and use them in GIRs + +2012-11-20 16:34:28 +0100 Wim Taymans + + * tests/check/libs/gsttestclock.c: + tests: don't use deprecated thread API + +2012-11-20 16:19:52 +0100 Wim Taymans + + * libs/gst/base/gstbasesink.c: + basesink: add some debug + +2012-11-20 16:19:16 +0100 Wim Taymans + + * libs/gst/base/gstbasesink.c: + basesink: reset START_TIME when needed + Fixes https://bugzilla.gnome.org/show_bug.cgi?id=685870 + +2012-11-20 15:37:11 +0100 Sebastian Dröge + + * gst/gstvalue.h: + value: Make G-I happy by hiding gst_g_thread_get_type() + +2012-11-20 15:07:37 +0100 Christian Fredrik Kalager Schaller + + * gstreamer.spec.in: + Remove xfig from spec file + +2012-11-20 15:06:14 +0100 Sebastian Dröge + + * gst/gstvalue.c: + value: Use the GLib GType for GThread if compiling against GLib 2.35.3 or newer + +2012-11-20 12:56:12 +0100 Sebastian Dröge + + * gst/gst.c: + gst: Don't set the locale in gst_init() + The function init_pre() in gstreamer/gst/gst.c calls setlocale(LC_ALL, ""), + which sets the locale to the values specified in the environment. This is + wrong for two reasons: + 1. It is absolutely not the task of a library to decide on the correct locale + for a program. Some programs change the locale for various (good or bad) + reasons, and libraries should respect that. Programs where GStreamer's + overwriting of the locale causes bugs include Emacs [1, 2], Sublime Text [3], + and Lua [4]. + [1] http://debbugs.gnu.org/cgi/bugreport.cgi?bug=12392 + [2] http://bugzilla.novell.com/show_bug.cgi?id=779426 + [3] http://www.sublimetext.com/forum/viewtopic.php?f=3&t=8543 + [4] https://github.com/pavouk/lgi/issues/19 + Note that setting the locale can cause problems for programs that are not even + linked against GStreamer. In the case of Emacs, for example, GStreamer seems + to be initialized through GTK via libcanberra. + 2. Setting the locale is not thread-safe, and therefore should not be done in a + library. + https://bugzilla.gnome.org/show_bug.cgi?id=685650 + +2012-11-16 19:41:48 +0100 Arnaud Vrac + + * libs/gst/base/gstbaseparse.c: + baseparse: forward stream-start event in push mode + +2012-11-19 13:38:30 +0100 Christian Fredrik Kalager Schaller + + * docs/README: + * docs/manual/state-diagram.fig: + * docs/random/wtay/player.fig: + Remove two last .fig files from build, they are now replaced with .svg files. That said I don't think either .fig file was still being used anywhere. With this change and the one in common GStreamer no longer depends on xfig. + +2012-11-19 13:16:48 +0100 Christian Fredrik Kalager Schaller + + Merge branch 'master' of ssh://git.freedesktop.org/git/gstreamer/gstreamer + +2012-11-19 11:23:32 +0000 Tim-Philipp Müller + + * common: + Automatic update of common submodule + From b497c4f to a72faea + +2012-11-19 11:45:07 +0100 Christian Fredrik Kalager Schaller + + * docs/manual/state-diagram.svg: + * docs/random/wtay/player.svg: + Add SVG versions of .fig file + +2012-11-17 10:27:11 +0000 Tim-Philipp Müller + + * tests/examples/manual/Makefile.am: + examples: don't compile testrtpool example if pthreads are not available like on win32 + Based on patch by: italarab@gmail.com + https://bugzilla.gnome.org/show_bug.cgi?id=688511 + +2012-11-13 21:13:00 +0100 Arnaud Vrac + + * plugins/elements/gstinputselector.c: + inputselector: fix clock leak in wait_running_time + https://bugzilla.gnome.org/show_bug.cgi?id=688477 + +2012-11-17 00:13:14 +0000 Tim-Philipp Müller + + * gst/gstcompat.h: + gstcompat.h: move more deprecated API into the deprecated section + https://bugzilla.gnome.org/show_bug.cgi?id=675598 + +2012-11-14 12:20:54 +0100 Philippe Normand + + * gst/gsttask.c: + task: documentation update + GStaticRecMutex usage has been replaced by GRecMutex, reflect this + change in the documentation. + +2012-11-14 10:55:15 +0000 Tim-Philipp Müller + + * libs/gst/check/gsttestclock.c: + testclock: port to new GLib threading API + +2012-11-13 23:11:34 +0000 Tim-Philipp Müller + + * gst/gstcompat.h: + * libs/gst/base/gstadapter.c: + * tests/check/libs/adapter.c: + tests: gst_adapter_prev_timestamp -> gst_adapter_prev_pts + https://bugzilla.gnome.org/show_bug.cgi?id=675598 + +2012-11-13 22:42:05 +0000 Tim-Philipp Müller + + * libs/gst/check/gsttestclock.c: + * libs/gst/check/gsttestclock.h: + * tests/check/libs/.gitignore: + testclock: minor cleanups, add since markers for gtk-doc + https://bugzilla.gnome.org/show_bug.cgi?id=683012 + +2012-08-30 01:58:41 +0200 Sebastian Rasmussen + + * docs/libs/gstreamer-libs-sections.txt: + * libs/gst/check/Makefile.am: + * libs/gst/check/gsttestclock.c: + * libs/gst/check/gsttestclock.h: + * tests/check/libs/gsttestclock.c: + check: allow GstTestClock to handle clock notifications + API: gst_test_clock_peek_id_count() + API: gst_test_clock_has_id() + API: gst_test_clock_peek_next_pending_id() + API: gst_test_clock_wait_for_next_pending_id() + API: gst_test_clock_wait_for_pending_id_count() + API: gst_test_clock_process_next_clock_id() + API: gst_test_clock_get_next_entry_time() + https://bugzilla.gnome.org/show_bug.cgi?id=683012 + +2012-11-13 21:29:01 +0000 Tim-Philipp Müller + + * libs/gst/check/Makefile.am: + check: add dependency on gstcheck header files for exports.sym + So exports.sym gets updated correctly, and our new symbols get + exported correctly, which makes g-ir-scanner much happier in + terms of linking. + https://bugzilla.gnome.org/show_bug.cgi?id=683012 + +2012-08-29 16:11:10 +0200 Sebastian Rasmussen + + * docs/libs/Makefile.am: + * docs/libs/gstreamer-libs-docs.sgml: + * docs/libs/gstreamer-libs-sections.txt: + * docs/libs/gstreamer-libs.types: + * libs/gst/check/Makefile.am: + * libs/gst/check/gsttestclock.c: + * libs/gst/check/gsttestclock.h: + * tests/check/Makefile.am: + * tests/check/libs/gsttestclock.c: + check: add GstTestClock as a deterministic clock for testing + API: GstTestClock + API: gst_test_clock_new() + API: gst_test_clock_new_with_start_time() + API: gst_test_clock_set_time() + API: gst_test_clock_advance_time() + https://bugzilla.gnome.org/show_bug.cgi?id=683012 + +2012-11-09 21:10:42 +0000 Tim-Philipp Müller + + * libs/gst/base/gstbasesrc.c: + basesrc: fix debug message + +2012-11-08 20:22:19 +0000 Tim-Philipp Müller + + * gst/gststructure.h: + structure: re-indent header file + Tabs to spaces. + +2012-11-12 11:40:59 +0100 Sebastian Dröge + + * gst/gstvalue.c: + * gst/gstvalue.h: + * win32/common/libgstbase.def: + * win32/common/libgstreamer.def: + value: API: Add boxed type for GThread + +2012-11-12 10:30:08 +0100 Sebastian Dröge + + * tools/gst-inspect.c: + gst-inspect: Fix indention for printing typefinder features + +2012-11-12 01:40:42 +0100 Sebastian Rasmussen + + * gst/gstinfo.c: + info: fix compiler warning when debugging disabled + Fixes https://bugzilla.gnome.org/show_bug.cgi?id=688130 + +2012-11-10 09:50:49 +0100 Alessandro Decina + + * plugins/elements/gstqueue.c: + queue: remove unused label. Fixes compiler warning. + +2012-10-29 12:08:31 +0000 Alessandro Decina + + * plugins/elements/gstqueue.c: + * tests/check/elements/queue.c: + queue: don't fail in _sink_event for sticky events + Implement the same behaviour as gst_pad_push_event when pushing sticky events + fails, that is don't fail immediately but fail when data flow resumes and upstream + can aggregate properly. + This fixes segment seeks with decodebin and unlinked audio or video branches. + Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=687899 + +2012-11-09 16:50:50 +0100 Wim Taymans + + * libs/gst/base/gstbasesink.c: + * libs/gst/base/gstbasesink.h: + basesink: add simple rate control + Add a max-bitrate property that will slightly delay rendering of buffers if it + would exceed the maximum defined bitrate. This can be used to do + rate control on network sinks, for example. + API: GstBaseSink::max-bitrate + API: gst_base_sink_set_max_bitrate() + API: gst_base_sink_get_max_bitrate() + +2012-11-08 15:33:01 +1100 Matthew Waters + + * gst/gstbufferpool.c: + bufferpool: lock before unlock in _get_config + Fixes deadlock on Windows + Fixes https://bugzilla.gnome.org/show_bug.cgi?id=687896 + +2012-11-07 18:15:11 +0000 Tim-Philipp Müller + + * configure.ac: + configure: update courtesy of autoupdate + +2012-11-07 17:59:49 +0000 Tim-Philipp Müller + + * common: + common: update for AG_GST_PLUGIN_DOCS python checks + +2012-11-06 18:29:28 +0100 Olivier Crête + + * docs/gst/running.xml: + * tools/gst-launch.1.in: + Document GST_DEBUG_FILE + +2012-11-06 17:03:47 +0000 Tim-Philipp Müller + + * tools/gst-inspect.c: + gst-inspect: fix alignment of rank, etc. + +2012-11-06 16:58:04 +0000 Tim-Philipp Müller + + * plugins/elements/gstelements.c: + elements: fix leading space in plugin description string + +2012-11-03 20:44:48 +0000 Tim-Philipp Müller + + * COPYING: + * docs/random/LICENSE: + * gst/gettext.h: + * gst/glib-compat-private.h: + * gst/glib-compat.c: + * gst/glib-compat.h: + * gst/gst-i18n-app.h: + * gst/gst-i18n-lib.h: + * gst/gst.c: + * gst/gst.h: + * gst/gst_private.h: + * gst/gstallocator.c: + * gst/gstallocator.h: + * gst/gstatomicqueue.c: + * gst/gstatomicqueue.h: + * gst/gstbin.c: + * gst/gstbin.h: + * gst/gstbuffer.c: + * gst/gstbuffer.h: + * gst/gstbufferlist.c: + * gst/gstbufferlist.h: + * gst/gstbufferpool.c: + * gst/gstbufferpool.h: + * gst/gstbus.c: + * gst/gstbus.h: + * gst/gstcaps.c: + * gst/gstcaps.h: + * gst/gstchildproxy.c: + * gst/gstchildproxy.h: + * gst/gstclock.c: + * gst/gstclock.h: + * gst/gstcompat.h: + * gst/gstconfig.h.in: + * gst/gstcontrolbinding.c: + * gst/gstcontrolbinding.h: + * gst/gstcontrolsource.c: + * gst/gstcontrolsource.h: + * gst/gstdatetime.c: + * gst/gstdatetime.h: + * gst/gstdebugutils.c: + * gst/gstdebugutils.h: + * gst/gstelement.c: + * gst/gstelement.h: + * gst/gstelementfactory.c: + * gst/gstelementfactory.h: + * gst/gstelementmetadata.h: + * gst/gsterror.c: + * gst/gsterror.h: + * gst/gstevent.c: + * gst/gstevent.h: + * gst/gstformat.c: + * gst/gstformat.h: + * gst/gstghostpad.c: + * gst/gstghostpad.h: + * gst/gstinfo.c: + * gst/gstinfo.h: + * gst/gstiterator.c: + * gst/gstiterator.h: + * gst/gstmacros.h: + * gst/gstmemory.c: + * gst/gstmemory.h: + * gst/gstmessage.c: + * gst/gstmessage.h: + * gst/gstmeta.c: + * gst/gstmeta.h: + * gst/gstminiobject.c: + * gst/gstminiobject.h: + * gst/gstobject.c: + * gst/gstobject.h: + * gst/gstpad.c: + * gst/gstpad.h: + * gst/gstpadtemplate.c: + * gst/gstpadtemplate.h: + * gst/gstparamspecs.c: + * gst/gstparamspecs.h: + * gst/gstparse.c: + * gst/gstparse.h: + * gst/gstpipeline.c: + * gst/gstpipeline.h: + * gst/gstplugin.c: + * gst/gstplugin.h: + * gst/gstpluginfeature.c: + * gst/gstpluginfeature.h: + * gst/gstpluginloader.c: + * gst/gstpluginloader.h: + * gst/gstpoll.c: + * gst/gstpoll.h: + * gst/gstpreset.c: + * gst/gstpreset.h: + * gst/gstquark.c: + * gst/gstquark.h: + * gst/gstquery.c: + * gst/gstquery.h: + * gst/gstregistry.c: + * gst/gstregistry.h: + * gst/gstregistrybinary.c: + * gst/gstregistrybinary.h: + * gst/gstregistrychunks.c: + * gst/gstregistrychunks.h: + * gst/gstsample.c: + * gst/gstsample.h: + * gst/gstsegment.c: + * gst/gstsegment.h: + * gst/gststructure.c: + * gst/gststructure.h: + * gst/gstsystemclock.c: + * gst/gstsystemclock.h: + * gst/gsttaglist.c: + * gst/gsttaglist.h: + * gst/gsttagsetter.c: + * gst/gsttagsetter.h: + * gst/gsttask.c: + * gst/gsttask.h: + * gst/gsttaskpool.c: + * gst/gsttaskpool.h: + * gst/gsttoc.c: + * gst/gsttoc.h: + * gst/gsttocsetter.c: + * gst/gsttocsetter.h: + * gst/gsttrace.c: + * gst/gsttrace.h: + * gst/gsttypefind.c: + * gst/gsttypefind.h: + * gst/gsttypefindfactory.c: + * gst/gsttypefindfactory.h: + * gst/gsturi.c: + * gst/gsturi.h: + * gst/gstutils.c: + * gst/gstutils.h: + * gst/gstvalue.c: + * gst/gstvalue.h: + * gst/gstversion.h.in: + * gst/math-compat.h: + * libs/gst/base/gstadapter.c: + * libs/gst/base/gstadapter.h: + * libs/gst/base/gstbaseparse.c: + * libs/gst/base/gstbaseparse.h: + * libs/gst/base/gstbasesink.c: + * libs/gst/base/gstbasesink.h: + * libs/gst/base/gstbasesrc.c: + * libs/gst/base/gstbasesrc.h: + * libs/gst/base/gstbasetransform.c: + * libs/gst/base/gstbasetransform.h: + * libs/gst/base/gstbitreader-docs.h: + * libs/gst/base/gstbitreader.c: + * libs/gst/base/gstbitreader.h: + * libs/gst/base/gstbytereader-docs.h: + * libs/gst/base/gstbytereader.c: + * libs/gst/base/gstbytereader.h: + * libs/gst/base/gstbytewriter-docs.h: + * libs/gst/base/gstbytewriter.c: + * libs/gst/base/gstbytewriter.h: + * libs/gst/base/gstcollectpads.c: + * libs/gst/base/gstcollectpads.h: + * libs/gst/base/gstdataqueue.c: + * libs/gst/base/gstdataqueue.h: + * libs/gst/base/gstindex.c: + * libs/gst/base/gstindex.h: + * libs/gst/base/gstmemindex.c: + * libs/gst/base/gstpushsrc.c: + * libs/gst/base/gstpushsrc.h: + * libs/gst/base/gstqueuearray.c: + * libs/gst/base/gstqueuearray.h: + * libs/gst/base/gsttypefindhelper.c: + * libs/gst/base/gsttypefindhelper.h: + * libs/gst/check/gstbufferstraw.c: + * libs/gst/check/gstbufferstraw.h: + * libs/gst/check/gstcheck.c: + * libs/gst/check/gstcheck.h: + * libs/gst/check/gstconsistencychecker.c: + * libs/gst/check/gstconsistencychecker.h: + * libs/gst/check/libcheck/check.c: + * libs/gst/check/libcheck/check.h.in: + * libs/gst/check/libcheck/check_error.c: + * libs/gst/check/libcheck/check_error.h: + * libs/gst/check/libcheck/check_impl.h: + * libs/gst/check/libcheck/check_list.c: + * libs/gst/check/libcheck/check_list.h: + * libs/gst/check/libcheck/check_log.c: + * libs/gst/check/libcheck/check_log.h: + * libs/gst/check/libcheck/check_msg.c: + * libs/gst/check/libcheck/check_msg.h: + * libs/gst/check/libcheck/check_pack.c: + * libs/gst/check/libcheck/check_pack.h: + * libs/gst/check/libcheck/check_print.c: + * libs/gst/check/libcheck/check_print.h: + * libs/gst/check/libcheck/check_run.c: + * libs/gst/check/libcheck/check_str.c: + * libs/gst/check/libcheck/check_str.h: + * libs/gst/controller/gstargbcontrolbinding.c: + * libs/gst/controller/gstargbcontrolbinding.h: + * libs/gst/controller/gstdirectcontrolbinding.c: + * libs/gst/controller/gstdirectcontrolbinding.h: + * libs/gst/controller/gstinterpolationcontrolsource.c: + * libs/gst/controller/gstinterpolationcontrolsource.h: + * libs/gst/controller/gstlfocontrolsource.c: + * libs/gst/controller/gstlfocontrolsource.h: + * libs/gst/controller/gsttimedvaluecontrolsource.c: + * libs/gst/controller/gsttimedvaluecontrolsource.h: + * libs/gst/controller/gsttriggercontrolsource.c: + * libs/gst/controller/gsttriggercontrolsource.h: + * libs/gst/helpers/gst-plugin-scanner.c: + * libs/gst/net/gstnet.h: + * libs/gst/net/gstnetaddressmeta.c: + * libs/gst/net/gstnetaddressmeta.h: + * libs/gst/net/gstnetclientclock.c: + * libs/gst/net/gstnetclientclock.h: + * libs/gst/net/gstnettimepacket.c: + * libs/gst/net/gstnettimepacket.h: + * libs/gst/net/gstnettimeprovider.c: + * libs/gst/net/gstnettimeprovider.h: + * plugins/elements/gstcapsfilter.c: + * plugins/elements/gstcapsfilter.h: + * plugins/elements/gstelements.c: + * plugins/elements/gstfakesink.c: + * plugins/elements/gstfakesink.h: + * plugins/elements/gstfakesrc.c: + * plugins/elements/gstfakesrc.h: + * plugins/elements/gstfdsink.c: + * plugins/elements/gstfdsink.h: + * plugins/elements/gstfdsrc.c: + * plugins/elements/gstfdsrc.h: + * plugins/elements/gstfilesink.c: + * plugins/elements/gstfilesink.h: + * plugins/elements/gstfilesrc.c: + * plugins/elements/gstfilesrc.h: + * plugins/elements/gstidentity.c: + * plugins/elements/gstidentity.h: + * plugins/elements/gstinputselector.c: + * plugins/elements/gstinputselector.h: + * plugins/elements/gstmultiqueue.c: + * plugins/elements/gstmultiqueue.h: + * plugins/elements/gstoutputselector.c: + * plugins/elements/gstoutputselector.h: + * plugins/elements/gstqueue.c: + * plugins/elements/gstqueue.h: + * plugins/elements/gstqueue2.c: + * plugins/elements/gstqueue2.h: + * plugins/elements/gsttee.c: + * plugins/elements/gsttee.h: + * plugins/elements/gsttypefindelement.c: + * plugins/elements/gsttypefindelement.h: + * plugins/elements/gstvalve.c: + * plugins/elements/gstvalve.h: + * scripts/create-uninstalled-setup.sh: + * scripts/five-bugs-a-day.pl: + * tests/benchmarks/caps.c: + * tests/benchmarks/capsnego.c: + * tests/benchmarks/complexity.c: + * tests/benchmarks/controller.c: + * tests/benchmarks/gstbufferstress.c: + * tests/benchmarks/gstclockstress.c: + * tests/benchmarks/gstpollstress.c: + * tests/benchmarks/init.c: + * tests/benchmarks/mass-elements.c: + * tests/check/elements/capsfilter.c: + * tests/check/elements/fakesink.c: + * tests/check/elements/fakesrc.c: + * tests/check/elements/fdsrc.c: + * tests/check/elements/filesink.c: + * tests/check/elements/filesrc.c: + * tests/check/elements/identity.c: + * tests/check/elements/multiqueue.c: + * tests/check/elements/queue.c: + * tests/check/elements/queue2.c: + * tests/check/elements/selector.c: + * tests/check/elements/tee.c: + * tests/check/elements/valve.c: + * tests/check/generic/sinks.c: + * tests/check/generic/states.c: + * tests/check/gst/gst.c: + * tests/check/gst/gstabi.c: + * tests/check/gst/gstatomicqueue.c: + * tests/check/gst/gstbin.c: + * tests/check/gst/gstbuffer.c: + * tests/check/gst/gstbufferlist.c: + * tests/check/gst/gstbus.c: + * tests/check/gst/gstcaps.c: + * tests/check/gst/gstchildproxy.c: + * tests/check/gst/gstclock.c: + * tests/check/gst/gstcontroller.c: + * tests/check/gst/gstdatetime.c: + * tests/check/gst/gstelement.c: + * tests/check/gst/gstelementfactory.c: + * tests/check/gst/gstevent.c: + * tests/check/gst/gstghostpad.c: + * tests/check/gst/gstindex.c: + * tests/check/gst/gstinfo.c: + * tests/check/gst/gstiterator.c: + * tests/check/gst/gstmemory.c: + * tests/check/gst/gstmessage.c: + * tests/check/gst/gstmeta.c: + * tests/check/gst/gstminiobject.c: + * tests/check/gst/gstobject.c: + * tests/check/gst/gstpad.c: + * tests/check/gst/gstparamspecs.c: + * tests/check/gst/gstpipeline.c: + * tests/check/gst/gstplugin.c: + * tests/check/gst/gstpoll.c: + * tests/check/gst/gstpreset.c: + * tests/check/gst/gstquery.c: + * tests/check/gst/gstregistry.c: + * tests/check/gst/gstsegment.c: + * tests/check/gst/gststructure.c: + * tests/check/gst/gstsystemclock.c: + * tests/check/gst/gsttag.c: + * tests/check/gst/gsttagsetter.c: + * tests/check/gst/gsttask.c: + * tests/check/gst/gsttoc.c: + * tests/check/gst/gsttocsetter.c: + * tests/check/gst/gsturi.c: + * tests/check/gst/gstutils.c: + * tests/check/gst/gstvalue.c: + * tests/check/libs/adapter.c: + * tests/check/libs/basesink.c: + * tests/check/libs/basesrc.c: + * tests/check/libs/bitreader.c: + * tests/check/libs/bytereader.c: + * tests/check/libs/bytewriter.c: + * tests/check/libs/collectpads.c: + * tests/check/libs/controller.c: + * tests/check/libs/gstlibscpp.cc: + * tests/check/libs/gstnetclientclock.c: + * tests/check/libs/gstnettimeprovider.c: + * tests/check/libs/libsabi.c: + * tests/check/libs/queuearray.c: + * tests/check/libs/transform1.c: + * tests/check/libs/typefindhelper.c: + * tests/check/pipelines/cleanup.c: + * tests/check/pipelines/parse-disabled.c: + * tests/check/pipelines/parse-launch.c: + * tests/check/pipelines/queue-error.c: + * tests/check/pipelines/seek.c: + * tests/check/pipelines/simple-launch-lines.c: + * tests/check/pipelines/stress.c: + * tests/check/tools/gstinspect.c: + * tests/examples/memory/my-memory.c: + * tests/examples/memory/my-memory.h: + * tests/examples/memory/my-vidmem.c: + * tests/examples/memory/my-vidmem.h: + * tests/examples/metadata/read-metadata.c: + * tests/examples/streams/testrtpool.c: + * tests/examples/streams/testrtpool.h: + * tests/examples/typefind/typefind.c: + * tests/misc/network-clock-utils.scm: + * tests/misc/network-clock.scm: + * tools/gst-inspect.c: + * tools/gst-launch.c: + * tools/gst-typefind.c: + * tools/tools.h: + * win32/common/gstconfig.h: + * win32/common/gstversion.h: + Fix FSF address + https://bugzilla.gnome.org/show_bug.cgi?id=687520 + +2012-10-31 19:33:30 +0000 Tim-Philipp Müller + + * docs/plugins/gstreamer-plugins.args: + * plugins/elements/gstqueue.c: + * plugins/elements/gstqueue.h: + queue: add "flush-on-eos" property + In flush-on-eos=true mode any data remaining in the queue is + discarded when an EOS event is received, and the EOS passed + downstream as soon as possible (instead of waiting for all + buffers in the queue to get processed by downstream first). + May or may not be useful in capture/encoding scenarios. + +2012-10-31 18:32:38 +0000 Tim-Philipp Müller + + * common: + common: update for python detection + Fixes docs build. + +2012-10-31 17:37:37 +0000 Tim-Philipp Müller + + * common: + * configure.ac: + configure: let AG_GST_PLUGIN_DOCS check for python + And update common for move from AS_PATH_PYTHON to AM_PATH_PYTHON, + which as a side-effect should pick up newer python versions as well. + https://bugzilla.gnome.org/show_bug.cgi?id=563903 + +2012-10-30 10:04:44 +1100 Jan Schmidt + + * libs/gst/base/gstcollectpads.c: + collectpads: Clarify docs about the buffer handler callback. + Clarify that the callback owns a ref on a passed buffer. + +2012-10-30 10:04:14 +1100 Jan Schmidt + + * plugins/elements/gstmultiqueue.c: + multiqueue: Add EOS status to debug output about filled/unfilled + +2012-10-22 00:31:09 +1100 Jan Schmidt + + * tests/check/libs/collectpads.c: + check: Add a simple test for the CollectPads buffer collect callback + +2012-10-29 13:26:10 +0000 Tim-Philipp Müller + + * libs/gst/base/Makefile.am: + * libs/gst/check/Makefile.am: + * libs/gst/controller/Makefile.am: + * libs/gst/net/Makefile.am: + g-i: fix "can't resolve libraries to shared libraries: gstcheck-1.0" build error + Revert --library=libfoo-1.0.la -> --library=foo-1.0 change made + in previous commit. Turns out that was wrong, despite what the + man page says. + https://bugzilla.gnome.org/show_bug.cgi?id=603710 + +2012-10-29 11:30:30 +0000 Tim-Philipp Müller + + * gst/gstutils.c: + pad: downgrade 'creating random stream-id' debug log message + No need for it to be a warning. + +2012-06-13 13:02:48 +0100 Vincent Penquerc'h + + * libs/gst/base/gstbaseparse.c: + baseparse: prevent excessively high memory usage with long streams + Large streams would index one frame every second, which can get quite + large with multi-hour streams, so add an additional byte-based + minimum distance as well, which will kick in for long streams + and make sure we never have more than a couple of thousand index + entries. + https://bugzilla.gnome.org/show_bug.cgi?id=666053 + +2012-10-28 17:17:49 +0000 Tim-Philipp Müller + + * libs/gst/base/Makefile.am: + * libs/gst/check/Makefile.am: + * libs/gst/controller/Makefile.am: + * libs/gst/net/Makefile.am: + libs: g-i: avoid multiple libraries in the shared-library tag + Using multiple libraries causes problems for the C# bindings and + will for similiar languages such as Java when there are bindings + for them. + Also change --library=libgstfoo-X.la to --library=gstfoo-X as + the man page suggests it should be done. + https://bugzilla.gnome.org/show_bug.cgi?id=679315 + +2012-10-28 15:53:19 +0000 Tim-Philipp Müller + + * docs/gst/gstreamer-sections.txt: + * gst/gstpluginfeature.c: + * gst/gstpluginfeature.h: + * win32/common/libgstreamer.def: + pluginfeature: add gst_plugin_feature_get_plugin_name() + API: gst_plugin_feature_get_plugin_name() + https://bugzilla.gnome.org/show_bug.cgi?id=571832 + +2012-10-27 14:40:14 +0100 Tim-Philipp Müller + + * gst/gstinfo.c: + info: allow setting of GST_DEBUG levels by name + e.g. GST_DEBUG=*:INFO,*src:LOG + +2012-06-29 12:38:52 -0400 Thibault Saunier + + * gst/gst.c: + gst: make us of the new gst_debug_set_threshold_from_string function + https://bugzilla.gnome.org/show_bug.cgi?id=679152 + +2012-06-29 12:05:36 -0400 Thibault Saunier + + * docs/gst/gstreamer-sections.txt: + * gst/gstinfo.c: + * gst/gstinfo.h: + * win32/common/libgstreamer.def: + info: add a function to set debug threshold from a GST_DEBUG-style string + Use the same format as with the GST_DEBUG environment variable. + API: gst_debug_set_threshold_from_string() + https://bugzilla.gnome.org/show_bug.cgi?id=679152 + +2012-10-25 15:27:23 +0200 Sebastian Dröge + + * tests/check/libs/queuearray.c: + queuearray: Fix unit test + +2012-10-22 10:13:20 +0200 Sebastian Dröge + + * docs/libs/gstreamer-libs-docs.sgml: + * docs/libs/gstreamer-libs-sections.txt: + * libs/gst/base/Makefile.am: + * libs/gst/base/gstdataqueue.c: + * libs/gst/base/gstdataqueue.h: + * libs/gst/base/gstqueuearray.c: + * libs/gst/base/gstqueuearray.h: + * plugins/elements/Makefile.am: + * plugins/elements/gstdataqueue.c: + * plugins/elements/gstdataqueue.h: + * plugins/elements/gstmultiqueue.c: + * plugins/elements/gstmultiqueue.h: + * plugins/elements/gstqueue.c: + * plugins/elements/gstqueue.h: + * plugins/elements/gstqueuearray.c: + * plugins/elements/gstqueuearray.h: + * win32/common/libgstbase.def: + dataqueue/queuearray: Make public API again + These are actually used outside of coreelements nowadays. + Also hide lots of internals and add padding and documentation. + +2012-10-25 12:10:27 +0100 Tim-Philipp Müller + + * configure.ac: + * docs/plugins/inspect/plugin-coreelements.xml: + * win32/common/config.h: + * win32/common/gstversion.h: + Back to feature development + +=== release 1.0.2 === + +2012-10-25 00:04:49 +0100 Tim-Philipp Müller + + * ChangeLog: + * NEWS: + * RELEASE: + * configure.ac: + * docs/plugins/inspect/plugin-coreelements.xml: + * gstreamer.doap: + * win32/common/config.h: + * win32/common/gstversion.h: + Release 1.0.2 + +2012-10-24 16:13:34 +0400 Руслан Ижбулатов + + * tests/examples/manual/Makefile.am: + examples: link testrtpool to pthreads + Fixes #686787 + +2012-10-24 11:46:01 +0200 Sebastian Dröge + + * gst/gstevent.c: + event: Allow GST_CLOCK_TIME_NONE as duration for GAP events + +2012-10-24 11:16:12 +0200 Wim Taymans + + * libs/gst/base/gstbasesrc.c: + basesrc: use new GCond for async state change + Use a new GCond, protected with the object lock, to signal completion + of the async state change. We can't reuse the live lock because that + one can be locked when the create function blocks. + Fixes https://bugzilla.gnome.org/show_bug.cgi?id=686723 + +2012-10-22 20:25:43 +0200 Miguel Angel Cabrera Moya + + * gst/gstallocator.c: + allocator: fix memory leak in _fallback_mem_copy + https://bugzilla.gnome.org/show_bug.cgi?id=686658 + +2012-10-22 20:33:06 +0200 Miguel Angel Cabrera Moya + + * gst/gstpreset.c: + preset: remove variable not read + https://bugzilla.gnome.org/show_bug.cgi?id=686659 + +2012-10-22 15:04:26 +0200 Sebastian Dröge + + * configure.ac: + * libs/gst/check/libcheck/Makefile.am: + * m4/ax_pthread.m4: + * tests/examples/streams/Makefile.am: + configure: Properly check for pthread + The old check failed on Android for example. + +2012-10-22 10:25:40 +0200 Sebastian Dröge + + * gst/gstinfo.c: + info: Don't use GST_DEBUG() in gst_debug_add_log_function() and related functions unconditionally + If GStreamer was not initialized yet this will cause g_warnings(). + +2012-10-20 19:44:43 +0100 Tim-Philipp Müller + + * libs/gst/base/gstcollectpads.h: + collectpads: fix g-i annotation for GstCollectPadsBufferFunction + We pass ownership of the buffer to the function. + +2012-10-20 12:54:06 +0100 Tim-Philipp Müller + + * docs/libs/Makefile.am: + * gst/gst.c: + g_type_init() is no longer required and deprecated in glib >= 2.35.0 + https://bugzilla.gnome.org/show_bug.cgi?id=686456 + +2012-10-19 13:36:33 -0700 Michael Smith + + * gst/gstsample.c: + GstSample: fix typo in G-I annotations, allows creating GstSamples from bindings. + +2012-10-18 15:31:17 +0200 Sebastian Dröge + + * gst/gstpoll.c: + poll: Fix compiler warning about constness + passing argument 1 of 'g_mutex_lock' discards 'const' qualifier from pointer target type + passing argument 1 of 'g_mutex_unlock' discards 'const' qualifier from pointer target type + +2012-10-17 16:49:19 +0100 Tim-Philipp Müller + + * gst/gstbin.c: + * gst/gstpipeline.c: + bin, pipeline: use gst_element_class_set_static_metadata() + So the strings aren't copied. + +2012-10-16 12:31:50 +0200 Sebastian Dröge + + * gst/gstelement.c: + * gst/gstelement.h: + element: API: Add GstElement::post_message() vfunc + Conflicts: + gst/gstelement.h + +2012-10-16 11:54:54 +0200 Wim Taymans + + * docs/pwg/advanced-events.xml: + pwg: link to caps and qos chapters + +2012-10-16 11:20:59 +0200 Wim Taymans + + * docs/pwg/building-boiler.xml: + * docs/pwg/building-queryfn.xml: + * docs/pwg/pwg.xml: + pwg: add section about query function + +2012-10-16 11:12:38 +0200 Wim Taymans + + * docs/pwg/building-eventfn.xml: + pwg: fix event function + +2012-10-15 19:56:36 +0100 Tim-Philipp Müller + + * libs/gst/base/gstcollectpads.c: + * libs/gst/base/gstcollectpads.h: + collectpads: minor docs fixes + +2012-10-15 19:55:42 +0100 Tim-Philipp Müller + + * libs/gst/base/gstcollectpads.c: + collectpads: fix buffer leak in clip_time + +2012-10-15 18:44:52 +0200 Mark Nauwelaerts + + * libs/gst/base/gstcollectpads.c: + collectpads: call clip function with user data + +2012-10-15 14:06:45 +0200 Wim Taymans + + * docs/pwg/pwg.xml: + pwg: reorder some chapters + Reorder some chapter so that they match the steps done in the + element. + +2012-10-15 13:59:50 +0200 Wim Taymans + + * docs/pwg/advanced-negotiation.xml: + pwg: small tweaks to negotiation + +2012-10-15 13:44:51 +0200 Wim Taymans + + * docs/pwg/advanced-negotiation.xml: + pwg: improve negotiation documentation some more + +2012-10-15 12:10:46 +0200 Wim Taymans + + * docs/design/part-negotiation.txt: + * docs/pwg/advanced-negotiation.xml: + pwg: update negotiation part + +2012-10-15 12:10:11 +0200 Wim Taymans + + * docs/design/part-synchronisation.txt: + docs: update synchronization docs + +2012-10-12 16:58:03 +0200 Wim Taymans + + * docs/pwg/advanced-negotiation.xml: + pwg: work on rewriting caps negotiation docs + +2012-10-12 16:09:26 +0200 Wim Taymans + + * docs/design/part-negotiation.txt: + design: rename passthrough negotiation + Rename passthrough negotiation to transform negotiation to avoid + confusion with passthrough operation. + +2012-10-12 13:15:48 +0200 Wim Taymans + + * docs/manual/basics-elements.xml: + * docs/manual/basics-pads.xml: + manual: no more new-decoded-pad + +2012-10-12 13:13:32 +0200 Wim Taymans + + * docs/manual/advanced-dataaccess.xml: + * docs/manual/appendix-compiling.xml: + * docs/manual/manual.xml: + manual: move embedding elements to separate chapter + +2012-10-12 13:01:28 +0200 Wim Taymans + + * docs/pwg/advanced-qos.xml: + pwg: small example for throttle + +2012-10-12 12:55:57 +0200 Wim Taymans + + * docs/pwg/advanced-qos.xml: + * docs/pwg/pwg.xml: + pwg: add info about QoS + +2012-10-12 12:55:25 +0200 Wim Taymans + + * docs/pwg/intro-basics.xml: + pwg: adds some more links + +2012-10-12 12:55:03 +0200 Wim Taymans + + * docs/design/part-qos.txt: + qos: messages are posted, not dropped + +2012-10-12 10:35:43 +0200 Wim Taymans + + * docs/manual/communication.png: + * docs/manual/diagrams-general.svg: + * docs/manual/diagrams-pipelines.svg: + * docs/manual/gstreamer-overview.png: + * docs/manual/mime-world.png: + * docs/manual/thread-buffering.png: + manual: update graphics + +2012-10-11 17:10:17 +0200 Wim Taymans + + * docs/manual/advanced-buffering.xml: + * tests/examples/manual/.gitignore: + * tests/examples/manual/Makefile.am: + manual: add example of no-rebuffer buffering strategy + +2012-10-11 17:10:04 +0200 Wim Taymans + + * docs/manual/basics-bus.xml: + * docs/manual/intro-gstreamer.xml: + manual: small tweaks + +2012-10-11 17:09:29 +0200 Wim Taymans + + * gst/gstquery.c: + query: buffering time left is in milliseconds + +2012-10-11 17:07:39 +0200 Wim Taymans + + * docs/manual/basics-bins.xml: + manual: add some text about bin state change order + +2012-10-10 16:43:58 +0200 Wim Taymans + + * docs/manual/highlevel-playback.xml: + * tests/examples/manual/Makefile.am: + manual: talk about playsink + Talk about playsink and give an example of its usage. + +2012-10-10 13:08:31 +0200 Wim Taymans + + * docs/manual/advanced-autoplugging.xml: + * docs/manual/highlevel-components.xml: + * docs/manual/highlevel-playback.xml: + * docs/manual/manual.xml: + * tests/examples/manual/Makefile.am: + manual: add something about uridecodebin + +2012-10-10 11:35:01 +0200 Mark Nauwelaerts + + * libs/gst/base/gstcollectpads.c: + collectpads: ensure all timestamps are in same time domain + ... by not only processing incoming buffers through a clip function, + but also other timestamps such as those coming from GAP event. + +2012-10-10 10:36:32 +0200 Mark Nauwelaerts + + * libs/gst/base/gstbaseparse.c: + * libs/gst/base/gstbasesrc.h: + docs: adjust some parameter mismatches + +2012-10-10 11:34:27 +0200 Sebastian Dröge + + * gst/gstpad.c: + pad: Downgrade GST_WARNING to GST_INFO + It's usually not a problem if a query fails if there's no peer, + especially as it will happen during pad linking (caps query) + quite often and spams the logs. + +2012-10-09 17:06:04 +0200 Wim Taymans + + * docs/manual/advanced-autoplugging.xml: + * tests/examples/manual/.gitignore: + * tests/examples/manual/Makefile.am: + manual: remove outdated autoplugging section + Remove autoplugging chapter and point to decodebin/playbin examples. + +2012-10-09 16:12:01 +0200 Wim Taymans + + * docs/manual/advanced-threads.xml: + * tests/examples/manual/.gitignore: + * tests/examples/manual/Makefile.am: + manual: Talk about threading + Rework the threading chapter. + Talk about stream-status and give some examples on how to change + the thread priorities. + +2012-10-09 15:57:29 +0200 Wim Taymans + + * docs/design/part-stream-status.txt: + design: improve stream-status document + +2012-10-09 15:31:19 +0200 Wim Taymans + + * libs/gst/base/gstbasesrc.c: + basesrc: retrieve the result from start_complete + gst_base_src_start_complete() can fail when the thread could not be + started, for example. Make sure it causes the state change to fail by + retrieving the result from _start_complete(). + +2012-10-09 15:31:04 +0200 Wim Taymans + + * libs/gst/base/gstbasesrc.c: + basesrc: improve debug + +2012-10-09 10:24:34 +0200 Wim Taymans + + * gst/gstpad.h: + pad: small docs fixes and remove a 0.11 fixme + +2012-10-08 16:42:11 +0200 Wim Taymans + + * docs/design/part-buffering.txt: + * docs/manual/advanced-buffering.xml: + * docs/manual/manual.xml: + manual: talk a bit about buffering + +2012-10-08 13:22:30 +0200 Wim Taymans + + * docs/manual/advanced-clocks.xml: + * docs/pwg/advanced-clock.xml: + docs: improve clock chapter + +2012-10-08 10:39:30 +0200 Wim Taymans + + * docs/manual/advanced-dataaccess.xml: + * tests/examples/manual/Makefile.am: + manual: add example for effect switching + +2012-10-08 09:11:53 +0200 Wim Taymans + + * docs/design/part-preroll.txt: + * docs/design/part-sparsestreams.txt: + docs: small updates + +2012-10-07 16:48:25 +0100 Tim-Philipp Müller + + * configure.ac: + * docs/plugins/inspect/plugin-coreelements.xml: + * win32/common/config.h: + * win32/common/gstversion.h: + Back to development (bug-fixing) + +=== release 1.0.1 === + +2012-10-07 13:10:33 +0100 Tim-Philipp Müller + + * ChangeLog: + * NEWS: + * RELEASE: + * configure.ac: + * docs/plugins/inspect/plugin-coreelements.xml: + * gstreamer.doap: + * win32/common/config.h: + * win32/common/gstenumtypes.c: + * win32/common/gstversion.h: + Release 1.0.1 + +2012-10-07 00:15:49 +0100 Tim-Philipp Müller + + * tests/check/gst/struct_i386.h: + * tests/check/libs/struct_i386.h: + tests: update struct_i386.h for ABI checks + Fixes make check on 32-bit x86. + +2012-10-06 17:26:21 +0100 Tim-Philipp Müller + + * tests/check/gst/struct_ppc32.h: + * tests/check/libs/struct_ppc32.h: + tests: update struct_ppc32.h for ABI checks + Fixes make check on 32-bit PowerPC. + +2012-10-06 14:55:35 +0100 Tim-Philipp Müller + + * common: + Automatic update of common submodule + From 6c0b52c to 6bb6951 + +2012-10-06 12:08:34 +0100 Tim-Philipp Müller + + * tests/examples/manual/.gitignore: + examples: .gitignore more binaries from the manual + +2012-10-05 16:04:52 +0200 Wim Taymans + + * docs/design/Makefile.am: + * docs/design/part-block.txt: + * docs/design/part-probes.txt: + docs: remove obsolete part-block document + Merge the part-block document into part-probes + +2012-10-05 09:42:59 +0200 Wim Taymans + + * gst/gstpad.c: + pad: resend dropped events + If we try to push sticky events but a probe dropped them, we don't mark + the event as received and mark the pad as PENDING_EVENTS. This ensures + that we resend the event the next time. For this we need to let the + custom flow return from the probe trickle up to + gst_pad_push_event_unchecked() so that we can differentiate between + OK and DROPPED probe returns. + +2012-10-05 07:14:17 +0200 Wim Taymans + + * gst/gstpad.c: + pad: don't store sticky events on flushing/EOS pads + Don't store sticky events on flushing or EOS pads. This was done + correctly for source pads but not for sink pads. + +2012-10-04 11:24:09 +0100 Tim-Philipp Müller + + * docs/libs/gstreamer-libs-sections.txt: + * libs/gst/base/gstbasetransform.c: + * win32/common/libgstbase.def: + docs: add Since markers for new API and add it to docs and .def file + +2012-10-04 11:50:58 +0200 Wim Taymans + + * docs/manual/advanced-dataaccess.xml: + * tests/examples/manual/Makefile.am: + manual: add dynamic capsfilter example + +2012-10-04 11:18:19 +0200 Wim Taymans + + * plugins/elements/gstcapsfilter.c: + capsfilter: don't prefer passthrough + Basetransform should not try to negotiate in passthrough mode but + respect the order of what we return in the transform_caps method. + A typical case is that you specify some specific new caps in the + caps property but also allow the current caps to pass. + +2012-10-04 11:15:36 +0200 Wim Taymans + + * libs/gst/base/gstbasetransform.c: + * libs/gst/base/gstbasetransform.h: + basetrans: add an option to prefer passthrough + Basetransform attempts to do passthrough mode regardless of the order of + the transform_caps method. Add a method to disable this. + This is needed for elements like capsfilter that want to transform caps + based on the order of the caps property. + +2012-10-04 10:01:19 +0200 Wim Taymans + + * libs/gst/base/gstbasetransform.c: + basetrans: improve some comments + +2012-10-03 17:17:02 +0200 Wim Taymans + + * docs/manual/advanced-autoplugging.xml: + * docs/manual/advanced-dataaccess.xml: + manual: talk some more about dynamic pipelines + +2012-10-03 13:49:34 +0200 Wim Taymans + + * gst/gstmeta.c: + meta: don't put essential logic in g_return_val_* + +2012-10-03 13:45:22 +0200 Wim Taymans + + * docs/pwg/advanced-allocation.xml: + * libs/gst/net/gstnetaddressmeta.c: + * tests/check/gst/gstmeta.c: + meta: do metadata registration threadsafe + We need to use g_once to register the metadata implementations + only once. + See https://bugzilla.gnome.org/show_bug.cgi?id=685332 + +2012-10-03 13:35:20 +0200 Wim Taymans + + * gst/gstmeta.c: + meta: handle multiple implementation registration + First check that we can actually register the implementation before + making a GstMetaInfo. If we can't register we would otherwise end + up with an undefined type and an invalid GstMetaInfo. + It's possible that type registration fails because another metadata + with the same implementation name was already registered. + +2012-10-03 13:12:44 +0200 Wim Taymans + + * docs/manual/advanced-dataaccess.xml: + manual: use CDATA for code blocks + then we don't have to escape special token anymore. + +2012-10-03 13:09:00 +0200 Wim Taymans + + * docs/manual/advanced-dataaccess.xml: + * tests/examples/manual/Makefile.am: + manual: add partial preroll example with probes + +2012-10-03 10:53:20 +0200 Wim Taymans + + * docs/manual/advanced-dataaccess.xml: + manual: add more stuff about probes + +2012-10-02 17:23:28 +0200 Wim Taymans + + * docs/manual/advanced-dataaccess.xml: + manual: start talking about dynamic pipeline changes + +2012-10-02 16:47:05 +0200 Wim Taymans + + * docs/manual/advanced-dataaccess.xml: + manual: move section around + +2012-10-02 16:44:28 +0200 Wim Taymans + + * docs/manual/advanced-dataaccess.xml: + * tests/examples/manual/Makefile.am: + pwg: add appsink docs + +2012-10-02 16:15:19 +0200 Wim Taymans + + * docs/manual/advanced-dataaccess.xml: + * tests/examples/manual/Makefile.am: + pwg: rewite data-access chapter + Rewrite the data-access chapter so that we talk about appsrc instead + of the fakesrc hacks. + +2012-10-02 13:22:35 +0200 Wim Taymans + + * docs/design/draft-klass.txt: + * docs/manual/advanced-dataaccess.xml: + * docs/manual/advanced-metadata.xml: + * docs/manual/appendix-integration.xml: + * gst/gstpreset.c: + * po/README: + * tools/gst-plot-timeline.py: + docs: some 0.10 -> 1.0 changes + +2012-10-02 13:12:39 +0200 Wim Taymans + + * docs/pwg/advanced-allocation.xml: + pwg: add allocation query example + +2012-10-02 12:49:17 +0200 Wim Taymans + + * docs/pwg/advanced-allocation.xml: + pwg: add bufferpool docs + +2012-10-02 11:34:47 +0200 Wim Taymans + + * docs/manual/appendix-programs.xml: + * docs/manual/manual.xml: + * docs/pwg/advanced-allocation.xml: + pwg: flesh out allocation docs + Add more examples. + Add example for implementing new metadata. + Add programs to the docs (again?), it seems to contain useful info. + +2012-10-01 16:59:41 +0200 Wim Taymans + + * docs/pwg/titlepage.xml: + pwg: add new author + +2012-10-01 16:55:55 +0200 Wim Taymans + + * docs/pwg/advanced-allocation.xml: + pwg: add allocation docs + +2012-10-01 16:46:03 +0200 Wim Taymans + + * docs/design/part-buffer.txt: + * docs/design/part-bufferpool.txt: + * docs/design/part-meta.txt: + docs: update design docs + +2012-10-01 13:28:54 +0200 Wim Taymans + + * docs/design/part-bufferpool.txt: + * docs/design/part-memory.txt: + * docs/pwg/advanced-allocation.xml: + * docs/pwg/pwg.xml: + docs: more docs fixes + Fix allocator design doc + Add beginning of allocation chapter in the pwg + +2012-10-01 11:47:46 +0200 Wim Taymans + + * docs/pwg/appendix-checklist.xml: + * docs/pwg/appendix-porting.xml: + * docs/pwg/other-manager.xml: + * docs/pwg/other-ntoone.xml: + pwg: final cleanups for 1.0 + +2012-10-01 11:24:52 +0200 Wim Taymans + + * docs/pwg/advanced-events.xml: + * docs/pwg/other-base.xml: + pwg: fix events and base classes + +2012-10-01 10:40:54 +0200 Wim Taymans + + * docs/pwg/advanced-tagging.xml: + pwg: fixup tag docs + +2012-10-01 09:48:48 +0200 Wim Taymans + + * docs/pwg/advanced-interfaces.xml: + pwg: patch up the section about interfaces + +2012-09-30 04:05:36 +1000 Jan Schmidt + + * libs/gst/base/gstbasesrc.c: + basesrc: Fix seamless segment function + The 3rd parameter of gst_base_src_new_seamless_segment in + 0.10 is the time associated with the start of the new segment, + not the position in the new segment. Fix the name of the parameter, + the docs, and the implementation to match the needs of the only + extant consumer: DVD playback. + +2012-09-29 14:35:58 +0100 Tim-Philipp Müller + + * gst/gstvalue.c: + * tests/check/gst/gstcaps.c: + value: avoid duplicates when intersecting lists + Fixes negotiation taking a ridiculous amount of + time (multiple 10s of seconds on a core2) when + there are duplicate entries in lists. + Could have a negative performance impact on other + scenarios because we now have to iterate the + dest list to avoid duplicates, but we don't + have a lot of lists any more these days, and + they tend to be small anyway. The negatives + are hopefully countered by the positive effects + of reducing the list length early on in the + process. And in any case, it's the right thing + to do. + Based on patch by Andre Moreira Magalhaes. + https://bugzilla.gnome.org/show_bug.cgi?id=684981 + +2012-09-29 00:27:03 +0100 Tim-Philipp Müller + + * docs/pwg/building-boiler.xml: + pwg: minor update + https://bugzilla.gnome.org/show_bug.cgi?id=621121 + +2012-09-28 23:53:53 +0200 Wim Taymans + + * docs/faq/dependencies.xml: + faq: add missing tag + +2012-09-28 15:17:27 -0400 Olivier Crête + + * gst/gstminiobject.c: + * tests/check/gst/gstmemory.c: + miniobject: Always reject WRITE locks on READONLY miniobjects + Verify that mapping a read-only memory as read doesnt make it writable + +2012-09-28 20:38:20 +0100 Tim-Philipp Müller + + * docs/faq/dependencies.xml: + * docs/random/autotools: + * docs/random/moving-plugins: + docs: purge all mention of liboil, update FAQ + https://bugzilla.gnome.org/show_bug.cgi?id=673285 + +2012-09-28 16:03:15 +0200 Wim Taymans + + * docs/pwg/advanced-clock.xml: + * docs/pwg/advanced-dparams.xml: + * docs/pwg/advanced-interfaces.xml: + pwg: update for 1.0 + Rewrite clock part. + start on interfaces + +2012-09-28 13:25:49 +0200 Wim Taymans + + * docs/pwg/advanced-request.xml: + pwg: rework dynamic pads docs + +2012-09-28 13:25:30 +0200 Wim Taymans + + * docs/pwg/advanced-scheduling.xml: + pwg: rework scheduling docs + +2012-09-28 13:24:52 +0200 Wim Taymans + + * docs/pwg/building-props.xml: + * docs/pwg/other-base.xml: + pwg: remove some GST_BOILERPLATE + +2012-09-28 11:18:11 +0200 Wim Taymans + + * docs/design/part-activation.txt: + docs: update activation design docs + +2012-09-28 10:41:54 +0200 Wim Taymans + + * gst/gstpad.c: + * gst/gstpad.h: + pad: fix activate docs + +2012-09-28 10:04:51 +0200 Wim Taymans + + * docs/pwg/advanced-negotiation.xml: + pwg: fix more negotiation for 1.0 + +2012-09-27 16:59:04 +0200 Olivier Blin + + * gst/gstinfo.c: + info: do not register printf extension for %p + This happened when glib was not using system printf, and caused the + internal gstreamer printf extensions to be used for all %p printfs, + causing crashes. + https://bugzilla.gnome.org/show_bug.cgi?id=684970 + +2012-09-27 17:21:53 +0200 Wim Taymans + + * docs/pwg/advanced-negotiation.xml: + pwg: fix some negotiation to 1.0 + +2012-09-27 14:42:07 +0200 Wim Taymans + + * docs/pwg/building-props.xml: + * docs/pwg/building-state.xml: + * docs/pwg/building-testapp.xml: + pwg: more updates for 1.0 + +2012-09-27 13:57:46 +0200 Wim Taymans + + * docs/pwg/building-chainfn.xml: + * docs/pwg/building-eventfn.xml: + * docs/pwg/building-pads.xml: + * docs/pwg/pwg.xml: + pwg: more updates for 1.0 + +2012-09-27 11:53:36 +0200 Wim Taymans + + * docs/pwg/building-boiler.xml: + pwg: update boiler to 1.0 + +2012-09-27 11:06:06 +0200 Wim Taymans + + * gst/gstghostpad.c: + ghostpad: also ref the internal pad for activate functions + Also take a ref to the internal pad in the activate functions + +2012-09-24 18:26:16 -0400 Olivier Crête + + * gst/gstghostpad.c: + proxypad: Hold a reference to the internal pad while pushing through it + https://bugzilla.gnome.org/show_bug.cgi?id=684809 + +2012-09-25 14:44:54 -0400 Olivier Crête + + * tests/check/gst/gstghostpad.c: + tests: Test the case where ghost pads are removed while streaming + https://bugzilla.gnome.org/show_bug.cgi?id=684809 + +2012-09-27 09:44:07 +0200 Wim Taymans + + * tests/check/Makefile.am: + * tests/check/libs/libsabi.c: + * tests/check/libs/struct_arm.h: + * tests/check/libs/struct_hppa.h: + * tests/check/libs/struct_i386.h: + * tests/check/libs/struct_ppc32.h: + * tests/check/libs/struct_ppc64.h: + * tests/check/libs/struct_sparc.h: + * tests/check/libs/struct_x86_64.h: + tests: enable library abi checks + +2012-09-26 23:32:35 +0100 Tim-Philipp Müller + + * libs/gst/base/gstbasesink.c: + * libs/gst/base/gstbasesrc.c: + docs: fix up basesrc/basesink docs formatting + +2012-09-26 17:08:30 +0200 Wim Taymans + + * tests/check/Makefile.am: + * tests/check/gst/struct_arm.h: + * tests/check/gst/struct_hppa.h: + * tests/check/gst/struct_i386.h: + * tests/check/gst/struct_ppc32.h: + * tests/check/gst/struct_ppc64.h: + * tests/check/gst/struct_sparc.h: + * tests/check/gst/struct_x86_64.h: + tests: add abi checks + Enable abi checks again. + Fix abi sizes for x86_64, copy the file to other archs. + +2012-09-26 16:26:48 +0200 Wim Taymans + + * libs/gst/base/gstbasesink.c: + * libs/gst/base/gstbasesrc.c: + update docs for 1.0 API + +2012-09-26 14:15:01 +0200 Mark Nauwelaerts + + * gst/gsturi.c: + uri: use proper 'transfer floating' annotation + https://bugzilla.gnome.org/show_bug.cgi?id=664099 + +2012-09-26 13:19:13 +0200 Wim Taymans + + * plugins/elements/gsttypefindelement.c: + * plugins/elements/gsttypefindelement.h: + typefind: send STREAM-START event + Send a STREAM_START event when we are operating in pull mode. + Fixes https://bugzilla.gnome.org/show_bug.cgi?id=684424 + +2012-09-26 10:55:28 +0200 Mark Nauwelaerts + + * gst/gstsegment.h: + segment: mark GstSegmentFlags as flags rather than enum + ... which really makes a difference when trying to serialize + a flags value which is a combination of flags, which is hard + to do as an enum type. + +2012-09-26 10:54:06 +0200 Mark Nauwelaerts + + * plugins/elements/gstidentity.c: + identity: retimestamp both pts and dts when doing so + +2012-09-26 15:01:42 +1000 Jan Schmidt + + * libs/gst/base/gstbaseparse.c: + baseparse: Move some run of the mill debug statements to LOG level + +2012-09-26 14:23:52 +1000 Jan Schmidt + + * libs/gst/base/gstbaseparse.c: + baseparse: Output timestamps after a seek. + Reinitialise the DTS after a seek so as to continue + generating timestamps when baseparse is not downstream + of a demuxer. + Fixes: #684538 + +2012-09-25 17:06:45 +0200 Wim Taymans + + * docs/manual/appendix-programs.xml: + * docs/manual/basics-pads.xml: + * docs/pwg/advanced-types.xml: + * docs/pwg/building-boiler.xml: + * docs/pwg/building-pads.xml: + * docs/pwg/other-ntoone.xml: + * tools/gst-launch.1.in: + * tools/gst-typefind.1.in: + docs: updates + MIME-type -> Media type + Fix some old gst-inspect output + +2012-09-25 16:53:08 +0200 Wim Taymans + + * docs/pwg/intro-basics.xml: + * docs/pwg/intro-preface.xml: + pwg: update for 1.0 API + +2012-09-25 15:11:33 +0200 Wim Taymans + + * docs/gst/gstreamer-sections.txt: + docs: add section for metadata + +2012-09-25 13:09:38 +0200 Sebastian Dröge + + * gst/gstelement.c: + * gst/gstelementfactory.c: + elementfactory: Fail if no valid element factory metadata is set + +2012-09-25 13:09:28 +0200 Sebastian Dröge + + * gst/gstplugin.c: + plugin: Fail if no valid plugin metadata is set + +2012-09-25 15:06:43 +0200 Mark Nauwelaerts + + * plugins/elements/gstidentity.c: + identity: also track and store segment info in single segment mode + +2012-09-25 14:40:20 +0200 Wim Taymans + + * docs/manual/advanced-autoplugging.xml: + * docs/manual/advanced-dataaccess.xml: + * docs/manual/advanced-interfaces.xml: + * docs/manual/advanced-threads.xml: + * docs/manual/appendix-checklist.xml: + * docs/manual/appendix-integration.xml: + * docs/manual/appendix-porting.xml: + * docs/manual/basics-bins.xml: + * docs/manual/basics-bus.xml: + * docs/manual/basics-data.xml: + * docs/manual/basics-elements.xml: + * docs/manual/basics-helloworld.xml: + * docs/manual/highlevel-components.xml: + * docs/manual/intro-basics.xml: + * docs/manual/manual.xml: + * docs/random/porting-to-1.0.txt: + * tests/examples/manual/Makefile.am: + manual: fix up the manual + MIME-type -> media types + Fix up the manual in various places with the 1.0 way of doing things + such as probes, static elements, scheduling, ... + Add porting from 0.10 to 1.0 chapter. + Add probe example to build. + Remove some docs for remove components such as GstMixer and + GstPropertyProbe, XML... + +2012-09-24 16:50:50 +0200 Wim Taymans + + * docs/manual/intro-gstreamer.xml: + docs: gst-python is no more + gst-python is no more and gst-libav is one of the main modules that + we release. + +2012-09-24 16:31:34 +0200 Wim Taymans + + * libs/gst/base/gstbasesink.c: + docs: fix basesink docs + +2012-09-24 16:25:36 +0200 Wim Taymans + + * docs/faq/getting.xml: + * docs/faq/troubleshooting.xml: + * docs/faq/using.xml: + docs: update FAQ + Change versions. + Use tools with version prefix. + +2012-09-25 13:15:14 +0100 Tim-Philipp Müller + + * po/af.po: + * po/az.po: + * po/be.po: + * po/bg.po: + * po/ca.po: + * po/cs.po: + * po/da.po: + * po/de.po: + * po/el.po: + * po/en_GB.po: + * po/eo.po: + * po/es.po: + * po/eu.po: + * po/fi.po: + * po/fr.po: + * po/gl.po: + * po/hu.po: + * po/id.po: + * po/it.po: + * po/ja.po: + * po/lt.po: + * po/nb.po: + * po/nl.po: + * po/pl.po: + * po/pt_BR.po: + * po/ro.po: + * po/ru.po: + * po/rw.po: + * po/sk.po: + * po/sl.po: + * po/sq.po: + * po/sr.po: + * po/sv.po: + * po/tr.po: + * po/uk.po: + * po/vi.po: + * po/zh_CN.po: + * po/zh_TW.po: + po: update translations for typo fix + +2012-09-25 13:14:53 +0100 Tim-Philipp Müller + + * gst/gsttaglist.c: + taglist: fix typo in translated string + Spotted by Chris Leonard. + https://bugzilla.gnome.org/show_bug.cgi?id=684755 + +2012-09-25 09:27:59 +0200 Sebastian Dröge + + * gst/gstpluginfeature.c: + pluginfeature: Remove 0.11.9X->1.0.0 version mangling + +2012-09-25 01:02:03 +0100 Josep Torra Valles + + * tests/benchmarks/complexity.c: + * tests/benchmarks/gstpollstress.c: + benchmarks: printf format fixes to make intel compiler happy + https://bugzilla.gnome.org/show_bug.cgi?id=552657 + +2012-09-25 00:55:59 +0100 Josep Torra Valles + + * libs/gst/base/gsttypefindhelper.c: + * plugins/elements/gstfakesink.c: + * plugins/elements/gstfakesrc.c: + * plugins/elements/gstmultiqueue.c: + * plugins/elements/gsttee.c: + * tools/gst-launch.c: + * tools/tools.h: + Make intel compiler happier + https://bugzilla.gnome.org/show_bug.cgi?id=552657 + +2012-09-24 16:31:54 +0100 Tim-Philipp Müller + + * configure.ac: + * docs/plugins/inspect/plugin-coreelements.xml: + * win32/common/config.h: + * win32/common/gstversion.h: + Back to development (bug fixing) + +=== release 1.0.0 === + +2012-09-24 12:19:16 +0100 Tim-Philipp Müller + + * NEWS: + * RELEASE: + * configure.ac: + * docs/plugins/inspect/plugin-coreelements.xml: + * gstreamer.doap: + * win32/common/config.h: + Release 1.0.0 + +2012-09-24 00:39:26 +0100 Tim-Philipp Müller + + * docs/random/porting-to-1.0.txt: + docs: update 0.11 references in porting guide + +2012-09-24 00:37:27 +0100 Tim-Philipp Müller + + * docs/random/porting-to-0.11.txt: + * docs/random/porting-to-1.0.txt: + docs: rename porting-to-0.11.txt to porting-to-1.0.txt + +2012-09-23 19:56:43 +0100 Tim-Philipp Müller + + * libs/gst/check/gstcheck.h: + check: fix FIXME printing for tcase_skip_broken_test() + +2012-09-23 17:30:50 +0100 Tim-Philipp Müller + + * docs/random/release: + docs: update release doc + Create tags for releases without the ugly RELEASE- prefix. + +2012-09-23 12:42:01 +0100 Tim-Philipp Müller + + * libs/gst/base/gstcollectpads.c: + collectpads: don't forward random stream-start event + It's not right, and we don't know what extra properties + that event might have set in future (e.g. sparseness). + This change means collectpad users need to create their + own stream-start event now. We could add a utility + function that creates a stream-start event based on + the input stream-start events. + +2012-09-22 16:07:15 +0100 Tim-Philipp Müller + + * common: + Automatic update of common submodule + From 4f962f7 to 6c0b52c + +2012-09-21 21:13:27 +0200 Mark Nauwelaerts + + * docs/manual/advanced-dparams.xml: + manual: update controller documentation + +2012-09-21 21:13:13 +0200 Mark Nauwelaerts + + * gst/gstobject.c: + object: update controller documentation + +2012-09-18 15:22:03 +0200 Bastian Winkler + + * tools/gst-launch.1.in: + man: Fix syntax for value lists in caps strings + Value lists use curly brackets instead of parentheses + https://bugzilla.gnome.org/show_bug.cgi?id=684293 + +2012-09-20 14:48:17 -0400 Olivier Crête + + * gst/gstpad.c: + * tests/check/gst/gstpad.c: + pad: Remove pad probes only once + Also add test to make sure that if a pad probe is removed while it's + callback is running, the cleanup_hook isn't called again if it + returns GST_PAD_PROBE_REMOVE + +2012-09-19 15:01:46 -0400 Olivier Crête + + * docs/gst/gstreamer-sections.txt: + * gst/gstpad.c: + * gst/gstpad.h: + * win32/common/libgstreamer.def: + pad: Add functions to safely access GstProbeInfo data pointer + This is so that introspection based bindings can access it. + https://bugzilla.gnome.org/show_bug.cgi?id=684402 + +2012-09-19 23:25:54 +0100 Tim-Philipp Müller + + * docs/manual/basics-bins.xml: + docs: remove reference to 0.8 GstBin API from manual + https://bugzilla.gnome.org/show_bug.cgi?id=684048 + +2012-09-19 15:14:35 +0200 Mark Nauwelaerts + + * plugins/elements/gstidentity.c: + identity: transform GAP event in single segment mode + +2012-09-19 09:44:08 +0100 Tim-Philipp Müller + + * libs/gst/base/gstcollectpads.c: + docs: collectpads doc fixes + +2012-09-18 21:49:41 +0200 Wim Taymans + + * libs/gst/base/gstbasetransform.c: + basetransform: check acquire result value + Check the result value from _buffer_pool_acquire() and return the + value when allocation failed. + Fixes https://bugzilla.gnome.org/show_bug.cgi?id=684285 + +2012-09-18 12:14:34 +0200 Sebastian Dröge + + * gst/gstpad.c: + pad: Fix refcount bug by unreffing the correct variable + +=== release 0.11.99 === + +2012-09-17 17:56:44 +0100 Tim-Philipp Müller + + * configure.ac: + * docs/plugins/inspect/plugin-coreelements.xml: + * gstreamer.doap: + * win32/common/config.h: + Release 0.11.99 + +2012-09-17 13:35:26 +0100 Tim-Philipp Müller + + * configure.ac: + * gst/Makefile.am: + * gst/gst.h: + * libs/gst/base/Makefile.am: + * libs/gst/check/Makefile.am: + * libs/gst/controller/Makefile.am: + * libs/gst/net/Makefile.am: + * win32/vs10/Common.props: + Remove GST_USE_UNSTABLE_API guard and defines + +2012-09-17 13:09:58 +0200 Sebastian Dröge + + * gst/gstpad.c: + * gst/gstpad.h: + * tests/check/gst/gstghostpad.c: + pad: Add parent parameter to the link and unlink functions + Fixes part of bug #683995. + +2012-09-16 23:20:46 +0100 Tim-Philipp Müller + + * gst/gststructure.c: + * gst/gstvalue.c: + * tests/check/gst/gsttag.c: + sample: add serialisation/deserialisation functions for GstSample + Since these things are inside taglists now, it would be good to be + able to print them and deserialise them. + https://bugzilla.gnome.org/show_bug.cgi?id=681322 + +2012-09-15 21:56:07 +0200 Christian Fredrik Kalager Schaller + + * gstreamer.spec.in: + Switch to F18 naming of the package + +2012-09-15 18:43:39 +0200 Mark Nauwelaerts + + * docs/manual/advanced-autoplugging.xml: + * docs/manual/basics-elements.xml: + * tools/gst-inspect.c: + use gst_element_factory_get_metadata to replace obsolete API + +2012-09-14 17:52:14 +0200 Mark Nauwelaerts + + * docs/manual/advanced-metadata.xml: + * docs/manual/basics-bus.xml: + replace gst_tag_list_free with gst_tag_list_unref + +2012-09-14 17:00:23 +0200 Mark Nauwelaerts + + * tests/check/gst/gstcontroller.c: + * tests/check/gst/gstpreset.c: + * tests/check/libs/controller.c: + * tests/check/libs/test_transform.c: + * tests/check/pipelines/parse-launch.c: + * tests/examples/controller/control-sources.c: + replace gst_element_class_set_details_simple with gst_element_class_set_metadata + +2012-09-06 16:32:35 +0200 Wim Taymans + + * libs/gst/base/gstbasetransform.c: + basetrans: whitespace fix + +2012-09-14 14:08:18 +0100 Tim-Philipp Müller + + * docs/plugins/gstreamer-plugins-docs.sgml: + docs: indexers are no more + https://bugzilla.gnome.org/show_bug.cgi?id=684018 + +2012-09-14 13:34:24 +0200 Wim Taymans + + * tests/examples/stepping/framestep1.c: + tests: fix for appsink return value addition + +2012-09-14 02:54:52 +0100 Tim-Philipp Müller + + * configure.ac: + Back to development + +=== release 0.11.94 === + +2012-09-14 02:46:34 +0100 Tim-Philipp Müller + + * ChangeLog: + * configure.ac: + * docs/plugins/gstreamer-plugins.args: + * docs/plugins/gstreamer-plugins.hierarchy: + * docs/plugins/inspect/plugin-coreelements.xml: + * gstreamer.doap: + * win32/common/config.h: + Release 0.11.94 + +2012-09-14 01:28:46 +0100 Olivier Crête + + * gst/gstpad.c: + pad: don't try to pretty-print event after we've given away ownership + Might cause crashes with debug logging enabled. + https://bugzilla.gnome.org/show_bug.cgi?id=683996 + +2012-09-14 01:17:54 +0100 Tim-Philipp Müller + + * po/af.po: + * po/az.po: + * po/be.po: + * po/bg.po: + * po/ca.po: + * po/cs.po: + * po/da.po: + * po/de.po: + * po/el.po: + * po/en_GB.po: + * po/eo.po: + * po/es.po: + * po/eu.po: + * po/fi.po: + * po/fr.po: + * po/gl.po: + * po/hu.po: + * po/id.po: + * po/it.po: + * po/ja.po: + * po/lt.po: + * po/nb.po: + * po/nl.po: + * po/pl.po: + * po/pt_BR.po: + * po/ro.po: + * po/ru.po: + * po/rw.po: + * po/sk.po: + * po/sl.po: + * po/sq.po: + * po/sr.po: + * po/sv.po: + * po/tr.po: + * po/uk.po: + * po/vi.po: + * po/zh_CN.po: + * po/zh_TW.po: + po: update translations + +2012-09-14 00:30:37 +0100 Tim-Philipp Müller + + * gst/gstcompat.h: + gstcompat: fix backwards compat macro for gst_message_new_duration + Name it properly, so it, like, works. Clearly no one actually + used that.. + +2012-09-13 12:00:08 +0200 Wim Taymans + + * docs/pwg/advanced-types.xml: + * docs/pwg/intro-basics.xml: + docs: fix formats a little + +2012-09-13 11:38:52 +0200 Wim Taymans + + * win32/common/libgstbase.def: + defs: add new baseparse function + +2012-09-13 11:38:33 +0200 Wim Taymans + + * tools/gst-launch.1.in: + docs: fourcc is no more + +2012-09-13 11:35:41 +0200 Wim Taymans + + * docs/design/draft-klass.txt: + * docs/design/part-missing-plugins.txt: + * docs/faq/using.xml: + * docs/manual/advanced-dataaccess.xml: + * docs/manual/appendix-checklist.xml: + * docs/manual/appendix-programs.xml: + * docs/manual/basics-pads.xml: + * docs/pwg/advanced-negotiation.xml: + * docs/pwg/building-boiler.xml: + * docs/pwg/building-pads.xml: + * docs/pwg/other-ntoone.xml: + * libs/gst/base/gstbasetransform.c: + * plugins/elements/gstcapsfilter.c: + * plugins/elements/gsttee.c: + * tests/benchmarks/caps.c: + * tests/benchmarks/capsnego.c: + * tests/check/gst/gststructure.c: + * tools/gst-launch.1.in: + docs: fix some docs + from git grep for ffmpegcolorspace and x-raw- + +2012-09-13 10:48:08 +0200 Wim Taymans + + * libs/gst/base/gstbaseparse.h: + parse: add missing declaration + +2012-09-13 10:24:16 +0200 Wim Taymans + + * libs/gst/base/gstbasesrc.c: + basesrc: indent fix + +2012-09-12 22:44:37 -0700 Jan Schmidt + + * libs/gst/base/gstbaseparse.c: + baseparse: Add a mode/flag for disabling PTS interpolation + To be used by sub-classes implementing video formats with reordering + such as MPEG. + +2012-09-10 18:38:57 -0700 Jan Schmidt + + * libs/gst/base/gstbaseparse.c: + baseparse: Handle GAP and still-frame events. + Hacky, because the still-frame code all lives in -base, where we + can't use it - so this is a hacky duplication of -base code. Not + sure which way to fix this: Move baseparse to -base, or move still-frame + events to core? + +2012-09-04 19:38:26 -0700 Jan Schmidt + + * libs/gst/base/gstbaseparse.c: + baseparse: Restructure event handling + Make the event handling more like what videodecoder does, + to ensure that all events are passed to child classes before being + placed on the pending queue or pushed onward. + +2012-09-03 10:30:08 -0700 Jan Schmidt + + * libs/gst/base/gstbaseparse.c: + baseparse: Store incoming cached events in reverse order + Reverse the list just before sending. Prepending is more efficient + than appending, so this saves some cycles. + +2012-09-02 23:32:50 -0700 Jan Schmidt + + * libs/gst/base/gstbaseparse.c: + baseparse: First attempt at handling both DTS and PTS + +2012-09-13 00:38:21 +0100 Tim-Philipp Müller + + * gst/gsttaglist.c: + taglist: add warning when we get something else than a sample for a sample tag + Facilitate GstBuffer -> GstSample transition for some tags, + could be hard to catch otherwise when creating tags, since + it'll only be apparent later when someone tries to read the + tags. + +2012-09-12 14:14:31 +0200 Andreas Frisch + + * gst/gstelementfactory.c: + elementfactory: don't crash if no element klass has been set + https://bugzilla.gnome.org/show_bug.cgi?id=683865 + +2012-09-12 23:12:14 +0200 Stefan Sauer + + * tests/check/libs/collectpads.c: + collectpads: fix a misplaced ')' + +2012-09-12 21:20:46 +0100 Tim-Philipp Müller + + * gst/gsterror.c: + error: don't tell people to file a bug for negotiation errors + +2012-09-12 20:54:50 +0200 Stefan Sauer + + * docs/libs/gstreamer-libs-sections.txt: + * libs/gst/base/gstcollectpads.c: + * libs/gst/base/gstcollectpads.h: + * tests/check/libs/collectpads.c: + * win32/common/libgstbase.def: + collectpads: remove gst_collect_pads_add_pad_full + Rename gst_collect_pads_add_pad_full() to gst_collect_pads_add_pad() and fix all + invocations. + +2012-09-12 17:16:41 +0200 Mark Nauwelaerts + + * plugins/elements/gstfilesink.c: + filesink: fix build on Cygwin + ... where __fbufsize is not available + +2012-09-12 13:00:15 +0100 Tim-Philipp Müller + + * tests/check/elements/queue2.c: + Revert "tests: fix buffer leak in queue2 unit test" + This reverts commit 232fd2953eb00f694b667e7796704f5974cea452. + This was already fixed. + +2012-05-24 13:08:16 +0100 Tim-Philipp Müller + + * plugins/elements/gstqueue2.c: + queue2: fix possible data corruption in ring buffer mode when seeking + Fix race that could cause data corruption when seeking in ring buffer + mode. + In perform_seek_to_offset(), called from the demuxer's pull_range + request, we drop the lock, tell upstream (usually a http source) + to seek to a different offset, then re-acquire the lock before we + do things to the ranges. However, between us sending the seek event + and re-acquiring the lock, the source thread might already have pushed + some data and moved along the range's writing_pos beyond the seek + offset. In that case we don't want to set the writing position back + to the requested seek position, as it would cause data to be written + to the wrong offset in the file or ring buffer. + Reproducible doing seek-emulated fast-forward/backward on 006653. + Conflicts: + plugins/elements/gstqueue2.c + +2012-05-24 13:06:47 +0100 Tim-Philipp Müller + + * tests/check/elements/queue2.c: + tests: fix buffer leak in queue2 unit test + +2012-09-12 12:23:22 +0200 Mark Nauwelaerts + + * libs/gst/check/gstcheck.h: + check: remove glib deprecation compatibility trickery + +2012-09-12 12:22:53 +0200 Mark Nauwelaerts + + * libs/gst/check/gstbufferstraw.c: + * libs/gst/check/gstcheck.c: + * libs/gst/check/gstcheck.h: + * tests/check/elements/queue.c: + * tests/check/elements/tee.c: + check: port to the new GLib thread API + +2012-09-12 11:52:25 +0200 Mark Nauwelaerts + + * tests/check/elements/fakesink.c: + * tests/check/elements/filesrc.c: + * tests/check/elements/multiqueue.c: + * tests/check/elements/queue.c: + * tests/check/elements/queue2.c: + * tests/check/elements/tee.c: + * tests/check/generic/sinks.c: + * tests/check/gst/gstbus.c: + * tests/check/gst/gstevent.c: + * tests/check/gst/gstghostpad.c: + * tests/check/gst/gstiterator.c: + * tests/check/gst/gstpad.c: + * tests/check/gst/gstpipeline.c: + * tests/check/gst/gstsystemclock.c: + * tests/check/gst/gsttagsetter.c: + * tests/check/gst/gsttocsetter.c: + * tests/check/libs/collectpads.c: + tests: port to new GLib thread API + +2012-09-12 11:49:55 +0200 Mark Nauwelaerts + + * tests/benchmarks/gstbufferstress.c: + * tests/benchmarks/gstclockstress.c: + * tests/benchmarks/gstpollstress.c: + tests: benchmarks: align error message with code + +2012-09-11 19:49:58 +0100 Tim-Philipp Müller + + * docs/gst/gstreamer-sections.txt: + * gst/gstpad.c: + * gst/gstpad.h: + * libs/gst/base/gstbaseparse.c: + * win32/common/libgstreamer.def: + pad: expose gst_pad_mode_get_name() and use it in baseparse + +2012-09-11 13:22:57 +0100 Tim-Philipp Müller + + * scripts/create-uninstalled-setup.sh: + * scripts/gst-uninstalled: + scripts: update for gst-ffmpeg -> gst-libav + Now that we have a gst-libav git repository (symlinked to gst-ffmpeg). + +2012-09-11 17:27:03 +0200 Mark Nauwelaerts + + * gst/gstquery.c: + query: adjust test logic for scheduling mode with flagS + +2012-09-11 16:39:34 +0200 Mark Nauwelaerts + + * docs/gst/gstreamer-sections.txt: + * gst/gstquery.c: + * gst/gstquery.h: + * win32/common/libgstreamer.def: + query: add convenience API to query for scheduling mode and flags + +2012-09-11 16:29:12 +0200 Wim Taymans + + * docs/design/part-events.txt: + * docs/gst/gstreamer-sections.txt: + * gst/gst.c: + * gst/gstbuffer.h: + * gst/gstevent.c: + * gst/gstevent.h: + * libs/gst/base/gstcollectpads.c: + * libs/gst/check/gstconsistencychecker.c: + * tests/check/gst/gstevent.c: + * win32/common/config.h: + * win32/common/gstenumtypes.c: + * win32/common/gstenumtypes.h: + * win32/common/libgstreamer.def: + events: remove STREAM_CONFIG + We won't be able to implement this so it's better to move it out of the way. + +2012-09-11 16:09:37 +0200 Wim Taymans + + * libs/gst/base/gstcollectpads.h: + collectpads: clean up header indentation + +2012-09-11 11:34:11 +0200 Wim Taymans + + * gst/gstutils.c: + utils: allow NULL stream_id also when 0 srcpads + We usually first create the stream_id for the stream_start event and then add + the pad to the element. This means that this functions should work when there + are no pads on the element yet. + +2012-09-10 21:39:32 +0100 Tim-Philipp Müller + + * gst/gstquery.c: + * libs/gst/base/gstbaseparse.c: + * plugins/elements/gsttypefindelement.c: + baseparse, typefind: only activate in pull mode if upstream is seekable + Upstream might support pull mode, but only sequential pulls, + which isn't gonna do much for us. + https://bugzilla.gnome.org/show_bug.cgi?id=634927 + +2012-09-10 20:30:32 +0100 Tim-Philipp Müller + + * docs/random/porting-to-0.11.txt: + porting-to-0.11.txt: some minor fixes + +2012-09-10 16:52:46 +0100 Tim-Philipp Müller + + * gst/gstsample.c: + sample: free info structure with sample if there is one and fix copy with NULL info structure + +2012-09-10 12:20:15 +0200 Mark Nauwelaerts + + * gst/gstmemory.h: + memory: add padding to GstMapInfo + +2012-09-10 12:12:02 +0200 Mark Nauwelaerts + + * libs/gst/controller/gstdirectcontrolbinding.c: + * libs/gst/controller/gsttimedvaluecontrolsource.h: + libs: adjust comment style + +2012-09-10 12:11:23 +0200 Mark Nauwelaerts + + * gst/gstcompat.h: + * gst/gstobject.c: + gst: remove some defunct commented code + +2012-09-10 12:00:22 +0200 Wim Taymans + + * docs/random/porting-to-0.11.txt: + docs: improve porting doc + +2012-09-10 10:08:09 +0200 Wim Taymans + + * tests/check/tools/gstinspect.c: + tests: disable deprecation warnings + define GLIB_DISABLE_DEPRECATION_WARNINGS earlier so that it is defined before + the glib headers are loaded or else we trip over the GValueArray deprecations in + gst-inspect.c. + +2012-09-07 01:02:10 +0100 Tim-Philipp Müller + + * libs/gst/controller/gstdirectcontrolbinding.c: + controller: fix direct control binding double -> int conversion + Round properly to nearest integer. Fixes controller + unit test on PowerPC G4. + +2012-09-06 15:06:08 +0100 Tim-Philipp Müller + + * tests/examples/helloworld/helloworld.c: + examples: fix bus/fd leak in hello world example + https://bugzilla.gnome.org/show_bug.cgi?id=683470 + +2012-09-05 19:55:10 +0100 Tim-Philipp Müller + + * gst-element-check.m4: + gst-element-check.m4: fix action-if-found and not-found invocation + Arguments got shifted back by one. + +2012-09-05 15:37:13 +0200 Mark Nauwelaerts + + * libs/gst/base/gstcollectpads.c: + collectpads: handle GAP event + +2012-09-04 12:13:11 +0200 Wim Taymans + + * libs/gst/base/gstbasesink.c: + * libs/gst/base/gstbasesink.h: + basesink: wait_eos -> wait_event + Fix a FIXME. Now we can also pass the GAP event to the subclass. + +2012-09-03 18:45:03 +0100 Tim-Philipp Müller + + * tests/examples/controller/Makefile.am: + examples: update Makefile.am android bits in controller example + Should fix build failure reported on IRC. + +2012-08-30 19:15:42 +0200 Wim Taymans + + * gst/gstpad.c: + pad: check sticky events also after pad block + Recheck for sticky events after doing a pad block because the pad block could + have caused a relink and then we need to resend the events to the newly linked + pad. + Fixes things like switching of visualisations. + +2012-09-02 02:04:14 +0100 Tim-Philipp Müller + + * libs/gst/base/gstbaseparse.c: + baseparse: update for gst_message_new_duration -> _duration_changed() + +2012-09-02 01:17:44 +0100 Tim-Philipp Müller + + * docs/gst/gstreamer-sections.txt: + * docs/random/porting-to-0.11.txt: + * gst/gstbin.c: + * gst/gstcompat.h: + * gst/gstmessage.c: + * gst/gstmessage.h: + * gst/gstquark.c: + * gst/gstquark.h: + * win32/common/libgstreamer.def: + message: rename GST_MESSAGE_DURATION -> GST_MESSAGE_DURATION_CHANGED + The duration should be re-queried via a query using the + normal path, we don't want applications to use the value + from the message itself, since it might no match what a + duration query done from the sink upstream might yield. + Also disables duration caching in GstBin. It should be + added back again at some point. + +2012-09-01 23:54:23 +0100 Tim-Philipp Müller + + * configure.ac: + configure: add reminder to remove GST_UNSTABLE_API stuff before 1.0.0 + +2012-09-01 18:06:58 +0100 Tim-Philipp Müller + + * .gitignore: + * Makefile.am: + * configure.ac: + * gst-element-check.m4: + * gst-element-check.m4.in: + gst-element-check.m4: rename AM_GST_ELEMENT_CHECK to GST_ELEMENT_CHECK + And allow passing of a minimum version (if not needed, pass 1.0). + https://bugzilla.gnome.org/show_bug.cgi?id=682968 + +2012-09-01 17:50:14 +0100 Tim-Philipp Müller + + * tests/check/.gitignore: + * tests/check/Makefile.am: + * tests/check/tools/gstinspect.c: + tests: add check for gst-inspect --exists functionality + +2012-09-01 17:47:58 +0100 Tim-Philipp Müller + + * tools/gst-inspect.c: + tools: add --exists and --atleast-version option to gst-inspect + For checking if an element exists with a given minimum version. + Will use that in our new GST_ELEMENT_CHECK m4 macro. + https://bugzilla.gnome.org/show_bug.cgi?id=682968 + +2012-09-01 17:32:04 +0100 Tim-Philipp Müller + + * gst/gstpluginfeature.c: + pluginfeature: disable version mangling for post-1.0.0 release + Just in case we don't grep for FIXME 1.0 before the release. + +2012-08-31 11:31:45 -0700 Jan Schmidt + + * libs/gst/base/gstbasesink.c: + basesink: Make GAP events actually trigger preroll + Slightly hacky approach needing refinement + +2012-08-31 06:25:22 -0700 Jan Schmidt + + * gst/gstpad.c: + gstpad: make some debug statements more verbose + +2012-08-31 06:23:53 -0700 Jan Schmidt + + * gst/gstghostpad.c: + * plugins/elements/gstinputselector.c: + ghostpad: Make some debugging more verbose + Also, remove an unnecessary #include in input-selector + +2012-08-28 15:44:48 -0700 Jan Schmidt + + * gst/gstsegment.c: + GstSegment: Fix doc description string last_stop->position + +2012-08-30 19:47:57 +0100 Arnaud Vrac + + * plugins/elements/gstinputselector.c: + inputselector: fix clock leak + https://bugzilla.gnome.org/show_bug.cgi?id=682997 + +2012-08-29 22:57:02 +0100 Tim-Philipp Müller + + * tools/gst-inspect.c: + tools: output gst-inspect errors to stderr + +2012-08-28 07:39:50 +0200 Alban Browaeys + + * gst/gstvalue.c: + value: fix crash serialising a 0 flags value when there's no name for it + Fixes segfault when doing gst-launch-1.0 -v -m camerabin + (encodebin notifies a 0 value for its "flag" property). + https://bugzilla.gnome.org/show_bug.cgi?id=682958 + +2012-08-24 23:14:57 +0100 Tim-Philipp Müller + + * gst/gst.c: + gst: log performance warning debug message if glib emulates atomic ops + +2012-08-23 13:51:27 +0100 Lionel Landwerlin + + * gst/Makefile.am: + gst: use configure-detected or externally provided glib-mkenums + To ease cross-compilation. + https://bugzilla.gnome.org/show_bug.cgi?id=677620 + +2012-08-22 13:29:34 +0200 Stefan Sauer + + * common: + Automatic update of common submodule + From 668acee to 4f962f7 + +2012-08-22 13:14:56 +0200 Stefan Sauer + + * configure.ac: + configure: bump gtk-doc req to 1.12 (mar-2009) + This allows us to e.g. unconditionally use gtkdoc-rebase. + +2012-08-21 13:30:52 +0200 Wim Taymans + + * gst/gstmemory.h: + memory: add _make_writable + +2012-08-21 00:03:37 +0100 Tim-Philipp Müller + + * docs/random/porting-to-0.11.txt: + docs: mention some media type changes in porting-to-0.11.txt doc + +2012-08-20 13:51:05 +0100 Tim-Philipp Müller + + * docs/random/porting-to-0.11.txt: + docs: minor update to porting doc for child proxy lookup method + And a typo fix. + +2012-08-20 11:31:51 +0200 Wim Taymans + + * gst/gstallocator.c: + allocator: make a copy with the same alignment + When making a copy of the memory allocated from the default memory allocator, + make sure the new copy has the same alignment as the original memory. + See https://bugzilla.gnome.org/show_bug.cgi?id=680796 + +2012-08-19 17:51:00 +0100 Tim-Philipp Müller + + * libs/gst/base/gstbaseparse.c: + baseparse: make seeking in DEFAULT format work if the subclass can convert for us + We only deal in TIME format ourselves, but if the subclass can handle + converting other formats into TIME format, we can support that too. + Fixes seeking in DEFAULT (sample) format with flacparse, + and the flacdec unit test. + +2012-08-18 21:42:23 +0100 Tim-Philipp Müller + + * tools/gst-launch.1.in: + tools: minor fixes to gst-launch man page + +2012-08-17 12:23:50 +0200 Stefan Sauer + + * gst/gstpreset.c: + preset: implement child_proxy support + Elements such as the GstIirEqualizerNBands would so far not store the properties + of their children. Now we also grab the properties of child elements and try to + restore them. + +2012-08-14 18:44:38 +0200 Edward Hervey + + * plugins/elements/gstinputselector.c: + inputselector: Wait for other streams to advance on unselected pads + Otherwise we end up dropping a lot of data in the case where data starts + arriving on the non-selected pad, resulting in big gaps in stream switching + +2012-08-14 18:43:54 +0200 Edward Hervey + + * plugins/elements/gstinputselector.c: + inputselector: More debug statements + +2012-08-14 18:42:31 +0200 Edward Hervey + + * plugins/elements/gstinputselector.c: + inputselector: Don't forward stream-start sticky events + Only one STREAM_START event should be let through, else it will + confuse downstream elements that think a new stream is starting + whereas in fact we are just switching to a different input. + In the future we might want to let them through but with the same + sequence number. + +2012-08-14 15:46:35 +0200 Sebastian Dröge + + * docs/libs/gstreamer-libs-sections.txt: + * win32/common/libgstbase.def: + docs: Add new basesrc/basetransform API to the docs + +2012-08-07 17:38:53 +0200 Víctor Manuel Jáquez Leal + + * libs/gst/base/gstbasetransform.c: + * libs/gst/base/gstbasetransform.h: + basetransform: getters for pool and allocator + Sometimes a transform filter would need the buffer pool or the memory + allocator negotiated by the base class, for example, for querying different + parameters, such as a bigger number of buffers to allocate by the buffer pool. + This patch expose a two getters accessors: one for the buffer pool and the + other for the memory allocator. + +2012-08-07 17:35:48 +0200 Víctor Manuel Jáquez Leal + + * libs/gst/base/gstbasesrc.c: + * libs/gst/base/gstbasesrc.h: + basesrc: getters for pool and allocator + Sometimes the sources would use the buffer pool or the memory allocator for + something else than just allocating output buffers; for example, querying for + different parameters, such as a bigger number of buffers to allocate by the + pool. + This patch expose a two getters accessors: one for the buffer pool and the + other for the memory allocator. + +2012-08-14 00:39:18 +0100 Tim-Philipp Müller + + * docs/gst/gstreamer-sections.txt: + * gst/gstregistry.c: + * gst/gstregistry.h: + * win32/common/libgstreamer.def: + registry: remove some unused and in their current form pointless API + Not so useful: just adds/reads stuff from an internal GList without + actually doing anything with those paths, so remove for now: + gst_registry_add_path + gst_registry_get_path_list + https://bugzilla.gnome.org/show_bug.cgi?id=608841 + +2012-08-12 13:27:06 +0100 Tim-Philipp Müller + + * gst/parse/grammar.y: + parse: fix up for gst_child_proxy_lookup() only working on child proxy interfaces + https://bugzilla.gnome.org/show_bug.cgi?id=681681 + +2012-08-12 13:24:18 +0100 Tim-Philipp Müller + + * gst/gstchildproxy.c: + * gst/gstchildproxy.h: + childproxy: make gst_child_proxy_lookup() a proper GstChildProxy method + No longer accept any old GObjects. This makes things nicer for + bindings. If a utility function that handles both nicely + is deemed worthwhile, we can still add one to gstutils. + https://bugzilla.gnome.org/show_bug.cgi?id=681681 + +2012-08-13 00:01:16 +0100 Tim-Philipp Müller + + * gst/gstvalue.c: + value: when serialising arrays or lists, handle types we can't serialise more gracefully + https://bugzilla.gnome.org/show_bug.cgi?id=681322 + +2012-08-12 19:39:46 +0100 Tim-Philipp Müller + + * libs/gst/check/gstconsistencychecker.c: + consistencychecker: add some more details to failure messages + Mention pad where the problem occured, and the event name. + +2012-08-12 18:36:09 +0100 Tim-Philipp Müller + + * tests/check/Makefile.am: + * tests/check/libs/collectpads.c: + tests: fix collectpads test + After an EOS we must send a FLUSH_STOP event if + we want to send data again. + +2012-08-12 18:31:13 +0100 Tim-Philipp Müller + + * gst/gstevent.c: + event: fix leak in gst_event_parse_stream_start() + gst_structure_id_get() will make a copy of the string + extracted, but we're assigning it to a const gchar *. + +2012-08-12 16:40:03 +0100 Tim-Philipp Müller + + * tests/check/gst/gstpipeline.c: + tests: make pipeline test valgrind clean + +2012-08-12 16:37:02 +0100 Tim-Philipp Müller + + * tests/check/Makefile.am: + * tests/check/gst/gstpipeline.c: + tests: fix pipeline unit test + Which was disabled because it failed. + +2012-08-12 15:48:20 +0100 Tim-Philipp Müller + + * scripts/create-uninstalled-setup.sh: + scripts: fix unterminated quoted string in create-uninstalled-setup.sh + +2012-08-12 00:12:56 +0100 Tim-Philipp Müller + + * docs/random/porting-to-0.11.txt: + docs: mention gst_video_format_parse_caps() in porting guide + +2012-08-11 22:19:32 +0100 Tim-Philipp Müller + + * docs/gst/gstreamer-docs.sgml: + * docs/gst/gstreamer-sections.txt: + * gst/gstbuffer.c: + * gst/gstbufferpool.c: + * gst/gstcontrolbinding.h: + * gst/gstevent.c: + * gst/gstmemory.h: + * gst/gstmessage.h: + * gst/gstminiobject.c: + * gst/gstminiobject.h: + * gst/gsttaglist.c: + * gst/gsttaglist.h: + * gst/gsttoc.c: + * gst/gstutils.c: + docs: fix up docs a bit + +2012-08-11 22:18:13 +0100 Tim-Philipp Müller + + * gst/gstchildproxy.c: + childproxy: fix up g-i annotation for _lookup() paramspec return value + No ref is returned here. + +2012-08-11 22:17:35 +0100 Tim-Philipp Müller + + * win32/common/libgstreamer.def: + win32: update .def file for new buffer functions + +2012-08-10 22:58:56 +0100 Tim-Philipp Müller + + * libs/gst/base/gstbaseparse.c: + baseparse: fix reverse playback with upstream demuxers that support it + Don't just return FALSE for seek events with negative rates when + operating in push mode. An upstream demuxer may support this just + fine, so if we're not operating in pull mode always check upstream + first if it can handle the seek event. This fixes reverse playback + where the upstream demuxer supports it (e.g. with qtdemux). The + same code would work fine in 0.10, because baseparse will just + call the default pad event handler if FALSE was returned from the + baseparse event handler, and the pad event handler will just + forward it upstream. In 0.11 the baseclass or subclass is + responsible for chaining up to the parent class or forwarding the + event upstream in any case. + Disable reverse playback in pull mode for now, there seems to + be something going wrong with the segment configuration in that + case. + +2012-08-04 11:48:52 -0300 Thiago Santos + + * libs/gst/base/gstbasetransform.c: + basetransform: do not error on not-negotiated + Don't error out too early and let upstream decide if it can + workaround a not-negotiated problem + https://bugzilla.gnome.org/show_bug.cgi?id=681198 + +2012-08-04 11:48:13 -0300 Thiago Santos + + * libs/gst/base/gstbasesrc.c: + basesrc: retry on not-negotiate if a reconfigure is pending + Before erroring out on not-negotiated returns, check if the pad + has the reconfigure flag set and retry. + https://bugzilla.gnome.org/show_bug.cgi?id=681198 + +2012-08-04 11:42:05 -0300 Thiago Santos + + * gst/gstpad.c: + * gst/gstpad.h: + * win32/common/libgstreamer.def: + pad: add gst_pad_needs_reconfigure + Add an alternative version of gst_pad_check_reconfigure that doesn't + clear the reconfigure flag. + Useful for increasing error resilience without duplicating the + reconfigure code in pad task functions. + API: gst_pad_needs_reconfigure + https://bugzilla.gnome.org/show_bug.cgi?id=681198 + +2012-07-29 15:44:45 -0700 Evan Nemerson + + * gst/gstpad.h: + pad: add GST_PAD_LINK_CHECK_DEFAULT to GstPadLinkCheck + This allows introspection-based bindings to access + Gst.PadLinkCheck.DEFAULT instead of + Gst.PAD_LINK_CHECK_DEFAULT. + https://bugzilla.gnome.org/show_bug.cgi?id=678301 + +2012-07-29 14:57:41 -0700 Evan Nemerson + + * gst/gstbuffer.c: + buffer: mark gst_buffer_wrapped* data as array + https://bugzilla.gnome.org/show_bug.cgi?id=678301 + +2012-07-24 13:26:00 -0700 Evan Nemerson + + * gst/gstobject.c: + * gst/gsttoc.c: + introspection: fix some warnings generated by g-ir-scanner. + https://bugzilla.gnome.org/show_bug.cgi?id=678301 + +2012-07-30 21:46:18 -0700 Evan Nemerson + + * gst/gstbuffer.c: + * gst/gstbuffer.h: + buffer: convert gst_buffer_* macros to functions + GObject Introspection does not support macros. + This is needed for bindings. We can still add back + macros or inline functions again later if we think + it's worth it. + https://bugzilla.gnome.org/show_bug.cgi?id=678301 + +2012-08-10 13:50:41 +0100 Tim-Philipp Müller + + * libs/gst/net/gstnetclientclock.c: + netclientclock: fix printf format in debug message + +2012-08-10 12:23:03 +0200 Wim Taymans + + * gst/gstbufferpool.c: + bufferpool: fix max_buffers handling + When max_buffers > 0 and the pool is empty, actually try to allocate more + buffers up to the max_buffers limit. + We need to add a counter for this to count how many buffers we allocated and + check this against the max_buffers limit. + Reorganise and clean up some code. + Fixes https://bugzilla.gnome.org/show_bug.cgi?id=681153 + +2012-08-10 09:19:25 +0100 Tim-Philipp Müller + + * libs/gst/net/gstnetclientclock.c: + netclientclock: simplify by using g_socket_condition_timed_wait() + No need to use a custom main context and custom timeout sources, + just use g_socket_condition_timed_wait() instead, which was added + for exactly this case. + Also seems to help with the unit test deadlocking with glib 2.33.x + https://bugzilla.gnome.org/show_bug.cgi?id=681575 + +2012-08-09 19:15:29 +0100 Tim-Philipp Müller + + * gst/gstobject.c: + gstobject: fix double string escaping in gst_object_default_deep_notify() + Make output of gst-launch -v readable again. + last-message = "event\ \ \ \*\*\*\*\*\*\*\ \(fakesink0:sink\)\ E\ \(type:\ tag\ \(20510\)\,\ GstTagList-stream\,\ taglist\=\(taglist\)\"taglist\\\,\\\ video-codec\\\=\\\(string\\\)H264\\\,\\\ + minimum-bitrate\\\=\\\(uint\\\)636611\\\,\\\ bitrate\\\=\\\(uint\\\)980729\\\,\\\ maximum-bitrate\\\=\\\(uint\\\)1116707\\\;\"\;\)\ 0x15bc760" + vs. + last-message = event ******* (fakesink0:sink) E (type: tag (20510), GstTagList-stream, taglist=(taglist)"taglist\,\ video-codec\=\(string\)H264\,\ minimum-bitrate\=\(uint\)856039\,\ bitrate + \=\(uint\)1019748\,\ maximum-bitrate\=\(uint\)1116707\;";) 0x11149e0 + +2012-08-09 16:18:59 +0200 Wim Taymans + + * gst/gstminiobject.c: + miniobject: check writability + fix the writability check for miniobjects. We should check the shared counter. + Fixes https://bugzilla.gnome.org/show_bug.cgi?id=681450 + +2012-08-08 16:08:44 +0200 Sebastian Dröge + + * gst/gstallocator.c: + allocator: Set the alignment at the correct place in GstAllocationParams + +2012-08-08 16:18:15 +0100 Tim-Philipp Müller + + * configure.ac: + * win32/common/config.h: + Back to development + +=== release 0.11.93 === + +2012-08-08 15:05:08 +0100 Tim-Philipp Müller + + * configure.ac: + * gstreamer.doap: + * win32/common/config.h: + Release 0.11.93 + +2012-08-08 14:49:23 +0100 Tim-Philipp Müller + + * tests/check/gst/gstobject.c: + tests: remove silly test_fail_abstract_new check + Our check would make sure that GLib segfaults when + someone tries to instantiate an abstract type, which + is an extremely useful thing to check for. + In newer GLibs this is fixed and we get an abort with + a g_error() now it seems, so let's just remove this + check entirely. + +2012-08-08 09:53:26 +0100 Tim-Philipp Müller + + * tests/examples/stepping/framestep1.c: + examples: don't put things with side effects inside g_assert() + They will be defined away to NOOPs otherwise in release builds. + +2012-08-08 09:13:38 +0100 Tim-Philipp Müller + + * win32/common/libgstreamer.def: + win32: update for stream-id API additions + +2012-08-08 00:54:49 +0100 Tim-Philipp Müller + + * gst/parse/grammar.y: + parse: fix for new GstChildProxy::child-added signal callback signature + Fixes crash with gst-launch-1.0 uridecodebin uri=... suburi=... ! .. + +2012-08-07 10:46:17 +0200 Sebastian Dröge + + * gst/gstbus.c: + bus: Add allow-none to the function argument of gst_bus_set_sync_handler() + https://bugzilla.gnome.org/show_bug.cgi?id=681139 + +2012-08-06 16:33:57 +0400 Руслан Ижбулатов + + * docs/gst/Makefile.am: + docs: Make sure scanner gets required libraries + +2012-08-06 20:08:07 +0100 Tim-Philipp Müller + + * libs/gst/check/gstconsistencychecker.c: + consistencychecker: print which event we received before stream-start + +2012-08-06 20:04:09 +0100 Tim-Philipp Müller + + * libs/gst/base/gstbasesrc.c: + basesrc: don't try to answer URI queries with NULL URIs + Should make unit tests in -base that use appsrc a bit happier. + +2012-07-29 14:25:34 +0200 Sebastian Dröge + + * libs/gst/base/gstbaseparse.c: + * libs/gst/base/gstbasesrc.c: + * tests/check/elements/queue.c: + * tests/check/gst/gstbin.c: + * tests/check/gst/gstpad.c: + event: Update for stream-start event API changes + +2012-07-28 08:37:00 +0200 Sebastian Dröge + + * docs/gst/gstreamer-sections.txt: + * gst/gstevent.c: + * gst/gstevent.h: + * gst/gstquark.c: + * gst/gstquark.h: + * gst/gstutils.c: + * gst/gstutils.h: + event: Add new stream-id field to the stream-start event + This is supposed to allow uniquely identifying a single stream. + +2012-07-27 17:41:43 +0200 Edward Hervey + + * plugins/elements/gstinputselector.c: + inputselector: Use the first created pad by default + This guarantees a bit more consistency in which input stream will + be selected by default. It would previously be the first pad on which + an event/buffer/query was received ... which was racy and non-predictable. + +2012-07-27 17:38:34 +0200 Edward Hervey + + * gst/gstelement.c: + element: Specify the order of pad iterators + The order of returned pads wasn't specified before, so let's specify + it and use an order which might prove the most useful : the order in + which pads were added to the element. + If someone changes the order, make sure users of those iterators from + now on don't rely on that order ! + +2012-08-05 17:16:27 +0100 Tim-Philipp Müller + + * libs/gst/check/gstcheck.h: + check: add tcase_skip_broken_test() define + Skips broken tests but logs an ERROR-level message to + draw attention to that fact. + +2012-08-05 17:12:35 +0100 Tim-Philipp Müller + + * tests/check/libs/.gitignore: + tests: update .gitignore for queuearray test binary + +2012-08-05 17:11:46 +0100 Tim-Philipp Müller + + * tests/check/libs/gstnetclientclock.c: + tests: fix spurious netclientclock test failures + Give clocks a bit more time to synchronise. + +2012-08-05 16:59:35 +0100 Tim-Philipp Müller + + * win32/common/config.h: + * win32/common/gstenumtypes.c: + * win32/common/gstenumtypes.h: + * win32/common/gstversion.h: + win32: update generated files + +2012-08-05 16:41:21 +0100 Tim-Philipp Müller + + * plugins/elements/gstinputselector.c: + input-selector: use generic marshaller for "block" action signal + +2012-08-05 16:37:24 +0100 Tim-Philipp Müller + + * common: + Automatic update of common submodule + From 94ccf4c to 668acee + +2012-08-04 13:37:32 +0100 Tim-Philipp Müller + + * gst/gstallocator.c: + * gst/gstbuffer.c: + buffer, defaultmem: add option to poison memory before freeing it + Might be useful to track down certain bugs. + +2012-08-03 23:54:33 +0100 Tim-Philipp Müller + + * gst/gst.c: + gst: ref/unref taglist scope enum in gst_init() + Fixes make check and distcheck + +2012-08-03 00:05:53 +0100 Tim-Philipp Müller + + * gst/gstplugin.c: + plugin: warn if plugin name starts with a " + This can easily happen as side-effect of the plugin name + in GST_PLUGIN_DEFINE no longer being a string in 0.11, but + a name to G_STRINGIFY. + +2012-08-02 13:19:27 +0100 Tim-Philipp Müller + + * docs/random/porting-to-0.11.txt: + docs: update porting-to-0.11 document with a "soft" API changes checklist + Point out some API changes that the compiler won't + be able to warn about. + +2012-08-02 11:33:41 +0100 Tim-Philipp Müller + + * tools/gst-launch.c: + tools: fix printing of partial dates in gst-launch + +2012-08-02 11:15:16 +0100 Tim-Philipp Müller + + * tools/gst-launch.c: + Revert "tools: print TOC scope" + This reverts commit ee6ab7c93638a6519acb976699a6ad149d520a95. + The application will probably only ever receive global TOCs, + so don't really need this. + +2012-08-01 17:49:27 +0100 Tim-Philipp Müller + + * win32/common/libgstreamer.def: + win32: add new tag list scope symbols + +2012-08-01 11:58:55 +0100 Tim-Philipp Müller + + * plugins/elements/gsttypefindelement.c: + typefind: send segment_done event in addition to segment_done message + +2012-07-31 17:25:50 +0200 Sebastian Dröge + + * libs/gst/base/gstbasesrc.c: + * plugins/elements/gstfilesrc.c: + basesrc: Add default handler for URI query in GstURIHandler subclasses + +2012-07-28 17:33:52 +0200 Sjoerd Simons + + * libs/gst/check/libcheck/check.h.in: + check: unbreak fail #define + The fail() definition was changed to not fail with non-GCC compilers, + unfortunately the change was incorrect and appended the first argument + of fail to the expression string instead of making it the message. + This change does mean that fail() now requires a message to be passed + along. + https://bugzilla.gnome.org/show_bug.cgi?id=680755 + +2012-07-29 23:37:19 +0200 Jens Georg + + * gst/gstbuffer.c: + buffer: Update annotations + https://bugzilla.gnome.org/show_bug.cgi?id=680805 + +2012-07-29 23:20:07 +0200 Jens Georg + + * gst/gstutils.c: + utils: Update annotation for get_compatible_pad + https://bugzilla.gnome.org/show_bug.cgi?id=680804 + +2012-07-28 21:23:24 -0400 Thibault Saunier + + * gst/gsturi.c: + uri: Fix wrong 'array zero-terminated=1' annotation for strings + +2012-07-28 11:02:30 +0100 Tim-Philipp Müller + + * docs/design/part-toc.txt: + docs: update TOC design docs a little + +2012-07-28 09:41:30 +0100 Tim-Philipp Müller + + * gst/gstevent.c: + * gst/gstevent.h: + * gst/gstquark.c: + * gst/gstquark.h: + event: make TOC event multi-sticky + We need to send two kinds of TOCs downstream as events, + and need both to stick to the pads. + https://bugzilla.gnome.org/show_bug.cgi?id=678742 + +2012-07-28 08:30:36 +0100 Tim-Philipp Müller + + * tools/gst-launch.c: + tools: print TOC scope + +2012-07-27 23:56:54 +0100 Tim-Philipp Müller + + * docs/gst/gstreamer-sections.txt: + * gst/gst.c: + * gst/gsttoc.c: + * gst/gsttoc.h: + * tests/check/gst/gsttoc.c: + * tests/check/gst/gsttocsetter.c: + * win32/common/libgstreamer.def: + toc: add GstTocScope and require it in the constructor + This is because we need to be able to signal different TOCs + to downstream elements such as muxers and the application, + and because we need to send both types as events (because + the sink should post the TOC messages for the app in the + end, just like tag messages are now posted by the sinks), + and hence need to make TOC events multi-sticky. + https://bugzilla.gnome.org/show_bug.cgi?id=678742 + +2012-07-27 23:54:00 +0100 Tim-Philipp Müller + + * scripts/create-uninstalled-setup.sh: + scripts: create-uninstalled-setup.sh: check for basic build tools and deps + .. before checking out stuff. + +2012-07-27 23:52:12 +0200 Sebastian Dröge + + * gst/gstevent.c: + * gst/gstevent.h: + * gst/gsttaglist.c: + * gst/gsttaglist.h: + * libs/gst/base/gstbaseparse.c: + * tests/check/gst/gstevent.c: + * tests/check/gst/gstutils.c: + tag: Add a scope to taglists + This specifies if a given taglist applies to the complete + medium or only this specific stream. By default a taglist + has a stream scope. + Fixes bug #677619. + +2012-07-27 17:09:45 +0200 Wim Taymans + + * gst/gstsegment.c: + * gst/gstsegment.h: + * tests/check/gst/gstsegment.c: + segment: add offset field + Add an offset field that is used to track at what position the segment was + updated. This is used to set the running time to 0 when we do a flushing + seek that doesn't update the position. + See https://bugzilla.gnome.org/show_bug.cgi?id=680306 + +2012-07-27 15:19:57 +0200 Wim Taymans + + * gst/gstelement.c: + * gst/gstelement.h: + * gst/gstsegment.c: + * libs/gst/base/gstbaseparse.c: + * libs/gst/base/gstbasesink.c: + * libs/gst/base/gstbasesrc.c: + * plugins/elements/gsttypefindelement.c: + * tests/check/gst/gstevent.c: + * tests/check/gst/gststructure.c: + Update for new seeking variable name + When seeking, the start value and type are now called start and start_type. + +2012-07-27 14:53:03 +0200 Wim Taymans + + * gst/gstsegment.c: + segment: small cleanup + Move the code to update the segment at the end of the function. + +2012-07-27 12:05:25 +0100 Tim-Philipp Müller + + * docs/gst/gstreamer-sections.txt: + * win32/common/libgstreamer.def: + Update docs and .def file for taglist API change + +2012-07-27 13:02:52 +0200 Wim Taymans + + * gst/gstsegment.c: + segment: remove redundant checks + We don't need to check the segment format anymore because we asserted on them + being equal before. + +2012-07-27 12:24:03 +0200 Wim Taymans + + * tests/check/gst/gstsegment.c: + tests: improve segment tests + +2012-07-27 12:12:37 +0200 Wim Taymans + + * gst/gstallocator.c: + * gst/gstallocator.h: + * tests/examples/memory/my-memory.c: + * tests/examples/memory/my-vidmem.c: + allocator: remove user_data from alloc vmethod + Remove the user_data from the alloc vmethod. Subclasses that implement a new + alloc function can also implement their own vmethod to pass extra arguments. We + can then also require that custom allocators implement an alloc function so that + gst_allocator_alloc() always works. + +2012-07-27 10:41:54 +0200 Wim Taymans + + * tests/check/gst/gstsegment.c: + tests: remove segment accumulation checks + Remove the checks because there is no more segment accumulation. + +2012-07-26 16:44:15 +0100 Tim-Philipp Müller + + * gst/gsttaglist.c: + * gst/gsttaglist.h: + taglist: make GST_TAG_APPLICATION_DATA also a GstSample + That way additional meta-data can be passed along with it. + +2012-07-26 15:51:10 +0100 Tim-Philipp Müller + + * docs/random/porting-to-0.11.txt: + * gst/gsttaglist.c: + * gst/gsttaglist.h: + * tests/check/gst/gsttag.c: + taglist: gst_tag_list_get_buffer*() => gst_tag_list_get_sample*() + Image tags and other tags are now of GstSample type. + +2012-07-26 15:26:09 +0100 Tim-Philipp Müller + + * tools/gst-launch.c: + gst-launch: print image tags and other GstSample tags properly + These tags are now of type GstSample not GstBuffer. + +2012-07-24 21:38:35 +0200 Stefan Sauer + + * docs/libs/gstreamer-libs-sections.txt: + * libs/gst/base/gstcollectpads.c: + * libs/gst/base/gstcollectpads.h: + * win32/common/libgstbase.def: + collectpads: remove unimplemented api + We can always add this back if we need it. Fixes parts of #670852. + +2012-07-24 13:49:36 +0200 Mark Nauwelaerts + + * libs/gst/base/gstbaseparse.c: + baseparse: also account for frame size when merely scanning for frame + Fixes https://bugzilla.gnome.org/show_bug.cgi?id=680495 + +2012-07-24 13:48:39 +0200 Mark Nauwelaerts + + * libs/gst/base/gstbaseparse.c: + baseparse: remove obsolete function parameter + +2012-07-24 12:38:15 +0200 Wim Taymans + + * plugins/elements/gsttypefindelement.c: + typefind: require bytes before typefinding + Require that we have some bytes in the adapter before we attempt to typefind. + Fixes https://bugzilla.gnome.org/show_bug.cgi?id=680479 + +2012-07-23 18:49:13 +0200 Christian Fredrik Kalager Schaller + + * gstreamer.spec.in: + update spec file with latest changes + +2012-07-23 16:27:34 +0200 Wim Taymans + + * gst/gstbufferlist.c: + * gst/gstbufferlist.h: + bufferlist: pass index as gint to _insert + Make the idx argument of _insert() a gint because we allow -1 as a value. + Improve annotation. + +2012-07-23 13:40:38 +0200 Wim Taymans + + * plugins/elements/gstfakesink.c: + * plugins/elements/gstfakesrc.c: + * plugins/elements/gstidentity.c: + plugins: print flags better + print the buffer flags as a hex number so that it becomes easier to see what + flags are set. + +2012-07-18 17:03:45 +0200 Sebastian Rasmussen + + * gst/gstpoll.c: + gstpoll: Improve warning message when re-adding fd to fdset + Fixes https://bugzilla.gnome.org/show_bug.cgi?id=680181 + +2012-07-23 08:44:04 +0200 Sebastian Dröge + + * common: + Automatic update of common submodule + From 98e386f to 94ccf4c + +2012-07-20 00:49:28 +0100 Tim-Philipp Müller + + * gst/gststructure.c: + * gst/gstvalue.c: + value: add GstTagList serialisation/deserialisation + So we can serialise/deserialise taglists inside structures, + which used to work automagically before because GstTagList + was just a typedef to GstStructure (same for the GType), + but now that it's a separate GType we need to register + explicit functions for this. + Helps with GDP stuff in pipelines/streamheader tests. + +2012-07-20 09:38:47 +0200 Philippe Normand + + * po/af.po: + * po/az.po: + * po/be.po: + * po/bg.po: + * po/ca.po: + * po/cs.po: + * po/da.po: + * po/de.po: + * po/el.po: + * po/en_GB.po: + * po/eo.po: + * po/es.po: + * po/eu.po: + * po/fi.po: + * po/fr.po: + * po/gl.po: + * po/hu.po: + * po/id.po: + * po/it.po: + * po/ja.po: + * po/lt.po: + * po/nb.po: + * po/nl.po: + * po/pl.po: + * po/pt_BR.po: + * po/ro.po: + * po/ru.po: + * po/rw.po: + * po/sk.po: + * po/sl.po: + * po/sq.po: + * po/sr.po: + * po/sv.po: + * po/tr.po: + * po/uk.po: + * po/vi.po: + * po/zh_CN.po: + * po/zh_TW.po: + po: Update .po files + +2012-07-19 13:51:23 +0200 Mark Nauwelaerts + + * tests/check/gst/gstbuffer.c: + tests: gstbuffer: add tests for some mulitple map combinations + +2012-07-19 13:35:34 +0200 Wim Taymans + + * gst/gstminiobject.c: + miniobject: fix sharedness check + +2012-07-19 13:20:27 +0200 Wim Taymans + + * gst/gstminiobject.c: + miniobject: refuse write when object is shared + In all cases, refuse to write an object when it is shared by more than one + object (also when the object was locked before). + See https://bugzilla.gnome.org/show_bug.cgi?id=679145 + +2012-07-18 15:21:33 +0200 Mark Nauwelaerts + + * tests/check/gst/gstbuffer.c: + tests: gstbuffer: extend buffer copy test + +2012-07-19 12:42:05 +0200 Wim Taymans + + * plugins/elements/gstqueue2.c: + queue2: set buffering-left to 0 on 100% buffering + Set the buffering-left field in the query to 0 when we are completely buffered. + Improve the debug. + +2012-07-19 12:14:29 +0200 Wim Taymans + + * plugins/elements/gstqueue2.c: + queue2: fix buffering query + Fix the buffering query, fill in the right buffering-left and estimated-total + values. + +2012-07-19 10:54:16 +0200 Wim Taymans + + * plugins/elements/gstqueue2.c: + queue2: fix the buffering-left in the buffering message + The buffering-left field in the buffering message should contain a time estimate + in milliseconds about for long the buffering is going to take. We can calculate + this value when we do rate_estimates. + +2012-07-19 10:14:18 +0200 Wim Taymans + + * gst/gstmessage.c: + message: improve buffering message defaults + Remove the estimated-total field, this should not be part of the buffering + message. + Set the default value of buffering-left to 0 when the percent is 100. + +2012-07-18 17:44:54 +0200 Wim Taymans + + * gst/gstpad.c: + pad: fix debug line + Use QUERY_TYPE on query types. + +2012-07-18 17:35:58 +0200 Wim Taymans + + * gst/gstghostpad.c: + * gst/gstghostpad.h: + * win32/common/libgstreamer.def: + ghostpad: remove custom function + Remove custom pad functions, the default ones are better. + +2012-07-18 17:30:30 +0200 Wim Taymans + + * gst/gstpad.c: + * gst/gstpad.h: + pad: add PROXY_SCHEDULING flag + Add a flag that makes the default query handler forward the scheduling query. + +2012-07-18 17:30:04 +0200 Wim Taymans + + * gst/gstutils.c: + utils: fix docs + +2012-07-18 16:20:41 +0200 Wim Taymans + + * gst/gstpad.c: + * gst/gstutils.c: + pad: improve query caps function + In the proxy_query_caps function, also filter against the filter in the query. + We don't need to filter against the filter in the query anymore in the default + caps query function because we already did this in the proxy_query_caps. + +2012-07-18 11:17:23 +0200 Wim Taymans + + * docs/design/part-framestep.txt: + * gst/gstsegment.c: + * libs/gst/base/gstbasesink.c: + basesink: handle -1 step amounts + Define a 0 and -1 step amount. They used to almost do the same thing but now, 0 + cancels/stops the current step and -1 keeps on stepping until the end of the + segment. + See https://bugzilla.gnome.org/show_bug.cgi?id=679378 + +2012-07-18 12:30:59 +0100 Tim-Philipp Müller + + * gst/gstquery.c: + query: fix gst_query_parse_nth_allocation_pool() annotation + It returns a ref to the pool. + +2012-07-17 15:52:53 +0200 Edward Hervey + + * tests/check/gst/gstghostpad.c: + check: Avoid deadlock + Queries will be sent when pipeline goes down to NULL, which would + result in the probe being called ... but can't take the lock. + +2012-07-17 15:50:09 +0200 Edward Hervey + + * gst/gstghostpad.c: + gstghostpad: Forward queries in both direction + Use the peer of the internal pad to forward them, instead of the + target which only exists for the ghostpad (and not the internal + proxy pad). + +2012-07-17 11:20:43 +0200 Edward Hervey + + * docs/gst/gstreamer-sections.txt: + docs: More entries + +2012-07-18 09:15:51 +0100 Tim-Philipp Müller + + * plugins/elements/gstqueue.c: + queue: answer SCHEDULING query + Instead of letting the default query handler fail. + +2012-07-17 19:20:23 +0100 Tim-Philipp Müller + + * plugins/elements/gstqueue2.c: + queue2: handle CAPS event and drop it if operating in ring buffer mode + Fixes "Unexpected event of kind caps can't be added in temp file" + warning when doing download buffering. + +2012-07-17 12:57:59 +0200 Wim Taymans + + * gst/gstbuffer.c: + * gst/gstbuffer.h: + buffer: make _foreach_meta more powerful + Make _foreach_meta return FALSE when the foreach function returned FALSE. + +2012-07-17 12:52:59 +0200 Wim Taymans + + * gst/gstbufferlist.c: + * gst/gstbufferlist.h: + bufferlist: improve foreach function + Make the foreach function return FALSE when one of the function calls returned + FALSE. + +2012-07-17 12:50:24 +0200 Wim Taymans + + * gst/gstbuffer.c: + buffer: add more debug + +2012-07-17 12:40:54 +0200 Wim Taymans + + * libs/gst/base/gstbasesink.c: + basesink: fix debug string + +2012-07-17 09:57:47 +0200 Wim Taymans + + * gst/gstparse.c: + * gst/parse/grammar.y: + * gst/parse/types.h: + parse: fix some debug + +2012-07-17 09:48:00 +0200 Wim Taymans + + * gst/gstparse.c: + parse: only escape spaces outside of quotes + When we escape spaces to keep arguments together, only escape when the space is + outside a "" string. + See https://bugzilla.gnome.org/show_bug.cgi?id=673319 + +2012-07-17 09:44:10 +0200 Wim Taymans + + * gst/gstparse.c: + Revert "parse: escape \ with a \ as well, so that we don't lose the \ when unescaping" + This reverts commit dd9fedb41f1ada8e1f8bd5346fccd3d068d543cb. + This is not the right place to escape the \, we should only escape the spaces to + keep the arguments together that were provided as one group (with quotes on the + shell). + +2012-07-10 12:27:11 -0700 Evan Nemerson + + * gst/gstutils.c: + utils: set return type of gst_parse_bin_* to GstBin for introspection + +2012-06-30 12:33:43 -0700 Evan Nemerson + + * libs/gst/net/gstnettimepacket.c: + nettimepacket: add missing array annotation to gst_net_time_packet_new + +2012-06-29 17:33:49 -0700 Evan Nemerson + + * gst/gstformat.c: + introspection: add missing array annotation to gst_formats_contains + +2012-07-16 20:54:17 +0200 Stefan Sauer + + * gst/gstbin.c: + * tests/check/gst/gstbin.c: + bin: aggregate durations like in adder + Stop querying the duration once an element return unknown and return unknown + as a final result. This avoid eventually cutting off a stream too early. + Add a tests to docuement the behavior. + +2012-07-16 00:24:46 +0100 Tim-Philipp Müller + + * gst/gstdatetime.c: + datetime: just return NULL on short input strings instead of a warning + We want to be able to use this function on random non-NULL input, + this should not result in a runtime-critical. + +2012-07-15 12:59:44 +0100 Tim-Philipp Müller + + * libs/gst/base/gstbaseparse.c: + baseparse: fix seekability querying with formats with headers like FLAC + Move code that checks for upstream seekability and all that to + the right place, otherwise it will never be done for formats + that have headers such as FLAC, as handle_and_push frame will + be called the first time only after headers have been processed + (and framecount is > 0). This then makes us report that we + can't seek, which disables the seek bar in totem. + +2012-07-14 20:33:30 +0100 Tim-Philipp Müller + + * plugins/elements/gstdataqueue.c: + * plugins/elements/gstdataqueue.h: + plugins: embed GstAueueArray in dataqueue struct as well + +2012-07-14 20:28:54 +0100 Tim-Philipp Müller + + * plugins/elements/gstelements.c: + plugins: don't use one-time array in plugin_init + +2012-07-14 20:26:04 +0100 Tim-Philipp Müller + + * plugins/elements/gstqueue.c: + * plugins/elements/gstqueue.h: + queue: embed GstQueueArray structure + +2012-07-14 20:00:30 +0100 Tim-Philipp Müller + + * plugins/elements/gstcapsfilter.h: + * plugins/elements/gstfakesink.h: + * plugins/elements/gstfakesrc.h: + * plugins/elements/gstfdsink.h: + * plugins/elements/gstfdsrc.h: + * plugins/elements/gstfilesink.h: + * plugins/elements/gstfilesrc.h: + * plugins/elements/gstfunnel.h: + * plugins/elements/gstidentity.h: + * plugins/elements/gstinputselector.h: + * plugins/elements/gstmultiqueue.h: + * plugins/elements/gstoutputselector.h: + * plugins/elements/gstqueue.h: + * plugins/elements/gstqueue2.h: + * plugins/elements/gstqueuearray.h: + * plugins/elements/gsttee.h: + * plugins/elements/gsttypefindelement.h: + * plugins/elements/gstvalve.h: + plugins: sprinkle some more G_GNUC_INTERNAL + +2012-07-14 19:38:39 +0100 Tim-Philipp Müller + + * plugins/elements/gstqueuearray.c: + * plugins/elements/gstqueuearray.h: + plugins: add init/clear functions to GstQueueArray + +2012-07-14 19:24:57 +0100 Tim-Philipp Müller + + * libs/gst/base/Makefile.am: + * libs/gst/base/gstqueuearray.c: + * libs/gst/base/gstqueuearray.h: + * plugins/elements/Makefile.am: + * plugins/elements/gstdataqueue.h: + * plugins/elements/gstqueue.h: + * plugins/elements/gstqueuearray.c: + * plugins/elements/gstqueuearray.h: + * tests/check/libs/queuearray.c: + * win32/common/libgstbase.def: + base: make GstQueueArray private to coreelements for now + Keep it private until we have a reason to make it public. + +2012-07-14 19:08:24 +0100 Tim-Philipp Müller + + * gst/gsttaglist.c: + taglist: check value type matches tag type when adding values to a taglist + +2012-07-14 18:52:50 +0100 Tim-Philipp Müller + + * gst/gstinfo.c: + info: make taglists and datetime loggable via GST_PTR_FORMAT + +2012-07-13 12:05:15 +0200 Wim Taymans + + * libs/gst/base/gstbaseparse.c: + baseparse: send seek event upstream first + First try to let upstream handle the seek event, then fail if the event is + something we don't understand. + +2012-07-13 09:43:59 +0200 Wim Taymans + + * tests/check/gst/gstpad.c: + pad: fix test raciness + Fixes https://bugzilla.gnome.org/show_bug.cgi?id=679506 + +2012-07-12 13:17:51 +0100 Tim-Philipp Müller + + * scripts/gst-uninstalled: + gst-uninstalled: fix gst-ffmpeg plugin path again + +2012-07-12 12:09:13 +0100 Tim-Philipp Müller + + * scripts/gst-uninstalled: + gst-uninstalled: add clutter-gst and refine plugin search paths + +2012-07-12 00:34:22 +1000 Jan Schmidt + + * gst/gstpad.c: + gstpad: Move sticky flag clearing code to gst_pad_activate_mode + The ghostpad code directly activates/deactivates the child code by + calling gst_pad_activate_mode, rather than gst_pad_set_active, so + make sure to clear the flags in gst_pad_activate_mode(), which should + catch all cases. + +2012-07-11 12:40:10 +0200 Wim Taymans + + * gst/gstevent.c: + event: improve annotation + +2012-07-11 12:37:05 +0200 Wim Taymans + + * libs/gst/base/gstbasesink.c: + basesink: handle step end correctly + when we have a new step event with a -1 amount, make sure that we follow the + regular code path so that the stop_end handler is called as usual. This takes + care of flushing the buffer in case of a flushing step and also posts a step end + message. + See https://bugzilla.gnome.org/show_bug.cgi?id=679378 + +2012-07-11 13:14:57 +0200 Sebastian Dröge + + * win32/common/libgstbase.def: + * win32/common/libgstnet.def: + win32: Fix exported symbols list for real now + +2012-07-11 11:21:18 +0200 Stefan Sauer + + * gst/gstsegment.c: + segment: remove removed api from the docs. + +2012-07-11 12:46:31 +0200 Sebastian Dröge + + * win32/common/libgstbase.def: + * win32/common/libgstnet.def: + * win32/common/libgstreamer.def: + win32: Updated exported symbols list + +2012-07-11 12:45:51 +0200 Sebastian Dröge + + * docs/gst/gstreamer-sections.txt: + * gst/gsttoc.c: + * gst/gsttoc.h: + toc: Add functions to retrieve the parent GstToc/GstTocEntry of a GstTocEntry + +2012-07-10 18:15:20 +0300 Anton Belka + + * gst/gsttoc.c: + toc: Fix gst_toc_find_entry() + Recursive search for the required entry, instead of returning the + top-level entry that contains an entry with the search UID. + +2012-07-11 10:26:13 +0200 Edward Hervey + + * libs/gst/base/gstbaseparse.c: + baseparse: Push STREAM_START in pull-mode + +2012-07-11 10:24:51 +0200 Edward Hervey + + * gst/gststructure.c: + structure: Demote WARNING to DEBUG + It is not an issue to get fields that don't exist, calling code should + handle that. + +2012-07-10 11:46:41 +0200 Edward Hervey + + * gst/gst.c: + * gst/gstatomicqueue.c: + * gst/gstatomicqueue.h: + * gst/gstbin.c: + * gst/gstbin.h: + * gst/gstbuffer.h: + * gst/gstbufferlist.c: + * gst/gstbufferlist.h: + * gst/gstbus.c: + * gst/gstcaps.c: + * gst/gstcaps.h: + * gst/gstclock.c: + * gst/gstclock.h: + * gst/gstconfig.h.in: + * gst/gstdatetime.c: + * gst/gstdebugutils.h: + * gst/gstelement.c: + * gst/gstelement.h: + * gst/gstelementfactory.c: + * gst/gstelementfactory.h: + * gst/gsterror.h: + * gst/gstevent.c: + * gst/gstevent.h: + * gst/gstghostpad.c: + * gst/gstinfo.c: + * gst/gstinfo.h: + * gst/gstiterator.c: + * gst/gstmessage.c: + * gst/gstmessage.h: + * gst/gstminiobject.c: + * gst/gstpad.c: + * gst/gstpad.h: + * gst/gstpadtemplate.c: + * gst/gstparamspecs.c: + * gst/gstparamspecs.h: + * gst/gstparse.c: + * gst/gstparse.h: + * gst/gstpipeline.c: + * gst/gstplugin.c: + * gst/gstplugin.h: + * gst/gstpluginfeature.c: + * gst/gstpluginfeature.h: + * gst/gstpoll.c: + * gst/gstpoll.h: + * gst/gstpreset.c: + * gst/gstquery.c: + * gst/gstquery.h: + * gst/gstregistry.c: + * gst/gstsample.c: + * gst/gstsegment.c: + * gst/gstsegment.h: + * gst/gststructure.c: + * gst/gsttaglist.c: + * gst/gsttaglist.h: + * gst/gsttagsetter.c: + * gst/gsttask.c: + * gst/gsttaskpool.c: + * gst/gsttaskpool.h: + * gst/gsttoc.c: + * gst/gsttocsetter.c: + * gst/gsttrace.h: + * gst/gsttypefind.c: + * gst/gsttypefind.h: + * gst/gsttypefindfactory.c: + * gst/gsturi.c: + * gst/gstutils.c: + * gst/gstutils.h: + * gst/gstvalue.c: + * gst/gstvalue.h: + * gst/gstversion.h.in: + * libs/gst/base/gstadapter.c: + * libs/gst/base/gstbaseparse.c: + * libs/gst/base/gstbaseparse.h: + * libs/gst/base/gstbasesink.c: + * libs/gst/base/gstbasesink.h: + * libs/gst/base/gstbasesrc.c: + * libs/gst/base/gstbasesrc.h: + * libs/gst/base/gstbasetransform.c: + * libs/gst/base/gstbasetransform.h: + * libs/gst/base/gstbitreader-docs.h: + * libs/gst/base/gstbitreader.c: + * libs/gst/base/gstbitreader.h: + * libs/gst/base/gstbytereader-docs.h: + * libs/gst/base/gstbytereader.c: + * libs/gst/base/gstbytereader.h: + * libs/gst/base/gstbytewriter-docs.h: + * libs/gst/base/gstbytewriter.c: + * libs/gst/base/gstbytewriter.h: + * libs/gst/base/gstcollectpads.c: + * libs/gst/base/gstcollectpads.h: + * libs/gst/base/gstindex.c: + * libs/gst/base/gsttypefindhelper.c: + * libs/gst/check/gstcheck.c: + * libs/gst/check/gstcheck.h: + * libs/gst/check/gstconsistencychecker.c: + * libs/gst/check/gstconsistencychecker.h: + * plugins/elements/gstdataqueue.c: + * plugins/elements/gstdataqueue.h: + * plugins/elements/gstfakesink.c: + * plugins/elements/gstfakesrc.c: + * plugins/elements/gstfdsrc.c: + * plugins/elements/gstfilesink.c: + * plugins/elements/gstidentity.c: + * plugins/elements/gstinputselector.c: + * plugins/elements/gstmultiqueue.c: + * plugins/elements/gstoutputselector.c: + * plugins/elements/gstqueue.c: + * plugins/elements/gstqueue2.c: + * plugins/elements/gstvalve.c: + * plugins/elements/gstvalve.h: + Remove 0.10-related documentation and "Since" markers + +2012-07-10 00:39:37 +0100 Tim-Philipp Müller + + * libs/gst/base/gstbasesrc.c: + basesrc: provide fallback in case a create function doesn't know about provided buffers + In 0.11 the caller may provide a buffer to be filled by the source to + pull_range/get_range/create, but it's easy to miss this new case when + porting code from 0.10. Provide fallback that copies the created data + into the provided buffer for now. + This makes oggdemux in pull-mode work with dataurisrc. + +2012-07-10 10:31:00 +0200 Wim Taymans + + * gst/gstquery.c: + * gst/gstquery.h: + * libs/gst/base/gstbasetransform.c: + query: copy structure in _add_allocation_meta() + Make gst_query_add_allocation_meta() take a copy of the passed caps instead of + taking ownership. This makes it easier for the caller in most cases because it + doesn't have to make a copy and deal with NULL values. + +2012-07-10 10:11:57 +0200 Wim Taymans + + * gst/gst.c: + gst: add new flags + +2012-07-09 23:47:53 +0200 Matej Knopp + + * gst/gstminiobject.c: + miniobject: fix exclusive lock/unlock race + +2012-07-09 21:51:07 +0100 Tim-Philipp Müller + + * libs/gst/base/gstbaseparse.c: + * libs/gst/base/gstbasesink.c: + * libs/gst/base/gstbasesrc.c: + * plugins/elements/gsttypefindelement.c: + basesrc, basesink, baseparse, typefind: use GST_SEGMENT_FLAG with segment flags + +2012-07-09 22:11:31 +0200 Stefan Sauer + + * gst/gstsegment.c: + * gst/gstsegment.h: + segment: also copy the segment flag + Fixes segmented seeks (as tested e.g. in the adder tests in base). + +2012-07-09 20:55:00 +0100 Tim-Philipp Müller + + * plugins/elements/gstdataqueue.h: + plugins: sprinkle G_GNUC_INTERNAL for dataqueue functions + And remove padding, since this is not public API any more. + +2012-07-09 20:48:56 +0100 Tim-Philipp Müller + + * gst/gst_private.h: + * gst/parse/types.h: + gst: sprinkle some G_GNUC_INTERNAL for internal functions + +2012-07-09 20:09:55 +0100 Tim-Philipp Müller + + * tests/check/gst/gsttoc.c: + * tests/check/gst/gsttocsetter.c: + tests: fix toc unit tests + Meant to check subsubentry, not subentry. + +2012-07-09 18:58:24 +0100 Tim-Philipp Müller + + * tests/check/gst/gsttoc.c: + tests: minor toc test clean-up + +2012-07-09 18:51:37 +0100 Tim-Philipp Müller + + * tests/check/gst/gsttoc.c: + * tests/check/gst/gsttocsetter.c: + tests: turn toc check macros into proper functions + So we can see the line number of the check that fails. + +2012-07-09 20:31:00 +0200 Edward Hervey + + * win32/common/libgstbase.def: + * win32/common/libgstnet.def: + * win32/common/libgstreamer.def: + win32: Update defs file for API changes/addition + +2012-07-09 20:29:29 +0200 Edward Hervey + + * tests/check/gst/gstbin.c: + * tests/check/gst/gstparamspecs.c: + * tests/check/pipelines/cleanup.c: + * tests/check/pipelines/simple-launch-lines.c: + check: Update tests for new STREAM_START message + +2012-07-09 20:28:54 +0200 Edward Hervey + + * tests/check/gst/gstbin.c: + check: Ensure STREAM_START message is posted + A STREAM_START message is posted if and only if all sinks in the + bin/pipeline received the STREAM_START event + +2012-07-09 20:28:20 +0200 Edward Hervey + + * libs/gst/base/gstbasesink.c: + basesink: Post a STREAM_START message when we see the event + +2012-07-09 20:27:44 +0200 Edward Hervey + + * gst/gstbin.c: + gstbin: collect and aggregate STREAM_START messages + when all sinks have posted a STREAM_START, the bin will forward a + new STREAM_START message to the parent bin or application + +2012-07-09 20:08:15 +0200 Edward Hervey + + * gst/gstmessage.c: + * gst/gstmessage.h: + * win32/common/libgstreamer.def: + gstmessage: New GST_MESSAGE_STREAM_START + message counterpart to the GST_EVENT_STREAM_START event + +2012-07-09 19:59:33 +0200 Edward Hervey + + * tests/check/gst/gstbin.c: + check: Unit test for EOS message + Make sure we get the aggregated message if and only if all sinks + received an EOS event + +2012-07-09 19:56:15 +0200 Stefan Sauer + + * libs/gst/base/gstcollectpads.c: + collectpads: add STREAM_START handling + Use a flag to forward the first STREAM_START + +2012-07-09 16:20:49 +0100 Tim-Philipp Müller + + * docs/design/part-caps.txt: + * docs/design/part-streams.txt: + docs: update stream docs for SEGMENT_START event + +2012-07-09 16:48:56 +0200 Wim Taymans + + * docs/gst/gstreamer-sections.txt: + docs: fix more docs + +2012-07-09 16:22:04 +0200 Wim Taymans + + * docs/gst/gstreamer-sections.txt: + * gst/gstallocator.h: + docs: fix docs a little more + +2012-07-09 16:02:50 +0200 Wim Taymans + + * gst/Makefile.am: + * gst/gstallocator.c: + * gst/gstallocator.h: + * gst/gstbuffer.h: + * gst/gstbufferpool.c: + * gst/gstmemory.c: + * gst/gstmemory.h: + * gst/gstquery.c: + * gst/gstquery.h: + * libs/gst/base/gstbasesrc.c: + * libs/gst/base/gstbasetransform.c: + * tests/examples/memory/memory_test.c: + * tests/examples/memory/my-memory.c: + * tests/examples/memory/my-memory.h: + * tests/examples/memory/my-vidmem.c: + memory: Make GstAllocator a GstObject + Make GstAllocator a GstObject instead of a GstMiniObject, like bufferpool. + Make a new gstallocator.c file. Make a GstAllocator subclass for the default + allocator. + +2012-07-09 13:20:30 +0200 Wim Taymans + + * gst/gstmemory.c: + memory: remove unused macros + +2012-07-09 13:20:05 +0200 Wim Taymans + + * gst/gstclock.c: + * tests/check/gst/gstclock.c: + clock: make abstract + Make the GstClock type abstract. + Fix a horrible hack in the clock unit test. + +2012-07-09 15:37:28 +0200 Sebastian Dröge + + * plugins/elements/gstqueue.c: + queue: Fix handling of min-threshold and serialized queries + Only consider the queue empty if the minimum thresholds + are not reached and data is at the queue head. Otherwise + we would block forever on serialized queries. + This also makes sending of serialized events, like caps, happen + faster and potentially improves negotiation performance. + Fixes bug #679458. + +2012-07-09 13:15:46 +0100 Tim-Philipp Müller + + * gst/gsttoc.c: + toc: remove padding now that the structs are private + +2012-07-09 13:12:27 +0100 Tim-Philipp Müller + + * gst/gsttoc.c: + * gst/gsttoc.h: + * tests/check/gst/gsttoc.c: + toc: add gst_toc_dump() function for debugging + API: gst_toc_dump() + +2012-07-03 00:07:11 +0100 Tim-Philipp Müller + + * gst/gstbus.c: + * gst/gstclock.c: + * gst/gstsystemclock.c: + * tests/check/gst/gstpipeline.c: + bus, clock: make sure these never have a floating ref + Clear the initial floating ref in the init function for + busses and clocks. These objects can be set on multiple + elements, so there's no clear parent-child relationship + here. Ideally we'd just not make them derive from + GInitiallyUnowned at all, but since we want to keep + using GstObject features for debugging, we'll just do + it like this. + This should also fix some problems with bindings, which + seem to get confused when they get floating refs from + non-constructor functions (or functions annotated to + have a 'transfer full' return type). This works now: + from gi.repository import GObject, Gst + GObject.threads_init() + Gst.init(None) + pipeline=Gst.Pipeline() + bus = pipeline.get_bus() + pipeline.set_state(Gst.State.NULL) + del pipeline; + https://bugzilla.gnome.org/show_bug.cgi?id=679286 + https://bugzilla.gnome.org/show_bug.cgi?id=657202 + +2012-07-08 20:15:33 +0200 Stefan Sauer + + * tools/gst-inspect.c: + inspect: suppress glib deprecations warnings for G_VALUE_ARRAY + +2012-07-07 23:13:20 +0100 Tim-Philipp Müller + + * tests/check/gst/gstvalue.c: + tests: add more tests for datetime value serialisation/deserialisation + Esp. of partial datetimes. + +2012-07-07 22:46:00 +0100 Tim-Philipp Müller + + * gst/gst_private.h: + * gst/gstvalue.c: + * tests/check/gst/gstvalue.c: + value: use datetime serialise/deserialise functions for datetimes + This re-uses existing code and makes sure we properly serialise + and deserialise datetimes where not all fields are set (thus + fixing some warnings when serialising such datetimes). + +2012-07-07 22:40:12 +0100 Tim-Philipp Müller + + * gst/gstdatetime.c: + datetime: do our own serialisation so we can serialise microseconds as well + We still don't do that in _to_iso8601_string() though, since + this will probably mostly be used in tags, where it doesn't + matter so much and the microsecond argument might not be + well-received by some tag readers. + +2012-07-07 19:43:50 +0100 Tim-Philipp Müller + + * gst/gstdatetime.c: + datetime: when deserialising parse microseconds if available + +2012-07-07 16:01:41 +0100 Tim-Philipp Müller + + * gst/gstdatetime.c: + datetime: fix second parsing failure case when deserialising datetime + When we fail to parse the number of seconds, reset the value to -1 + instead of passing some error value as seconds. Also, we can still + try to parse timezone information. + +2012-07-07 15:44:57 +0100 Tim-Philipp Müller + + * tests/examples/memory/my-memory.c: + * tests/examples/memory/my-vidmem.c: + examples: fix debug log print formats in memory examples + +2012-07-07 01:37:50 +0200 Sebastian Rasmussen + + * gst/gstinfo.c: + gstinfo: Add destroy notify arguments to debug stubs + Fixes https://bugzilla.gnome.org/show_bug.cgi?id=679535 + +2012-07-06 20:37:06 +0200 Sebastian Rasmussen + + * gst/gststructure.c: + gststructure: Set lcopy string const exactly as glib's macro + Fixes https://bugzilla.gnome.org/show_bug.cgi?id=679534 + +2012-07-06 17:19:21 +0200 Wim Taymans + + * gst/gstmemory.c: + * gst/gstmemory.h: + * tests/examples/memory/my-memory.c: + * tests/examples/memory/my-vidmem.c: + memory: expose the GstAllocation structure + Expose the GstAllocation structure and provide an _init function. This makes it + easier to make 'subclasses' of the allocator that contain more info. + It also allows us to expose the flags on the allocator miniobject. + Make a flag to note that the allocator uses a custom alloc function. + +2012-07-06 12:45:29 +0200 Edward Hervey + + * gst/gststructure.c: + structure: Demote WARNING to INFO + It is common to use gst_structure_get() to know if a field is present + or not. + +2012-07-06 11:41:52 +0200 Edward Hervey + + * tools/gst-inspect.c: + gst-inspect: Remove unused define + +2012-07-06 11:41:33 +0200 Edward Hervey + + * tests/check/libs/libsabi.c: + check: gstcontroller.h doesn't exist anymore + +2012-07-06 11:40:47 +0200 Edward Hervey + + * tests/check/libs/basesrc.c: + check: Use consistencycheck on basesrc + +2012-07-06 11:38:58 +0200 Edward Hervey + + * libs/gst/check/gstconsistencychecker.c: + consistencychecker: Check for STREAM_START event + Check that it is always before any serialized event. + +2012-07-06 10:13:28 +0100 Tim-Philipp Müller + + * plugins/elements/gsttypefindelement.c: + * plugins/elements/gsttypefindelement.h: + typefindelement: remove unimplemented maximum property + +2012-07-06 10:09:55 +0100 Tim-Philipp Müller + + * plugins/elements/gsttee.c: + * plugins/elements/gsttee.h: + tee: remove unimplemented has-sink-loop property + +2012-07-06 10:07:56 +0100 Tim-Philipp Müller + + * plugins/elements/gstqueue2.c: + queue2: remove deprecated temp-location use, make it read-only + +2012-07-06 09:57:52 +0100 Tim-Philipp Müller + + * plugins/elements/gstidentity.c: + * plugins/elements/gstidentity.h: + identity: remove deprecated check-perfect property + Replaced by the more specific check-imperfect-{timestamp,offset} + +2012-07-06 11:49:47 +0200 Wim Taymans + + * gst/gstquery.c: + * gst/gstquery.h: + * libs/gst/base/gstbasetransform.c: + * libs/gst/base/gstbasetransform.h: + query: use more generic structure for meta params + +2012-07-06 11:22:43 +0200 Wim Taymans + + * docs/gst/gstreamer-sections.txt: + * gst/gstquery.c: + * gst/gstquery.h: + query: make find_allocation_meta method + Make gst_query_find_allocation_meta() that also return the index of the metadata + and replaces gst_query_has_allocation_meta(). + +2012-07-06 11:00:38 +0200 Wim Taymans + + * gst/gstquery.c: + * gst/gstquery.h: + * libs/gst/base/gstbasetransform.c: + * libs/gst/base/gstbasetransform.h: + query: add flags to allocation query + Make it possible to add API specific flags to the ALLOCATION query. This makes + it possible to also check what kinds of subfeatures of the metadata API are + supported. + +2012-07-06 09:11:48 +0200 Wim Taymans + + * tests/examples/memory/memory_test.c: + tests: remove unused includes + +2012-07-05 18:07:52 +0200 Wim Taymans + + * tests/examples/memory/Makefile.am: + * tests/examples/memory/memory_test.c: + * tests/examples/memory/my-memory.h: + * tests/examples/memory/my-vidmem.c: + * tests/examples/memory/my-vidmem.h: + memory: add more examples + Add an example of a custom allocator with a custom API. + +2012-07-05 17:11:01 +0200 Wim Taymans + + * gst/gstmemory.c: + * gst/gstmemory.h: + * tests/examples/memory/Makefile.am: + * tests/examples/memory/memory_test.c: + * tests/examples/memory/my-memory.c: + * tests/examples/memory/my-memory.h: + memory: add gst_memory_init() + Add a method that memory implementations can call to initialize the standard + GstMemory structure. + Move the parent handling in the _free handler. + Rearrange some internal function parameters so that the order is consistent. + Add more memory examples + +2012-07-05 16:17:53 +0200 Wim Taymans + + * gst/gstminiobject.c: + miniobject: fix some miniobject docs + +2012-07-05 14:25:13 +0200 Wim Taymans + + * configure.ac: + * tests/examples/Makefile.am: + * tests/examples/memory/.gitignore: + * tests/examples/memory/Makefile.am: + * tests/examples/memory/memory_test.c: + tests: add memory example + +2012-07-05 12:25:45 +0100 Tim-Philipp Müller + + * tests/check/gst/gsttoc.c: + tests: fix toc unit test build by removing toc query stuff there too + +2012-07-05 13:03:10 +0200 Sebastian Dröge + + * docs/gst/gstreamer-sections.txt: + * gst/gstevent.c: + * gst/gstevent.h: + * gst/gstquark.c: + * gst/gstquark.h: + * libs/gst/base/gstbaseparse.c: + * libs/gst/base/gstbasesink.c: + * libs/gst/base/gstbasesrc.c: + * win32/common/libgstreamer.def: + event: Add format and position to the segment-done event + +2012-07-05 12:53:57 +0200 Wim Taymans + + * docs/design/part-buffer.txt: + * docs/design/part-memory.txt: + * docs/design/part-miniobject.txt: + docs: update docs + +2012-07-05 12:17:55 +0200 Wim Taymans + + * gst/gstminiobject.h: + miniobject: increase amount of possible flags + +2012-07-05 12:52:51 +0200 Sebastian Dröge + + * docs/gst/gstreamer-sections.txt: + * gst/gstevent.c: + * gst/gstevent.h: + * libs/gst/base/gstbaseparse.c: + * libs/gst/base/gstbasesink.c: + * libs/gst/base/gstbasesrc.c: + event: Implement segment-done event + +2012-07-05 12:37:01 +0200 Sebastian Dröge + + * docs/design/part-toc.txt: + part-toc: Remove section about TOC query + +2012-07-05 12:34:43 +0200 Sebastian Dröge + + * win32/common/libgstbase.def: + * win32/common/libgstreamer.def: + win32: Update exported symbols list + +2012-07-05 12:31:58 +0200 Sebastian Dröge + + * docs/gst/gstreamer-sections.txt: + * gst/gstquery.c: + * gst/gstquery.h: + query: Remove the TOC query, it's not very useful now that we have sticky events + +2012-07-03 18:49:18 +0200 Sebastian Dröge + + * gst/gstquark.c: + * gst/gstquark.h: + quark: Remove unneeded quarks + +2012-07-03 18:45:05 +0200 Sebastian Dröge + + * docs/design/part-toc.txt: + * docs/gst/gstreamer-sections.txt: + * gst/gsttoc.c: + * gst/gsttoc.h: + * tests/check/gst/gsttoc.c: + * tests/check/gst/gsttocsetter.c: + * tools/gst-launch.c: + * win32/common/libgstbase.def: + * win32/common/libgstnet.def: + * win32/common/libgstreamer.def: + toc: Make structures opaque and clean up function names and fields a bit + +2012-07-04 17:02:09 +0200 Wim Taymans + + * gst/gstbuffer.c: + buffer:fix debug category + +2012-07-04 16:38:15 +0200 Wim Taymans + + * docs/gst/gstreamer-sections.txt: + * gst/gstbuffer.c: + * gst/gstbuffer.h: + * gst/gstbufferlist.c: + * gst/gstcaps.c: + * gst/gstcaps.h: + * gst/gstevent.c: + * gst/gstmemory.c: + * gst/gstmemory.h: + * gst/gstmessage.c: + * gst/gstminiobject.c: + * gst/gstminiobject.h: + * gst/gstquery.c: + * gst/gstsample.c: + * gst/gsttaglist.c: + * gst/gsttoc.c: + * tests/check/gst/gstmemory.c: + * win32/common/libgstreamer.def: + miniobject: add lock functionality to GstMiniObject + Move the locking methods from GstMemory to GstMiniObject. + Add a miniobject flag to enable LOCKABLE objects. LOCKABLE objects can + use the lock/unlock API to control the access to the object. + Add a minobject flag that allows you to lock an object in readonly mode. + Modify the _is_writable() method to check the shared counter for LOCKABLE + objects. This allows us to control writability separately from the refcount for + LOCKABLE objects. + +2012-07-04 16:04:28 +0200 Wim Taymans + + * gst/gst_private.h: + * gst/gstinfo.c: + info: add new locking debug category + +2012-07-04 12:28:56 +0200 Wim Taymans + + * gst/gstmemory.c: + memory: fix is_exclusive + +2012-07-04 12:03:32 +0200 Wim Taymans + + * gst/gstmemory.h: + memory: add LOCK_FLAG_READWRITE define + +2012-07-04 11:48:37 +0200 Wim Taymans + + * docs/design/part-memory.txt: + memory: update docs + +2012-07-04 10:12:43 +0200 Wim Taymans + + * gst/gstmemory.c: + memory: small cleanup + +2012-07-03 13:50:06 +0200 Wim Taymans + + * docs/gst/gstreamer-sections.txt: + * gst/gst.c: + * win32/common/libgstreamer.def: + update for new symbols + +2012-07-03 13:47:49 +0200 Wim Taymans + + * gst/gstmemory.c: + memory: Fix the NO_SHARE flag in the constructor + The NO_SHARE flag does not influence the exclusiveness of the buffer initially + but only if a _share operation can be done. Otherwise, we would not be able to + WRITE map a buffer memory because it would have a share count of at least 2. + +2012-07-03 13:47:30 +0200 Wim Taymans + + * gst/gstmemory.c: + memory: only check the locking refcount + +2012-07-03 13:46:40 +0200 Wim Taymans + + * gst/gstbuffer.c: + buffer: fix resize + Correctly update the exclusive locks + +2012-07-03 13:45:03 +0200 Wim Taymans + + * gst/gstmemory.h: + memory: Use lock flags for map flags + We implement the locking in gst_memory_map with the lock flags, make matching + flags the same number so that we can use the map flags directly as lock flags. + +2012-07-03 12:18:02 +0200 Wim Taymans + + * gst/gstbuffer.c: + buffer: lock memory EXCLUSIVE + lock the memory that the buffer references as EXCLUSIVE. This makes sure that + when we share the memory with other buffers that it becomes unwritable. + +2012-07-03 12:16:19 +0200 Wim Taymans + + * gst/gstmemory.c: + memory: cleanup the locking code + cleanup and fix the locking code + +2012-07-03 09:48:32 +0200 Wim Taymans + + * docs/design/part-memory.txt: + * gst/gstmemory.c: + * gst/gstmemory.h: + memory: expose the internal locking api + Expose the internally used methods for locking and unlocking the object. Pass + the access mode to the unlock function for extra checks and because we need it + for the EXCLUSIVE locks. + Make some new defines to specify the desired locking. + Add a new EXCLUSIVE lock mode which will increment the shared counter. Objects + with a shared counter > 1 will not be lockable in WRITE mode. + +2012-06-29 16:37:05 +0200 Mark Nauwelaerts + + * tests/check/gst/gstbuffer.c: + tests: gstbuffer: extend buffer copy test + ... to check for independence of copied buffer. + +2012-07-04 18:32:47 +0100 Tim-Philipp Müller + + * gst/gstregistry.c: + registry: remove outdated bits of warning message + I think we can be reasonable sure people are using an up-to-date + gst-uninstalled script now. + +2012-07-04 18:16:23 +0100 Tim-Philipp Müller + + * gst/gstpluginloader.c: + * gst/gstregistry.c: + Add versioned variants of some environment variables + Improve parallel installability in setups like jhbuild by + providing versioned variants of some environment variables: + GST_REGISTRY_1_0 + GST_PLUGIN_PATH_1_0 + GST_PLUGIN_SYSTEM_PATH_1_0 + GST_PLUGIN_SCANNER_1_0 + will now be checked before checking the unversioned ones. + https://bugzilla.gnome.org/show_bug.cgi?id=679407 + +2012-07-04 17:55:58 +0100 Tim-Philipp Müller + + * gst/gstsample.h: + docs: fix typo in GstSample docs + +2012-07-04 17:36:55 +0100 Tim-Philipp Müller + + * gst/gsturi.c: + * tests/check/gst/gsturi.c: + uri: there are valid URI protocols with only two letters, like fd:// + We added a minimum length of three letters originally so we would + fail to recognise DOS/Windows-style filenames as valid URIs (as we + should). Two should be just fine as well. + +2010-10-13 13:36:08 +0200 Edward Hervey + + * win32/common/libgstbase.def: + win32: API additions + +2009-09-29 09:54:24 +0200 Edward Hervey + + * plugins/elements/gstdataqueue.c: + * plugins/elements/gstdataqueue.h: + dataqueue: Use GstQueueArray + +2009-09-28 17:31:49 +0200 Edward Hervey + + * plugins/elements/gstqueue.c: + * plugins/elements/gstqueue.h: + queue: Use new GstQueueArray for local storage. + Makes _chain() and _loop() 25% faster + +2009-09-29 09:06:13 +0200 Edward Hervey + + * tests/check/Makefile.am: + * tests/check/libs/queuearray.c: + check: New unit test for GstQueueArray + +2009-09-28 17:30:04 +0200 Edward Hervey + + * libs/gst/base/Makefile.am: + * libs/gst/base/gstqueuearray.c: + * libs/gst/base/gstqueuearray.h: + * win32/common/libgstbase.def: + libs: New growing-only queue. + This is a queue which has the same API as GQueue, except that: + * It uses an array, instead of a doubled-linked-list + * The array can only grow. + This code is not-threadsafe. It is up to the owner to make sure the + proper locking is taken before calling this API. + +2012-07-04 16:16:04 +0100 Tim-Philipp Müller + + * docs/design/part-segments.txt: + * gst/gstsegment.c: + * gst/gstsegment.h: + segment: make sure we don't have unmapped seek flags littering out segment flags + Make GstSeekFlag to GstSegmentFlag conversion explicit, and + set only those seek flags in the segment flags which are + mapped. This makes sure we don't have extraneous flags + littering our segment flag field, which also fixes the + debug printing/serialisation of segment events in the + debug log. + +2012-07-04 10:24:11 +0100 Tim-Philipp Müller + + * docs/random/porting-to-0.11.txt: + docs: minor porting-to-0.11.txt update + +2012-07-04 10:23:06 +0100 Tim-Philipp Müller + + * tests/check/gst/gstdatetime.c: + tests: make checks for from/to_g_date_time() actually work properly + +2012-06-29 21:52:47 -0400 Joshua M. Doe + + * docs/gst/gstreamer-sections.txt: + * gst/gstdatetime.c: + * gst/gstdatetime.h: + * tests/check/gst/gstdatetime.c: + * win32/common/libgstreamer.def: + datetime: add conversion to/from GDateTime + Exposes existing constructor. + API: gst_date_time_to_g_date_time() + API: gst_date_time_new_from_g_date_time() + https://bugzilla.gnome.org/show_bug.cgi?id=679080 + +2012-07-04 08:52:08 +0100 Tim-Philipp Müller + + * docs/gst/gstreamer-sections.txt: + * gst/gstutils.c: + * gst/gstutils.h: + * win32/common/libgstreamer.def: + utils: remove unused gst_print_* functions + +2012-07-03 22:24:22 +0100 Tim-Philipp Müller + + * gst/gstpad.c: + pads: no need to deactivate pads that are already in PAD_MODE_NONE + +2012-07-03 22:20:40 +0100 Tim-Philipp Müller + + * gst/gstbin.c: + * gst/gstelement.c: + * gst/gstpad.c: + pads: make pad activation debug logs a bit more readable + +2012-07-03 19:15:25 +0100 Tim-Philipp Müller + + * tests/check/elements/fakesrc.c: + tests: add unit test for element re-use using fakesrc + +2012-07-03 19:04:54 +0100 Tim-Philipp Müller + + * gst/gstpad.c: + pad: clear EOS flag when deactivating pads fixing element re-use + +2012-07-03 17:25:21 +0200 Sebastian Dröge + + * libs/gst/base/gstbasesink.c: + basesink: Post TOC messages on the bus in the sinks, similar to tags + +2012-07-03 12:38:55 +0200 Wim Taymans + + * gst/gstbuffer.c: + buffer: fix the _get_mapped function + Fix the internal _get_mapped function. gst_memory_make_mapped() takes ownership + of the memory so we need to keep an additional ref until we are done. + +2012-07-03 12:23:36 +0200 Wim Taymans + + * gst/gstbuffer.c: + buffer: add more debug log + +2012-07-03 10:02:55 +0200 Sebastian Dröge + + * gst/gstevent.h: + event: The GAP event is (partially) implemented now, STREAM_CONFIG isn't + +2012-06-28 16:42:08 +0800 Chun-wei Fan + + * libs/gst/controller/gstargbcontrolbinding.c: + * libs/gst/controller/gstdirectcontrolbinding.c: + controlbindings: include gst/math-compat.h for isnan() + Due to the usage of isnan(), where an implementation is added into + gst/math-compat.h. Fixes build on Visual C++. + https://bugzilla.gnome.org/show_bug.cgi?id=679112 + +2012-06-29 16:52:31 +0800 Chun-wei Fan + + * gst/math-compat.h: + math-compat.h: add implementation for isnan() for Visual C++ + Visual C++ does not have isnan(), so add fallback to + math-compat.h (could use _isnan() in this case, but + this makes it work for all cases where isnan is missing). + https://bugzilla.gnome.org/show_bug.cgi?id=679112 + +2012-06-29 10:56:34 +0800 Chun-wei Fan + + * plugins/elements/gstfdsink.c: + fdsink.c: fix G_OS_WIN32 #ifdef + Postpone the #ifdef to a point after glib.h (via gstfdsink.h) is included + so that the needed defines and header includes can be done correctly, + especially on Visual C++ builds. + https://bugzilla.gnome.org/show_bug.cgi?id=679112 + +2012-05-27 23:09:43 +0300 Raimo Järvi + + * tests/check/gst/gstdatetime.c: + tests: fix build of datetime unit test in Windows + Also include config.h for all the #ifdef HAVE_XYZ. + https://bugzilla.gnome.org/show_bug.cgi?id=676935 + +2012-06-29 11:19:07 +0200 Wim Taymans + + * gst/gstobject.c: + gstobject: don't use g_strdup_value_contents() + g_strdup_value_contents() does some extra escaping, preventing us from using the + output on the console to be used directly. + +2012-06-28 14:41:43 +0100 Tim-Philipp Müller + + * docs/gst/running.xml: + docs: expand a bit more on GST_DEBUG docs + +2012-06-28 11:02:19 +0200 Wim Taymans + + * docs/gst/gstreamer-sections.txt: + * gst/gstbuffer.c: + * gst/gstbuffer.h: + * win32/common/libgstreamer.def: + buffer: add _append_region function + Make a gst_buffer_append_region() function that allows you to append a memory + region from one buffer to another. This is a more general version of + gst_buffer_append(). + +2012-06-28 09:36:34 +0200 Wim Taymans + + * libs/gst/base/gstbasesrc.c: + basesrc: handle DTS and PTS + Use DTS and PTS of the subclass. + Calculate PTS from DTS on keyframes. + +2012-06-27 23:01:13 +0100 Tim-Philipp Müller + + * tests/check/gst/gstdatetime.c: + tests: test datetime deserialisation a bit more + +2012-06-27 23:00:08 +0100 Tim-Philipp Müller + + * gst/gstdatetime.c: + datetime: ignore 0 days or months in dates + Handle 0 months or days correctly in date strings, so that + 2012-06-00 is parsed the same as 2012-06, for example. + +2012-01-01 16:38:08 +0100 Idar Tollefsen + + * configure.ac: + * m4/check-checks.m4: + build: Make sure AC_INCLUDES_DEFAULT is used + Without using AC_INCLUDES_DEFAULT explicitly, + certain platforms will complain that the header + was found, but not usable by the compiler. + This happens for instance on Solaris where certain + headers are needed to pull in proper defines. + Also upgrade to newer autoconf syntax and use proper quoting. + https://bugzilla.gnome.org/show_bug.cgi?id=667293 + +2012-06-27 20:52:52 +0100 Tim-Philipp Müller + + * tests/check/gst/gstbin.c: + tests: fix bus leak in GstBin test_state_change_skip test + Still not valgrind clean though. + +2012-06-27 19:59:29 +0100 Christophe Fergeau + + * gst/gstparse.c: + parse: escape \ with a \ as well, so that we don't lose the \ when unescaping + If we have a file called Foo\Bar.ogg, there is no way to pass + that filename properly to filesrc in gst_parse_launch(), since + gst_parse_unescape() will just unescape \x to x. + Not cherry-picking this into 0.10 since there are apparently + apps that work around this problem and which would break if + we fixed it there too. + https://bugzilla.gnome.org/show_bug.cgi?id=673319 + +2012-06-27 16:37:54 +0100 Tim-Philipp Müller + + * gst/gstelementfactory.h: + elementfactory: annotate some of the type defines for g-i + Type is not picked up yet though, and we still need + to annotate values for the 'simple' defines. + https://bugzilla.gnome.org/show_bug.cgi?id=677925 + +2012-06-27 14:48:55 +0100 Tim-Philipp Müller + + * gst/gstclock.h: + clock: annotate GST_CLOCK_TIME_NONE with its value for g-i + The value now gets picked up, but it still thinks the type + is a 'gint'. + https://bugzilla.gnome.org/show_bug.cgi?id=678928 + +2012-06-27 13:19:23 +0100 Tim-Philipp Müller + + * tests/check/gst/gstdatetime.c: + tests: add some datetime serialisation/deserialisation tests + https://bugzilla.gnome.org/show_bug.cgi?id=678031 + +2012-06-27 13:16:07 +0100 Tim-Philipp Müller + + * gst/gst_private.h: + * gst/gstdatetime.c: + * gst/gstvalue.c: + datetime: fix compare function + Take into account that not all fields might be valid (though they + are valid in the GDateTime structure). But we should just return + unordered if the set fields don't match. Also, don't check + microseconds when comparing datetimes, since we don't serialise + those by default if they're available. This ensures date times are + still regarded as equal after serialising+deserialising. + +2012-06-18 08:06:49 +0200 Oleksij Rempel + + * docs/gst/gstreamer-sections.txt: + * gst/gstdatetime.c: + * gst/gstdatetime.h: + * win32/common/libgstreamer.def: + datetime: add serialisation to and deserialisation from ISO 8601 strings + Some tag parsers and writers use same datetime format based on ISO 8601. + We can reduce some code by creating some general functions for it. + API: gst_date_time_to_iso8601_string() + API: gst_date_time_new_from_iso8601_string() + https://bugzilla.gnome.org/show_bug.cgi?id=678031 + +2012-06-07 11:30:48 +0100 Lionel Landwerlin + + * Makefile.am: + * configure.ac: + * tests/Makefile.am: + configure: add --disable-tools and --disable-benchmarks options + Add option to avoid build binaries. When building for platforms like + android, you might want to not link any "final" binary, mostly because + it requires special link flags or other parts of code that aren't + in the C library. + https://bugzilla.gnome.org/show_bug.cgi?id=677621 + +2012-06-26 20:41:18 +0100 Tim-Philipp Müller + + * gst/gst_private.h: + * gst/gstevent.c: + * gst/gstmessage.c: + * gst/gstquark.c: + * gst/gstquark.h: + * gst/gstquery.c: + * gst/gsttoc.c: + * tests/check/gst/gsttoc.c: + toc: put toc directly into event/message/query structure + Now that TOCs are refcounted and have a GType, we can just + stuff a ref of the TOC directly into the various toc + event/message/query structures and get rid of lots of + cracktastic GstStructure <-> GstToc serialisation and + deserialisation code. We lose some TOC sanity checking + in the process, but that should really be done when + it's being created anyway. + +2012-06-26 18:22:33 +0100 Tim-Philipp Müller + + * gst/gstbus.c: + Revert "bus: skip gst_bus_create_watch as GSource is not introspectable" + This reverts commit 930e36a89bc5c2a0f2e4ab7a73bfa630c1e0336a. + This shouldn't have been pushed, since GSource is now handled + (https://bugzilla.gnome.org/show_bug.cgi?id=657725) + +2011-08-29 13:57:03 -0300 Johan Dahlin + + * gst/gstbus.c: + bus: skip gst_bus_create_watch as GSource is not introspectable + https://bugzilla.gnome.org/show_bug.cgi?id=657640 + +2012-06-26 17:35:22 +0100 Tim-Philipp Müller + + * docs/random/porting-to-0.11.txt: + docs: some more additions to the porting-to-0.11 guide + +2012-06-26 17:27:31 +0100 Tim-Philipp Müller + + * tools/gst-inspect.c: + * tools/gst-launch.c: + * tools/gst-typefind.c: + * tools/tools.h: + tools: minor clean-up + Get rid of superfluous argument. + +2012-06-26 17:04:01 +0100 Tim-Philipp Müller + + * tools/gst-inspect.c: + * tools/gst-launch.c: + * tools/gst-typefind.c: + * tools/tools.h: + tools: remove useless g_set_prgname() wrapper + +2012-06-26 16:55:30 +0100 Tim-Philipp Müller + + * tools/gst-launch.c: + tools: point people to right binary when a crash happens + "gst-launch" is the 0.10 wrapper script, using that with + gdb is not going to yield great results. + +2012-06-26 16:42:36 +0100 Tim-Philipp Müller + + * configure.ac: + configure: bump GLib requirement to now-released stable version + +2012-06-26 16:42:10 +0100 Tim-Philipp Müller + + * plugins/elements/gstinputselector.c: + inputselector: remove some dead code for old GLib versions + +2012-06-25 23:17:32 +0100 Tim-Philipp Müller + + * docs/gst/gstreamer-sections.txt: + * gst/gsttoc.c: + * gst/gsttoc.h: + * win32/common/libgstreamer.def: + toc: add more entry types + Make entry types less abstract. + https://bugzilla.gnome.org/show_bug.cgi?id=678742 + +2012-06-17 12:48:04 +1000 Jan Schmidt + + * docs/random/porting-to-0.11.txt: + a couple of notes for the 0.11 porting guide + +2012-06-26 09:51:10 +0200 Wim Taymans + + * gst/gstminiobject.c: + * gst/gstminiobject.h: + * win32/common/libgstreamer.def: + miniobject: add steal_qdata + Rework the qdata code a little + +2012-06-25 19:52:44 +0100 Tim-Philipp Müller + + * docs/gst/gstreamer-sections.txt: + * gst/gsttocsetter.c: + * gst/gsttocsetter.h: + * tests/check/gst/gsttocsetter.c: + * win32/common/libgstreamer.def: + tocsetter: clean up and update API for refcounted TOCs + Let's keep it simple for now: + gst_toc_setter_reset_toc() -> gst_toc_setter_reset() + gst_toc_setter_get_toc_copy() -> removed + gst_toc_setter_get_toc() -> returns a ref now + gst_toc_setter_get_toc_entry_copy() -> removed, + use TOC functions instead + gst_toc_setter_get_toc_entry() -> removed, + use TOC functions instead + gst_toc_setter_add_toc_entry() -> removed, + to avoid problems with (refcount-dependent) + writability of TOC; use TOC functions instead + +2012-06-25 09:32:41 +0200 Wim Taymans + + * gst/gstmemory.h: + memory: improve docs + Mention that custom allocator functions can pass whatever they want to the + user_data. + +2012-04-06 18:00:33 +0400 Alexander Saprykin + + * gst/gsttagsetter.c: + tagsetter: use G_DEFINE_INTERFACE_* macro + https://bugzilla.gnome.org/show_bug.cgi?id=673641 + +2012-04-06 17:59:35 +0400 Alexander Saprykin + + * gst/gsttocsetter.c: + * gst/gsttocsetter.h: + tocsetter: use G_DEFINE_INTERFACE_* macro + https://bugzilla.gnome.org/show_bug.cgi?id=673641 + +2012-06-25 00:10:53 +0100 Tim-Philipp Müller + + * docs/design/part-toc.txt: + docs: update design docs for TOC API changes too + +2012-06-24 20:10:34 +0100 Tim-Philipp Müller + + * gst/gsttocsetter.c: + * tests/check/gst/gsttoc.c: + * tests/check/gst/gsttocsetter.c: + * tools/gst-launch.c: + tocsetter, gst-launch, tests: update for GstToc API changes + +2012-06-24 20:08:33 +0100 Tim-Philipp Müller + + * docs/gst/gstreamer-sections.txt: + * gst/gsttoc.c: + * gst/gsttoc.h: + * win32/common/libgstreamer.def: + toc: make GstToc and GstTocEntry mini objects + Because we can, and in order to make them refcounted. + +2012-06-23 21:42:58 +0100 Tim-Philipp Müller + + * gst/gsttaglist.c: + taglist: fix confusing log message + +2012-06-23 21:35:33 +0100 Tim-Philipp Müller + + * gst/gstvalue.c: + value: fix int64 - int64 range intersection on big endian systems + Works better if we use the v_int64 field of the GValue instead of v_int. + +2012-06-23 19:56:12 +0100 Tim-Philipp Müller + + * gst/gstbuffer.c: + * gst/gstbufferlist.c: + * gst/gstcaps.c: + * gst/gstevent.c: + * gst/gstmemory.c: + * gst/gstmessage.c: + * gst/gstminiobject.c: + * gst/gstminiobject.h: + * gst/gstquery.c: + * gst/gstsample.c: + * gst/gsttaglist.c: + miniobjects: pass copy, dispose and free function to gst_mini_object_init() + So mini objects don't have to poke into the GstMiniObject part + of the structure. Saves lines of code, and seems slightly cleaner. + We don't have proper OO hierarchies or methods here after all. + +2012-06-23 17:05:05 +0100 Tim-Philipp Müller + + * gst/gsttaglist.c: + taglist: remove some outdated FIXMEs and comments + +2012-06-23 17:04:53 +0100 Tim-Philipp Müller + + * gst/gstsample.c: + sample: some more g-i annotations + +2012-06-23 16:59:10 +0100 Tim-Philipp Müller + + * gst/gstvalue.c: + * tests/check/gst/gsttag.c: + sample: add compare function for GstSample + Should make gst_tag_list_is_equal() work properly with image tags. + https://bugzilla.gnome.org/show_bug.cgi?id=672637 + +2012-06-23 16:30:03 +0100 Tim-Philipp Müller + + * gst/gstvalue.c: + value: fix buffer compare function + +2012-06-23 14:41:50 +0100 Tim-Philipp Müller + + * tests/check/gst/gsturi.c: + tests: add unit test for gst_element_make_from_uri() + https://bugzilla.gnome.org/show_bug.cgi?id=645467 + +2012-06-23 14:41:17 +0100 Tim-Philipp Müller + + * gst/parse/grammar.y: + parse: update for gst_element_make_from_uri() change + +2012-06-23 14:40:17 +0100 Tim-Philipp Müller + + * gst/gsturi.c: + * gst/gsturi.h: + uri: add error argument to gst_element_make_from_uri() + So callers can differentiate between there not being a + handler for the protocol, and them not accepting the URI + for some reason. + https://bugzilla.gnome.org/show_bug.cgi?id=645467 + +2012-06-23 12:37:16 +0100 Tim-Philipp Müller + + * gst/gstmemory.h: + memory: annotate GstMapInfo data as array for g-i + +2012-06-20 12:53:04 +0100 Tim-Philipp Müller + + * tools/gst-launch.c: + tools: remove pointless get_state() in gst-launch + State changes to NULL state are always sync. + +2012-06-21 01:28:43 -0300 Thiago Santos + + * plugins/elements/gstinputselector.c: + inputselector: avoid notify-tags holding lock + unlock before issuing this notification to prevent + deadlocks when other elements reacts to new tags. + Fixes #678220 + +2012-06-18 16:54:29 -0300 Thiago Santos + + * scripts/gst-uninstalled: + gst-uninstalled: add gst-p-bad gst-libs to the path + Makes videoparsers and camerabins from bad usable from an uninstalled + environment at osx + +2012-06-20 13:28:08 +0200 Wim Taymans + + * gst/gstinfo.c: + * gst/gstinfo.h: + * tests/check/gst/gstinfo.c: + info: add destroy notify to gst_debug_add_log_function() + +2012-06-20 13:27:33 +0200 Wim Taymans + + * gst/gstpad.c: + pad: improve introspection annotation + +2012-06-20 12:29:35 +0200 Wim Taymans + + * gst/gstbin.c: + * gst/gstbus.c: + * gst/gstbus.h: + * tests/check/generic/sinks.c: + * tests/check/gst/gstbin.c: + * tests/examples/streams/rtpool-test.c: + * tests/examples/streams/stream-status.c: + * tools/gst-launch.c: + bus: add GDestroyNotify to set_sync_handler() + +2012-06-20 12:06:11 +0200 Wim Taymans + + * win32/common/libgstreamer.def: + defs: update + +2012-06-20 11:59:09 +0200 Wim Taymans + + * docs/gst/gstreamer-sections.txt: + * gst/gstpad.c: + * gst/gsttask.c: + * gst/gsttask.h: + task: add separate methods to add enter/leave callback + Remove the structure of callbacks and replace with separate methods to register + each callback. This is much more binding friendly. + Fixes https://bugzilla.gnome.org/show_bug.cgi?id=677898 + +2012-06-20 10:31:49 +0200 Wim Taymans + + * gst/gstpad.c: + * gst/gstpad.h: + * gst/gsttask.c: + * gst/gsttask.h: + * libs/gst/base/gstbaseparse.c: + * libs/gst/base/gstbasesink.c: + * libs/gst/base/gstbasesrc.c: + * plugins/elements/gstmultiqueue.c: + * plugins/elements/gstqueue.c: + * plugins/elements/gstqueue2.c: + * plugins/elements/gsttypefindelement.c: + * tests/check/gst/gstmessage.c: + * tests/check/gst/gsttask.c: + task: add GDestroyNotify to _new + Add a GDestroyNotify to the user_data we pass to gst_task_new() + Change gst_pad_start_task() to also take the notify + +2012-06-20 09:58:14 +0200 Wim Taymans + + * docs/random/porting-to-0.11.txt: + * gst/gstclock.c: + * gst/gstclock.h: + * gst/gstmeta.c: + * tests/check/gst/gstsystemclock.c: + * win32/common/libgstnet.def: + * win32/common/libgstreamer.def: + clock: remove _full version + Rename gst_clock_id_wait_async_full() to gst_clock_id_wait_async() + and remove the old gst_clock_id_wait_async() version. + +2012-06-20 09:22:40 +0200 Wim Taymans + + * libs/gst/net/gstnettimepacket.c: + * libs/gst/net/gstnettimepacket.h: + nettimepacket: make boxed + +2012-06-19 19:55:30 -0700 Evan Nemerson + + * libs/gst/net/gstnettimepacket.c: + net: fix some argument names in documentation + +2012-06-19 19:55:02 -0700 Evan Nemerson + + * libs/gst/controller/gstdirectcontrolbinding.c: + * libs/gst/controller/gstlfocontrolsource.c: + * libs/gst/controller/gsttimedvaluecontrolsource.h: + controller: assorted minor introspection fixes + +2012-06-19 19:53:54 -0700 Evan Nemerson + + * libs/gst/check/gstcheck.c: + check: add some missing documentation, including annotations + +2012-06-19 18:41:04 -0700 Evan Nemerson + + * libs/gst/base/gstbitreader.c: + * libs/gst/base/gstbitreader.h: + * libs/gst/base/gstbytereader.h: + * libs/gst/base/gstbytewriter.c: + base: add some missing introspection annotations + +2012-06-19 17:37:59 -0700 Evan Nemerson + + * gst/gsttaskpool.c: + task pool: set scope of gst_task_pool_push callback to async + +2012-06-19 17:33:45 -0700 Evan Nemerson + + * gst/gstatomicqueue.c: + * gst/gstbuffer.c: + * gst/gstelementfactory.c: + * gst/gsttaskpool.c: + introspection: add missing return value annotations + +2012-06-19 16:09:10 -0700 Evan Nemerson + + * gst/gstbus.h: + * gst/gstinfo.h: + * gst/gstminiobject.h: + * gst/gsttask.h: + * gst/gsttaskpool.h: + * gst/gsttypefind.h: + introspection: rename some "data" arguments to "user_data" + GObject Introspection will automatically treat "user_data" arguments + as closure data. + +2012-06-19 16:08:46 -0700 Evan Nemerson + + * gst/gsttoc.h: + toc: add some missing element-type annotations + +2012-06-19 16:06:49 -0700 Evan Nemerson + + * gst/gstbufferpool.h: + buffer pool: put GstBufferPoolAcquireParams typedef before struct + Works around https://bugzilla.gnome.org/show_bug.cgi?id=581525 + +2012-06-19 16:14:46 +0200 Wim Taymans + + * libs/gst/base/gstbasesink.c: + basesink: preroll and sync on gap events + +2012-06-19 16:08:00 +0200 Wim Taymans + + * libs/gst/base/gstbasesink.c: + basesink: reorganize the code a little + Move the code to get the sync times together. + +2012-06-19 14:30:37 +0100 Sebastian Dröge + + * gst/gstmemory.h: + memory: Fix docs typo + +2012-06-19 14:05:21 +0200 Wim Taymans + + * gst/gstclock.h: + clock: assert about timestamp overflows + Assert when converting to timeval and timespec about overflows. This can happen + on platforms with 32bits long. + Fixes https://bugzilla.gnome.org/show_bug.cgi?id=678181 + +2012-06-19 10:13:15 +0200 Wim Taymans + + * win32/common/libgstreamer.def: + defs: remove gst_pad_set_caps + +2012-06-19 10:32:10 +0100 Sebastian Dröge + + * plugins/elements/gstinputselector.c: + inputselector: Only proxy the allocation query for the active pad and send reconfigure events to the old/new pad when switching pads + +2012-06-18 16:14:19 +0200 Wim Taymans + + * docs/gst/gstreamer-sections.txt: + * gst/gstcompat.h: + * gst/gstpad.c: + * gst/gstpad.h: + pad: move gst_pad_set_caps() to compat + We want code to explicitly send a caps event instead. + +2012-06-18 16:13:22 +0200 Wim Taymans + + * gst/gstutils.c: + utils: fix some docs + +2012-06-18 15:52:05 +0200 Wim Taymans + + * docs/random/porting-to-0.11.txt: + docs: small doc fix + +2012-06-18 15:28:20 +0200 Sebastian Rasmussen + + * gst/gstclock.h: + clock: fix compiler warning + Cast to the right value, it might indeed overflow but we want the compiler to + ignore that. + +2012-06-18 15:22:26 +0200 Wim Taymans + + * gst/gstminiobject.c: + * gst/gstminiobject.h: + miniobject: hide qdata array layout + +2012-06-18 15:21:31 +0200 Wim Taymans + + * docs/design/part-meta.txt: + docs: clarify qdata wrt to metadata + +2012-06-18 15:21:12 +0200 Wim Taymans + + * win32/common/libgstreamer.def: + defs: update for new api + +2012-06-15 16:56:46 -0700 Evan Nemerson + + * libs/gst/base/gstbasesink.c: + * libs/gst/base/gstbasesrc.c: + * libs/gst/base/gstbytewriter.c: + introspection: assorted introspection and documentation fixes in base + +2012-06-15 18:35:05 -0700 Evan Nemerson + + * libs/gst/base/gstadapter.c: + adapter: add missing element-type annotations + +2012-06-15 16:14:49 -0700 Evan Nemerson + + * gst/gstatomicqueue.c: + * gst/gstatomicqueue.h: + atomic queue: register as boxed type + +2012-06-15 16:43:30 -0700 Evan Nemerson + + * gst/gstbin.c: + * gst/gstbus.c: + * gst/gstchildproxy.c: + * gst/gstchildproxy.h: + * gst/gstclock.c: + * gst/gstcontrolbinding.c: + * gst/gstcontrolbinding.h: + * gst/gstcontrolsource.c: + * gst/gstcontrolsource.h: + * gst/gstevent.c: + * gst/gstobject.c: + * gst/gstpad.h: + * gst/gstpadtemplate.c: + * gst/gstpipeline.c: + * gst/gsttaglist.c: + * gst/gstutils.c: + introspection: assorted introspection and documentation fixes + These changes are to clean up syntax issues such as missing colons, + missing spaces, etc., and minor issues such as argument names in + headers not matching the implementation and/or documentation. + +2012-06-15 14:50:48 -0700 Evan Nemerson + + * gst/gsttocsetter.c: + * gst/gsttocsetter.h: + toc setter: change GstTocSetterIFace to GstTocSetterInterface + Without this GObject Introspection does not recognize the connection + to GstTocSetter. + +2012-06-18 12:15:57 +0200 Wim Taymans + + * gst/gstbufferpool.c: + bufferpool: update docs a little + +2012-06-18 11:36:25 +0200 Wim Taymans + + * libs/gst/base/gstbasesink.c: + * libs/gst/base/gstbasesink.h: + * win32/common/libgstbase.def: + basesink: wait_eos() -> wait() + Rename gst_base_sink_wait_eos() to gst_base_sink_wait() to avoid confusion and + introspection problems with the ::wait_eos vmethod. Also this method can be used + to wait for other things than EOS. Update the docs a little. + +2012-06-18 10:13:38 +0200 Wim Taymans + + * gst/gstbufferpool.c: + * gst/gstbufferpool.h: + bufferpool:check caps argument + Caps should be NULL or fixed when configured in a bufferpool + +2012-06-15 17:01:37 +0200 Wim Taymans + + * gst/gstcaps.c: + caps: NULL is not a valid caps anymore + +2012-06-15 15:48:42 +0200 Wim Taymans + + * docs/design/part-buffering.txt: + docs: review the buffering docs + +2012-06-15 15:36:41 +0200 Wim Taymans + + * plugins/elements/gstqueue2.c: + queue2: fix percent scaling + Use _scale functions to scale the percent values. + Correctly scale the percent values in the buffering ranges. + +2012-06-15 14:54:48 +0200 Wim Taymans + + * libs/gst/base/gstbasesrc.c: + basesrc: avoid flush when starting + When we are doing the initial seek in startup, avoid doing a flush + (and unlock) because we know that the task is not started yet. + +2012-06-15 12:58:10 +0200 Wim Taymans + + * win32/common/libgstreamer.def: + defs: update + +2012-06-15 12:55:20 +0200 Wim Taymans + + * docs/gst/gstreamer-sections.txt: + * gst/gstbuffer.c: + * gst/gstbuffer.h: + * gst/gstbufferlist.c: + * gst/gstelementfactory.c: + * gst/gstevent.c: + * gst/gstghostpad.c: + * gst/gstminiobject.c: + * gst/gstminiobject.h: + * gst/gstpad.c: + * gst/gstquery.c: + * gst/gstquery.h: + docs: improve API docs + +2012-06-15 00:00:12 +0100 Tim-Philipp Müller + + * gst/gstmemory.c: + alllocator: no need to store structure size inside the structure + +2012-06-14 23:54:22 +0100 Tim-Philipp Müller + + * gst/gstquery.c: + query: no need to store the size of the structure inside the structure + +2012-06-14 23:52:41 +0100 Tim-Philipp Müller + + * gst/gstevent.c: + event: no need to store the size of the structure inside the structure + +2012-06-14 23:49:10 +0100 Tim-Philipp Müller + + * gst/gstbufferlist.c: + bufferlist: no need to store the size of the structure inside the structure + +2012-06-14 23:45:14 +0100 Tim-Philipp Müller + + * gst/gstcaps.c: + caps: no need to store the size of the caps structure inside the structure + +2012-06-14 23:41:57 +0100 Tim-Philipp Müller + + * gst/gstmessage.c: + message: no need to store size of the message structure inside the structure + +2012-06-14 23:38:54 +0100 Tim-Philipp Müller + + * gst/gstsample.c: + sample: no need to store the size of the sample structure inside the structure + +2012-06-14 23:36:29 +0100 Tim-Philipp Müller + + * gst/gsttaglist.c: + taglist: no need to store the size of the tag list structure inside the structure + +2012-06-15 11:24:46 +0200 Wim Taymans + + * gst/gstminiobject.c: + miniobject: expand docs a little + Add blurb about qdata and weak refs. + +2012-06-15 10:44:24 +0200 Wim Taymans + + * gst/gstminiobject.c: + * gst/gstminiobject.h: + * win32/common/libgstreamer.def: + miniobject: add qdata + Keep track of qdata for miniobjects. Reuse the weak ref array for this because + we can. + +2012-06-15 10:56:13 +0200 Wim Taymans + + * gst/gstminiobject.c: + miniobject: fix error in the weak ref handling + When 2 weak refs are added, the array is not resized big enough. + Simplify the weak ref handling code. + Free memory when we remove all weak refs. + Allow installing the same weak ref multiple times, like in gobject. + +2012-06-14 17:11:11 +0200 Wim Taymans + + * gst/gstbuffer.c: + * gst/gstbufferlist.c: + * gst/gstcaps.c: + * gst/gstevent.c: + * gst/gstmemory.c: + * gst/gstmessage.c: + * gst/gstminiobject.c: + * gst/gstminiobject.h: + * gst/gstquery.c: + * gst/gstsample.c: + * gst/gsttaglist.c: + miniobject: remove the size field + The size field is used by subclasses to store the total allocated size of the + memory for this miniobject. Because miniobject doesn't really do anything with + this field we can move it to the subclasses. + +2012-06-14 16:30:12 +0200 Wim Taymans + + * gst/gstbuffer.c: + * gst/gstmemory.c: + * gst/gstmemory.h: + * libs/gst/check/gstcheck.h: + * tests/check/gst/gstmemory.c: + * win32/common/libgstreamer.def: + memory: make GstMemory a miniobject + +2012-06-14 16:27:26 +0200 Wim Taymans + + * gst/gsttrace.c: + trace: always print miniobject refcount + +2012-06-14 15:40:43 +0200 Wim Taymans + + * gst/gstmemory.c: + memory: fix copy function + Make the copy function map to ref because we can't safely copy the user_data. + +2012-06-14 15:33:50 +0200 Wim Taymans + + * gst/gstmemory.c: + * gst/gstmemory.h: + * win32/common/libgstreamer.def: + memory: make GstAllocator a miniobject + +2012-06-12 13:26:35 +0200 David Svensson Fors + + * plugins/elements/gstfunnel.c: + gstfunnel: avoid access of freed pad + Save the value of the pad's got_eos in gst_funnel_release_pad, + before calling gst_element_remove_pad. This is because + gst_element_remove_pad may free the pad. + https://bugzilla.gnome.org/show_bug.cgi?id=678017 + +2012-06-14 14:05:15 +0100 Vincent Penquerc'h + + * gst/gstelement.c: + element: fix pad transfer annotation from none to full + since the pad will be unreffed. + +2012-06-13 10:52:48 +0200 Wim Taymans + + * gst/gstbin.c: + * gst/gstmessage.c: + * gst/gstmessage.h: + * libs/gst/base/gstbasesink.c: + message: add the running-time to the async-done message + Add the running-time of the buffer that caused the async operation to complete + to the async-done message. + Update bin to handle the new async-done message. + +2012-06-13 10:51:04 +0200 Wim Taymans + + * gst/gstpipeline.c: + * libs/gst/base/gstbasesink.c: + pipeline: use reset_time message to reset the start time + Use the new RESET_TIME message to reset the start-time of the pipeline to the + requested time. + Make basesink request a new running-time when the flush-stop message tells it to + insteasd of waiting for preroll. + +2012-06-13 10:16:27 +0200 Wim Taymans + + * gst/gstmessage.c: + * gst/gstmessage.h: + * gst/gstquark.c: + * gst/gstquark.h: + * win32/common/libgstreamer.def: + message: add a new message to reset time + Add a new message to reset the pipeline running_time. Currently reseting the + pipeline can only be requested in the async_done message which means that the + pipeline needs to be prerolled. It is better to move this to a separate message. + +2012-06-12 17:11:51 +0200 Wim Taymans + + * gst/gstbin.c: + bin: always recurse into bins when doing state changes + Never skip the state change of a bin because it needs to update the base time of + its children when needed. + +2012-06-13 00:30:48 +0100 Tim-Philipp Müller + + * docs/gst/gstreamer-sections.txt: + docs: update for new datetime api + +2012-06-13 00:28:00 +0100 Tim-Philipp Müller + + * win32/common/libgstreamer.def: + win32: update .def file for latest API + +2012-06-13 00:25:24 +0100 Tim-Philipp Müller + + * docs/gst/gstreamer-sections.txt: + docs: add new datetime API + +2012-06-13 00:21:32 +0100 Tim-Philipp Müller + + * tests/check/gst/gstdatetime.c: + tests: add some basic unit tests for partial date time fields + +2012-06-12 23:52:02 +0100 Tim-Philipp Müller + + * gst/gstdatetime.c: + * gst/gstdatetime.h: + datetime: clean-ups and new API adjustments + Remove constructors we don't want: + gst_date_time_new_ymd_h() because we don't want to + support hour-only for now; + gst_date_time_new_ymd_hm() because we don't want to + add constructors with time info where the caller doesn't + have to think about what timezone the time is in. + Lots of compulsive clean-up. Docs fixes. Replace + has_minute() and has_hour() with has_time(). + +2012-06-12 22:35:42 +0200 Oleksij Rempel + + * gst/gstdatetime.c: + * gst/gstdatetime.h: + datetime: allow GstDateTime where not all fields are set + In order to deserialise and re-serialise dates and date times + from tags properly, we need to be able to express partial + dates (e.g. YYYY or YYYY-MM) and date times. + We only support partial date times where all the more + significant fields above the first unset field are set + (e.g. YYYY-00-DD is not supported). + Calling _get_foo() when foo is not set is not allowed + any more, callers need to check which fields are set + first. + https://bugzilla.gnome.org/show_bug.cgi?id=677757 + +2012-06-12 22:45:09 +0100 Tim-Philipp Müller + + * gst/gstmessage.c: + * gst/gstquark.c: + * gst/gstquark.h: + message: fix up minor inconsistency in structure name of state-changed message + +2012-06-12 11:42:30 -0700 Evan Nemerson + + * gst/gstbin.h: + * gst/gstclock.h: + * gst/gstelement.h: + * gst/gstobject.c: + * gst/gstpadtemplate.h: + introspection: add some missing annotations + +2012-06-12 14:24:27 +0200 Wim Taymans + + * libs/gst/base/gstbasesrc.c: + basesrc: handle flush events on the element as well + Handle flush-start and flush-stop sent on the element as well and send them + downstream. Make sure to send a segment event after the flush stop. + +2012-06-12 11:05:05 +0200 Stefan Sauer + + * gst/gstchildproxy.c: + childproxy: add a few more comments + +2012-06-11 20:34:00 +0200 Stefan Sauer + + * gst/gstchildproxy.h: + childproxy: fix signal handler signatures in class + When adding the name parameter, we forgot to add it here too. + +2012-06-11 10:59:49 +0200 Stefan Sauer + + * gst/gstbin.c: + * gst/gstchildproxy.c: + * gst/gstchildproxy.h: + * tests/check/gst/gstchildproxy.c: + childproxy: use GstChildProxy instead of GObject on the public api + Fix usage and also cleanup gst_object api use on gobjects. + +2012-06-11 15:49:10 +0200 Wim Taymans + + * gst/gstelement.h: + element: remove unused UNPARENTING flag + +2012-06-11 15:41:58 +0200 Wim Taymans + + * gst/gstbin.c: + bin: reorganize _remove_func to avoid races + Make the gst_bin_remove_func more like the add_func. Check if the element we try + to remove from the bin has the bin as the parent and set the parent flag to NULL + immediately, this allows us to avoid concurrent remove operations without using + the UNPARENTING element flag. After we unparented the element from the bin, we + update the bin state and remove the element from the list. Finally we unlink + all the pads. + This avoids a race condition where the element could still claim to have the + bin as the parent while the bin didn't have a pointer to the element anymore. + Fixes https://bugzilla.gnome.org/show_bug.cgi?id=647759 + +2012-06-10 12:48:00 -0400 Matej Knopp + + * plugins/elements/gsttypefindelement.c: + typefindelement: Only send caps when pad is being activated + Fixes https://bugzilla.gnome.org/show_bug.cgi?id=677819 + +2012-06-10 12:41:12 -0400 Matej Knopp + + * gst/gstelement.c: + gstelement: Start over if subclass removed the next pad too + Fixes https://bugzilla.gnome.org/show_bug.cgi?id=677818 + +2012-06-09 18:05:14 +0100 Tim-Philipp Müller + + * gst/gstdatetime.c: + datetime: remove fallback code for old GLibs + +2012-06-09 17:13:04 +0100 Tim-Philipp Müller + + * scripts/create-uninstalled-setup.sh: + scripts: add create-uninstalled-setup script + Little script that sets up things in ~/gst and clones + the main modules and prints some instructions. + From http://gstreamer.freedesktop.org/wiki/UninstalledSetup + +2012-06-08 15:45:38 +0200 Sebastian Dröge + + * plugins/elements/gstcapsfilter.c: + * plugins/elements/gsttypefindelement.c: + elements: Use gst_pad_set_caps() and don't ignore its return value + +2012-06-08 15:41:17 +0200 Sebastian Dröge + + * libs/gst/base/gstbasesrc.c: + basesrc: Don't ignore the return value of gst_pad_set_caps() and call it after the vfunc + +2012-06-08 15:36:40 +0200 Sebastian Dröge + + * libs/gst/base/gstbasesink.c: + basesink: Use gst_pad_set_caps() instead of the manual event fiddling + +2012-06-08 15:32:37 +0200 Sebastian Dröge + + * libs/gst/base/gstbasetransform.c: + basetransform: Don't return the return value of gst_pad_set_caps() + e.g. it returns FALSE if incompatible caps are set on the pad. + +2012-06-06 19:02:00 +0200 Edward Hervey + + * gst/gstutils.h: + gstutils: Faster read macros + On platforms that can do unaligned read/write, we can read/write much faster + by just casting. + https://bugzilla.gnome.org/show_bug.cgi?id=599546 + +2012-06-07 12:49:10 +0200 Edward Hervey + + * tests/check/gst/gstutils.c: + check: Add a test for GST_READ_* macros + +2012-06-08 14:49:51 +0200 Edward Hervey + + * common: + Update common submodule + +2012-06-07 17:58:02 +0200 Wim Taymans + + * libs/gst/base/gstbasetransform.c: + basetransform: fix reconfigure + Use the pad methods to set and check the reconfigure flags + Clear the reconfigure flag before we negotiate so that we don't miss any + reconfigure events while negotiating + +2012-06-07 15:56:44 +0200 Sebastian Dröge + + * configure.ac: + Back to development + +=== release 0.11.92 === + +2012-06-07 15:56:17 +0200 Sebastian Dröge + + * ChangeLog: + * NEWS: + * RELEASE: + * configure.ac: + * docs/plugins/gstreamer-plugins.args: + * docs/plugins/inspect/plugin-coreelements.xml: + * gstreamer.doap: + * win32/common/config.h: + * win32/common/gstenumtypes.c: + Release 0.11.92 + +2012-06-07 15:53:49 +0200 Sebastian Dröge + + * po/af.po: + * po/az.po: + * po/be.po: + * po/bg.po: + * po/ca.po: + * po/cs.po: + * po/da.po: + * po/de.po: + * po/el.po: + * po/en_GB.po: + * po/eo.po: + * po/es.po: + * po/eu.po: + * po/fi.po: + * po/fr.po: + * po/gl.po: + * po/hu.po: + * po/id.po: + * po/it.po: + * po/ja.po: + * po/lt.po: + * po/nb.po: + * po/nl.po: + * po/pl.po: + * po/pt_BR.po: + * po/ro.po: + * po/ru.po: + * po/rw.po: + * po/sk.po: + * po/sl.po: + * po/sq.po: + * po/sr.po: + * po/sv.po: + * po/tr.po: + * po/uk.po: + * po/vi.po: + * po/zh_CN.po: + * po/zh_TW.po: + Update .po files + +2012-06-07 15:28:39 +0200 Wim Taymans + + * libs/gst/base/gstbasesrc.c: + basesrc: release the object lock sooner + Release the object lock before we get the time of the clock because that code + might take other locks. + Fix potential clock refcount error because we released the object lock but + didn't ref the clock. + +2012-06-07 10:34:46 +0200 Wim Taymans + + * libs/gst/base/gstbasesrc.c: + basesrc: remove 0.11 fixme + We always require elements to have an unlock_stop vmethod. + +2012-06-06 18:11:13 +0200 Edward Hervey + + * gst/gstregistry.c: + registry: We name the registry after the target cpu + And not the host cpu + Conflicts: + gst/gstregistry.c + +2012-06-06 18:18:18 +0200 Edward Hervey + + * common: + Automatic update of common submodule + From 1fab359 to 03a0e57 + +2012-06-06 15:45:11 +0200 Wim Taymans + + * tests/check/gst/gsttoc.c: + tests: fix unit test after event change + Someone forgot to run make check before pushing... + +2012-06-06 11:06:32 +0300 Sreerenj Balachandran + + * libs/gst/base/gstadapter.c: + gstadapter: Align the comment description with public api instead of internal one. + Fixes https://bugzilla.gnome.org/show_bug.cgi?id=677536 + +2012-06-06 15:29:49 +0200 Wim Taymans + + * gst/gstelement.c: + element: fix pad cleanup in dispose + In the dispose handler we first need to release all the request pads and then + remove the remaining pads. This is because it is possible that releasing the + request pad might also cleanly remove some of the other dynamic pads, like + what rtpsession does. + https://bugzilla.gnome.org/show_bug.cgi?id=677436 + +2012-06-06 14:14:31 +0200 Sebastian Dröge + + * gst/gstevent.c: + * gst/gstevent.h: + event: Don't make the TOC event a multi-sticky event + Elements are supposed to merge upstream events. + +2009-10-13 17:24:34 +0200 Havard Graff + + * gst/gstpad.c: + Make sure that unlinked pads do not cause a return false on latency events. + Context: Latency configuration should not be + messed up because of not-linked pads. In general, + one return FALSE on latency distribution causes + the "overall" pipeline latency configuration to + fail. This shows up as noise in logs (warning). + Conflicts: + gst/gstpad.c + +2012-06-06 12:52:09 +0200 Wim Taymans + + * gst/gstevent.c: + * gst/gstevent.h: + * libs/gst/base/gstbaseparse.c: + * tests/check/gst/gstevent.c: + * tests/check/gst/gsttoc.c: + * tests/check/gst/gstutils.c: + event: add name to sticky_multi events + The name of the event is used to store multiple sticky events of a certain type + on a pad. + Fixes https://bugzilla.gnome.org/show_bug.cgi?id=676859 + +2012-06-06 09:59:55 +0200 Sebastian Dröge + + * docs/design/part-negotiation.txt: + design: Also mention that the order of the filter caps is important + +2012-06-06 09:15:04 +0200 Wim Taymans + + * gst/gstquery.c: + query: improve docs + +2012-06-06 09:13:11 +0200 Wim Taymans + + * gst/gstpad.c: + pad: only serialized events can't pass after EOS + Only serialized events can't be sent on pads that are EOS. Otherwise a seek + event would be refused as well. + Fixes https://bugzilla.gnome.org/show_bug.cgi?id=677520 + +2012-06-05 14:38:25 +0200 Wim Taymans + + * docs/design/part-negotiation.txt: + docs: talk about the filter caps + +2012-06-02 16:44:59 +0100 Tim-Philipp Müller + + * tests/check/gst/gsttag.c: + tests: add unit test for tag list writability + +2012-06-02 16:38:35 +0100 Tim-Philipp Müller + + * gst/gstmessage.c: + * tests/check/gst/gstmessage.c: + * tests/check/gst/gsttag.c: + * tests/check/gst/gsttagsetter.c: + * tests/examples/metadata/read-metadata.c: + gst_tag_list_free -> gst_tag_list_unref + +2012-06-02 16:29:45 +0100 Tim-Philipp Müller + + * docs/random/porting-to-0.11.txt: + docs: expand taglist section in porting-to-0.11 docs a bit + +2012-06-05 11:28:38 +0200 Wim Taymans + + * docs/design/part-negotiation.txt: + docs: update negotiation docs + Mention that the acceptcaps query does not have to be recursive + +2012-06-05 09:40:14 +0200 Wim Taymans + + * plugins/elements/gstqueue2.c: + queue2: remove obsolete caps code + +2012-06-05 09:39:41 +0200 Wim Taymans + + * gst/gstutils.c: + utils: improve debug + +2012-06-05 09:21:10 +0200 Wim Taymans + + * tests/check/gst/gstutils.c: + tests: fix unit test + Before we can change the caps on a sinkpad with fixed caps we need to unfix the + pad caps. + +2012-06-05 09:10:05 +0200 Wim Taymans + + * gst/gstpad.c: + pad: don't pause task on EOS + Elements should not rely on core to pause tasks on EOS. + +2012-06-05 09:00:01 +0200 Wim Taymans + + * gst/gstpad.c: + pad: fix event type check + +2012-06-04 16:19:26 +0200 Wim Taymans + + * gst/gstpad.c: + pad: fix 'res' may be used uninitialized in this function + +2012-06-04 13:00:53 +0200 Sebastian Dröge + + * tests/check/elements/funnel.c: + funnel: Fix unit test + +2012-06-04 12:57:59 +0200 Sebastian Dröge + + * tests/check/elements/valve.c: + valve: Fix unit test + +2012-06-04 11:46:42 +0200 Sebastian Dröge + + * gst/gstpad.c: + * gst/gstpad.h: + pad: Don't accept any buffers or events after EOS + +2012-06-04 11:13:02 +0200 Mark Nauwelaerts + + * libs/gst/base/gstbaseparse.c: + baseparse: also perform state processing upon non-OK return + ... since processing might still continue (if e.g. NOT_LINKED) + and then proper state (e.g. offset) needs to be maintained + (e.g. to arrange for a new frame setup). + +2012-06-04 11:25:47 +0200 Sebastian Dröge + + * gst/gstpad.c: + pad: Always return errors for EOS events immediately + For non-EOS events things will error out later during data + flow but after EOS events no data flow is happening. + See bug #677340. + +2012-06-04 09:27:35 +0200 Sebastian Dröge + + * gst/gstpad.c: + pad: Only forward caps events to a pad if it accepts the caps + Fixes bug #677335. + +2012-06-02 20:01:01 +0200 Sebastian Dröge + + * gst/gstpad.c: + Revert "pad: Return FALSE if pushing of sticky events failed" + This reverts commit 0f924b922c712059d7752fc15b832551745ff27e. + Sticky events should always return TRUE when pushing and will + only cause failures during data flow later. + +2012-06-02 16:18:46 +0100 Tim-Philipp Müller + + * gst/gstpad.c: + pad: fix variable-set-but-not-used compiler warning + +2012-06-02 16:55:07 +0200 Sebastian Dröge + + * gst/gstpad.c: + pad: If pushing a sticky event failed, make sure to at least push any pending EOS events + Otherwise a pipeline where one sticky event fails to be sent will + never forward EOS events downstream. This can cause pipelines to + wait forever for EOS on errors. + +2012-06-02 16:02:07 +0200 Sebastian Dröge + + * gst/gstpad.c: + pad: Return FALSE if pushing of sticky events failed + Instead of just ignoring failure of pushing sticky events and + returning TRUE as if everything is fine. + +2012-06-01 16:34:16 +0200 Andre Moreira Magalhaes (andrunko) + + * plugins/elements/gstinputselector.c: + inputselector: Correctly get current running time when syncing to the segment information + Fixes bug #677263. + +2012-06-01 10:28:30 +0200 Edward Hervey + + * common: + Automatic update of common submodule + From f1b5a96 to 1fab359 + +2012-05-25 22:58:57 -0500 Mike Ruprecht + + * tests/check/elements/funnel.c: + tests: Add funnel test to cover EOS event handling + Ported from f3b2dd6f in the 0.10 branch + +2012-05-25 22:52:33 -0500 Mike Ruprecht + + * plugins/elements/gstfunnel.c: + funnel: Only emit EOS event if all sinkpads have received one + If multiple sources are plugged into the funnel and one of the + sources emits an EOS, that event is propogated through the funnel + even though other sources connected to the funnel may still be + pushing data. This patch waits to send an EOS event until the + funnel has received an EOS event on each sinkpad. + Ported from d397ea97 in 0.10 branch. + +2012-05-29 19:24:25 -0500 Mike Ruprecht + + * tests/check/elements/funnel.c: + tests: Fix invalid read when releasing request pads in funnel tests + +2012-05-29 19:23:07 -0500 Mike Ruprecht + + * plugins/elements/gstfunnel.c: + funnel: Fix buffer leak + +2012-05-31 17:45:29 +0200 Andre Moreira Magalhaes (andrunko) + + * plugins/elements/gstinputselector.c: + inputselector: Don't try to sync on the segment if it has no TIME format + ...and wait until it is actually configured and has a format before + trying to sync. + +2012-05-31 17:03:54 +0200 Sebastian Dröge + + * plugins/elements/gstinputselector.c: + inputselector: No need to broadcast the signal in flush-stop + Everything stopped at this point already. + Conflicts: + plugins/elements/gstinputselector.c + +2012-05-31 13:07:49 +0200 Sebastian Dröge + + * common: + Automatic update of common submodule + From 92b7266 to f1b5a96 + +2012-05-31 10:10:41 +0100 Bastien Nocera + + * plugins/elements/gstqueue2.c: + queue2: Fix property name in the docs + temp-template, not temp-tmpl + https://bugzilla.gnome.org/show_bug.cgi?id=677170 + +2012-05-28 14:29:00 -0300 Andre Moreira Magalhaes (andrunko) + + * plugins/elements/gstinputselector.c: + * plugins/elements/gstinputselector.h: + inputselector: Properly sync when changing streams + This adds properties to use the clock time for deciding when + to drop buffers for inactive pads and a property to buffer all + not rendered buffers for the active pad to allow pad switching + without losing any buffers at all. + Conflicts: + plugins/elements/gstinputselector.c + +2012-05-30 12:44:56 +0200 Sebastian Dröge + + * common: + Automatic update of common submodule + From ec1c4a8 to 92b7266 + +2012-05-30 11:18:39 +0200 Sebastian Dröge + + * common: + Automatic update of common submodule + From 3429ba6 to ec1c4a8 + +2012-05-29 08:48:36 +0100 Tim-Philipp Müller + + * gst/gsttaglist.c: + taglist: add guards to make sure taglist is writable when modifying it + Now that taglists are refcounted we need to check if they're + writable before modifying them. + +2012-05-28 23:54:10 +0100 Tim-Philipp Müller + + * docs/gst/gstreamer-sections.txt: + * gst/gsttaglist.c: + * gst/gsttaglist.h: + * win32/common/libgstreamer.def: + taglist: avoid unnecessary string copying when registering tags + Add gst_tag_register_static() - no need to copy all those + string constants, whether translated or not. + API: gst_tag_register_static() + +2012-05-28 00:08:56 +0100 Tim-Philipp Müller + + * libs/gst/check/gstcheck.c: + check: check for GLib-GIO criticals as well + +2012-05-28 00:08:18 +0100 Tim-Philipp Müller + + * gst/gsttagsetter.c: + * gst/gsttoc.c: + * plugins/elements/gstinputselector.c: + * tools/gst-launch.c: + gst_tag_list_free() -> gst_tag_list_unref() + +2012-05-27 23:58:27 +0100 Tim-Philipp Müller + + * docs/gst/gstreamer-sections.txt: + * docs/random/porting-to-0.11.txt: + * gst/gstcompat.h: + * gst/gsttaglist.c: + * gst/gsttaglist.h: + * tests/check/gst/gsttag.c: + * win32/common/libgstreamer.def: + taglist: make GstTagList a GstMiniObject + Which adds refcounting support, and other things. + +2012-05-27 20:31:30 +0100 Tim-Philipp Müller + + * gst/gstcaps.c: + caps: log freeing of caps at same log level as creation, i.e. TRACE + +2012-05-26 11:37:49 +0100 Tim-Philipp Müller + + * gst/gstevent.c: + * gst/gstmessage.c: + * gst/gstquark.c: + * gst/gstquark.h: + message, event: update for tag lists not being structures any more + +2012-05-21 00:31:29 +0100 Tim-Philipp Müller + + * gst/gsttaglist.c: + * gst/gsttaglist.h: + taglist: make proper struct not just a GstStructure + +2012-05-25 10:28:40 +0200 Josep Torra + + * gst/gst.c: + * gst/gstdebugutils.c: + debugutils: Fix static linking on OS X + The linking behaviour of external variables that are not initialized + in the compilation unit where they are defined is undefined. On OS X + this causes a linking failure when statically linking GStreamer. + +2012-05-25 09:17:17 +0100 Luis de Bethencourt + + * scripts/five-bugs-a-day.pl: + five-bugs-a-day: use splice to trim the bug list + +2012-05-24 23:30:29 +0100 Tim-Philipp Müller + + * plugins/elements/gstfakesrc.c: + * plugins/elements/gstfakesrc.h: + fakesrc: put byte position rather than buffer count into GST_BUFFER_OFFSET + If we're sending a segment in BYTE format, the offset + should be in bytes as well. + +2012-05-24 11:48:19 +0100 Luis de Bethencourt + + * docs/design/part-segments.txt: + docs: fix a typo in part-segments.txt + +2012-05-24 11:02:53 +0200 Brian Cameron + + * libs/gst/base/gsttypefindhelper.c: + typefind: fix prototype of helper_find_suggest + The proto for helper_find_suggest has a different argument than the actual + function in the same file has. This causes the Sun Studio compiler to fail. + Fixes https://bugzilla.gnome.org/show_bug.cgi?id=676624 + Conflicts: + libs/gst/base/gsttypefindhelper.c + +2012-05-24 08:07:14 +0100 Tim-Philipp Müller + + * scripts/five-bugs-a-day.pl: + scripts: remove a stray print from debugging and fix up cron entry docs + +2012-05-24 09:03:12 +0200 Sebastian Dröge + + * scripts/five-bugs-a-day.pl: + five-bugs-a-day: Make #! to perl more portable + +2012-05-24 07:56:48 +0100 Tim-Philipp Müller + + * scripts/five-bugs-a-day.pl: + scripts: remove fixed 'known issue' from five-bugs-a-day script + This was with commas actually, and should be fixed now. + +2012-05-24 07:54:50 +0100 Tim-Philipp Müller + + * scripts/five-bugs-a-day.pl: + scripts: add five-bugs-a-day script + Cron fodder. + +2012-05-22 14:27:48 +0300 Sreerenj Balachandran + + * tests/examples/helloworld/helloworld.c: + tests: rename playbin2 to playbin and adding some debug info + +2012-05-22 18:27:36 +0200 Edward Hervey + + * gst/gsturi.c: + uri: Add some debug statements + +2012-05-22 13:51:47 +0200 Edward Hervey + + * win32/common/libgstreamer.def: + win32: Update defs file + +2012-05-21 09:14:39 +0200 Wim Taymans + + * tests/check/gst/gstbin.c: + bin: port unit test to 0.11 + +2012-05-21 15:14:51 +0200 Stefan Sauer + + * gst/gstelement.c: + * gst/gstutils.c: + docs: improve the seeking docs more. + Also mention it on _element_seek{,_simple} and be more precise why it happens. + +2012-05-21 13:17:21 +0200 Stefan Sauer + + * gst/gstelement.c: + * gst/gstevent.c: + docs: fix a typo and clarify event handling a bit more + Tell about async_done messages for some events and review the _event_new_seek + docs. + +2012-05-18 15:04:35 +0200 Wim Taymans + + * gst/gstbin.c: + * tests/check/gst/gstbin.c: + bin: try harder to avoid state changes in wrong direction + When the bin does an upward state change, try to avoid doing a downward state + change on the child and vice versa. + Add some more unit tests for this fix. + Fixes https://bugzilla.gnome.org/show_bug.cgi?id=621833 + +2012-05-18 20:11:55 +0300 Anton Belka + + * tools/gst-launch.c: + gst-launch: fix -c, --toc message + +2012-05-21 01:48:29 +0300 Anton Belka + + * gst/gsttoc.c: + * gst/gsttoc.h: + toc: Add boxed types for GstToc and GstTocEntry + +2012-05-20 18:23:57 +0100 Tim-Philipp Müller + + * gst/gsttoc.c: + * gst/gsttoc.h: + toc: fix type of pad parameter to gst_toc_entry_new_with_pad() + +2012-05-20 18:16:45 +0100 Tim-Philipp Müller + + * gst/gsttoc.c: + toc: use correct GType for tag lists + +2012-05-20 18:06:22 +0100 Tim-Philipp Müller + + * gst/gsttoc.c: + toc: avoid unnecessary GValue acrobatics + +2012-05-20 17:48:55 +0100 Tim-Philipp Müller + + * gst/gst.c: + * gst/gst_private.h: + * gst/gstquark.c: + * gst/gstquark.h: + * gst/gsttoc.c: + toc: use global quark table + +2012-05-20 17:10:24 +0100 Tim-Philipp Müller + + * gst/gstquark.c: + toc: fix internal TOC query and event structure names + Make them consistent with all the other query and event names. + +2012-05-19 17:24:52 +0100 Tim-Philipp Müller + + * gst/gst_private.h: + * gst/gstpluginfeature.h: + pluginfeature: make GstPluginFeature structure private + Make GstPluginFeature opaque until we have time to + clean it up a little. Only GstElementFactory and + GstTypefindFactory derive from it, and they are + opaque already, and we currently don't support + custom plugin features in the registry anyway. + +2012-05-19 17:23:43 +0100 Tim-Philipp Müller + + * tests/check/gst/gstplugin.c: + * tools/gst-inspect.c: + tools, tests: don't access the GstPluginFeature structure directly + +2012-05-19 17:16:35 +0100 Tim-Philipp Müller + + * docs/gst/gstreamer-sections.txt: + * gst/gstpluginfeature.c: + * gst/gstpluginfeature.h: + * win32/common/libgstreamer.def: + pluginfeature: add gst_plugin_feature_get_plugin() + Add function to retrieve plugin that provides this feature. + API: gst_plugin_feature_get_plugin() + +2012-05-19 16:21:39 +0100 Tim-Philipp Müller + + * common: + common: update for gstscanobj changes + +2012-05-19 15:51:53 +0100 Tim-Philipp Müller + + * gst/gst_private.h: + * gst/gstelementfactory.h: + * tests/check/gst/gstelementfactory.c: + elementfactory: make object struct opaque for now + Make GstElementFactory opaque until we have time to + clean it up a little. It's not something anyone + would need to derive from. + +2012-05-19 14:59:14 +0100 Tim-Philipp Müller + + * tools/gst-inspect.c: + tools: don't use private GstElementFactory API in gst-inspect + +2012-05-19 14:52:29 +0100 Tim-Philipp Müller + + * docs/gst/gstreamer-sections.txt: + * gst/gstelementfactory.c: + * gst/gstelementfactory.h: + * win32/common/libgstreamer.def: + elementfactory: add gst_element_factory_get_metadata_keys() + API: gst_element_factory_get_metadata_keys() + +2012-05-18 09:52:09 +0200 Wim Taymans + + * tools/gst-launch.c: + launch: improve EOS on shutdown handling + When the -e option is selected, also wait for EOS when the pipeline produced an + error. + Fixes https://bugzilla.gnome.org/show_bug.cgi?id=630997 + +2012-05-16 18:53:15 +0300 Anton Belka + + * gst/gststructure.c: + docs: fix gst_structure_to_string() docs + +2012-05-16 13:24:23 +0200 Wim Taymans + + * libs/gst/base/gstbasesink.c: + basesink: throttle-time is used + +2012-05-16 12:08:44 +0200 Wim Taymans + + * libs/gst/base/gstbasesink.c: + * libs/gst/base/gstbasesink.h: + basesink: add prepare method + Add a prepare method that is called before sync happens. The purpose of this + method is to prepare the rendering of the giving buffer so that the following + render() call after sync is a quick as possible. + +2012-05-16 09:16:26 +0200 Wim Taymans + + * libs/gst/base/gstbasesrc.c: + basesrc: avoid potential deadlock + In gst_base_src_start_complete() we do a perform_seek() that will eventually + start the streaming thread which acquires the live lock and then goes to sleep + in the case of appsrc. Right after we perform seek we also try to acquire the + live lock which might then deadlock. + fix this by taking the stream lock before performing the seek. This makes sure + that the streaming thread cannot start and grab the live lock until we are done + and release the stream lock again. + Fixes https://bugzilla.gnome.org/show_bug.cgi?id=676048 + +2012-05-15 19:11:15 +0100 Tim-Philipp Müller + + * plugins/elements/gstfilesrc.c: + filesrc: remove references to mmap in comments and debug messages + +2012-05-15 16:38:30 +0200 Sebastian Dröge + + * docs/gst/gstreamer-sections.txt: + * gst/gsttoc.c: + * gst/gsttoc.h: + * tools/gst-launch.c: + * win32/common/libgstreamer.def: + gst: Rename gst_toc_entry_type_to_string() to gst_toc_entry_type_get_nick() + It's more consistent. + +2012-05-15 14:59:07 +0300 Anton Belka + + * tools/gst-launch.c: + gst-launch: fix print_toc_entry() + +2012-05-15 14:48:35 +0300 Anton Belka + + * docs/gst/gstreamer-sections.txt: + * gst/gsttoc.c: + * gst/gsttoc.h: + * win32/common/libgstreamer.def: + toc: API: Add gst_toc_entry_type_to_string() + +2012-05-14 03:57:50 +0200 Alban Browaeys + + * plugins/elements/gsttypefindelement.c: + typefindelement: if sink pad is activated do not change mode + In commit bf0964b6 a check for pad is activated was not carried. + This leads to attempt to pull while in push mode when force_caps + is set. In this case without the attached check even when activated + in pull mode we activate back to push mode. + This is from comment in previous code , case number eight: + 8. if the sink pad is activated, we are in pull mode. succeed. + - otherwise activate both pads in push mode and succeed. + Putting it back fixes playback of webm in webkit+gstreamer 1.0 . + Fixes https://bugzilla.gnome.org/show_bug.cgi?id=676003 + +2012-05-13 16:59:24 +0200 Sebastian Dröge + + * configure.ac: + Back to development + +=== release 0.11.91 === + +2012-05-13 16:02:36 +0200 Sebastian Dröge + + * ChangeLog: + * NEWS: + * RELEASE: + * common: + * configure.ac: + * docs/plugins/inspect/plugin-coreelements.xml: + * gstreamer.doap: + * win32/common/config.h: + * win32/common/gstenumtypes.c: + Release 0.11.91 + +2012-05-13 16:02:18 +0200 Sebastian Dröge + + * po/af.po: + * po/az.po: + * po/be.po: + * po/bg.po: + * po/ca.po: + * po/cs.po: + * po/da.po: + * po/de.po: + * po/el.po: + * po/en_GB.po: + * po/eo.po: + * po/es.po: + * po/eu.po: + * po/fi.po: + * po/fr.po: + * po/gl.po: + * po/hu.po: + * po/id.po: + * po/it.po: + * po/ja.po: + * po/lt.po: + * po/nb.po: + * po/nl.po: + * po/pl.po: + * po/pt_BR.po: + * po/ro.po: + * po/ru.po: + * po/rw.po: + * po/sk.po: + * po/sl.po: + * po/sq.po: + * po/sr.po: + * po/sv.po: + * po/tr.po: + * po/uk.po: + * po/vi.po: + * po/zh_CN.po: + * po/zh_TW.po: + Update .po files + +2012-05-13 15:55:43 +0200 Sebastian Dröge + + * common: + Automatic update of common submodule + From dc70203 to 3429ba6 + +2012-05-09 14:22:20 +0200 Sebastian Rasmussen + + * gst/gst.c: + gst: Only include init/deinit of alloc tracing when enabled + Fixes https://bugzilla.gnome.org/show_bug.cgi?id=675806 + +2012-05-11 09:07:16 +0200 Wim Taymans + + * docs/design/part-block.txt: + * docs/design/part-element-sink.txt: + * docs/design/part-overview.txt: + * docs/design/part-preroll.txt: + * docs/design/part-probes.txt: + * docs/design/part-segments.txt: + * docs/design/part-states.txt: + * docs/pwg/advanced-events.xml: + * libs/gst/base/gstbasesrc.c: + docs: fix docs + GST_FLOW_WRONG_STATE -> GST_FLOW_FLUSHING + +2012-05-10 12:15:49 +0200 Wim Taymans + + * docs/design/part-bufferpool.txt: + docs: improve bufferpool docs + +2012-05-08 20:12:42 +0300 Anton Belka + + * tools/gst-launch.c: + gst-launch: print tags in toc + +2012-05-05 22:17:43 +0300 Raimo Järvi + + * gst/gstpoll.c: + * gst/gstsystemclock.c: + * plugins/elements/gstfilesrc.c: + * tests/check/elements/filesrc.c: + * tests/check/gst/gstpoll.c: + gst: Fix compiler warnings on mingw-w64 + https://bugzilla.gnome.org/show_bug.cgi?id=675525 + +2012-05-02 14:00:43 +0300 Sreerenj Balachandran + + * gst/gstmemory.c: + memory: add missing parameter to default_mem_map() + Fixes function signature for correctness. + https://bugzilla.gnome.org/show_bug.cgi?id=675289 + +2012-05-02 08:08:15 +0100 Tim-Philipp Müller + + * win32/common/libgstreamer.def: + win32: update .def file for new API + +2012-05-01 22:35:38 +0100 Tim-Philipp Müller + + * gst/gst_private.h: + * gst/gsttypefindfactory.h: + typefindfactory: make object struct opaque for now + Make opaque until we have time to clean it up a little. + +2012-05-01 22:30:32 +0100 Tim-Philipp Müller + + * gst/gsttypefindfactory.c: + * gst/gsttypefindfactory.h: + typefindfactory: fix return type of gst_type_find_factory_get_extensions() + +2012-05-01 22:28:11 +0100 Tim-Philipp Müller + + * libs/gst/base/gsttypefindhelper.c: + * tools/gst-inspect.c: + tools, base: don't poke into GstTypeFindFactory struct, use public API + +2012-05-01 22:33:30 +0100 Tim-Philipp Müller + + * gst/gsttypefindfactory.c: + * gst/gsttypefindfactory.h: + * libs/gst/base/gsttypefindhelper.c: + typefindfactory: add gst_type_find_factory_has_function() + Add API so people don't have to poke the struct for this. + +2012-05-01 15:52:14 -0300 Thiago Santos + + * gst/gstcaps.c: + gstcaps: Update docs for gst_caps_is_equal + NULL caps aren't valid caps in 1.0 and aren't accepted in + gst_caps_is_equal + +2012-05-01 19:47:05 +0100 Tim-Philipp Müller + + * gst/gsturi.c: + * tests/check/gst/gsturi.c: + uri: require URI protocol bit to be at least 3 characters to be valid + We want to return FALSE when run on a windows-style file path. + https://bugzilla.gnome.org/show_bug.cgi?id=674296 + +2012-04-26 17:26:50 +0200 Sebastian Dröge + + * libs/gst/base/gstbasesrc.c: + * libs/gst/base/gstbasetransform.c: + basetransform/basesrc: Do bufferpool configuration inside the default decide_allocation() implementation + This allows subclasses to override it, as is necessary for e.g. the + video-crop meta. It is now necessary that after decide_allocation() + there is always a allocator and a configured buffer pool inside the + query. + +2012-04-28 21:37:56 +0200 Matej Knopp + + * gst/gstghostpad.c: + ghostpad: set result on accept caps query when there is no peer + +2012-05-01 10:50:32 +0200 Wim Taymans + + * libs/gst/base/gstadapter.c: + * tests/check/libs/adapter.c: + adapter: remove _try_to_merge_up() + It causes the timestamp to go wrong, should not cause much of a performance + increase and in the cases where it is faster, it is broken in 0.10 as well. + We should try to review this when rewriting the adapter for 0.11 memory + features. + Fixes https://bugzilla.gnome.org/show_bug.cgi?id=674791 + +2012-05-01 09:25:25 +0200 Wim Taymans + + * libs/gst/base/gstadapter.c: + * libs/gst/base/gstadapter.h: + adapter: make internals private + Make the adapter fields private. + +2012-04-30 20:29:21 +0400 Руслан Ижбулатов + + * plugins/elements/gstfilesrc.c: + filesrc: rearrange sys/stat.h inclusion point for MinGW + gstplugin.h used to include this for us, but doesn't any longer. + https://bugzilla.gnome.org/show_bug.cgi?id=675171 + +2012-04-30 09:58:09 +0100 Vincent Penquerc'h + + * docs/design/part-seeking.txt: + * gst/gstsegment.h: + * win32/common/gstenumtypes.c: + event: add new seek snap flags + They can be used to select snapping behavior (to previous, next, or + nearest location, where relevant) when seeking. + The seeking implementation (eg, demuxer) may currently ignore some + or all of these flags. + +2012-04-29 20:06:58 +0100 Tim-Philipp Müller + + * gst/gstplugin.h: + docs: remove reference to removed API in plugin docs + +2012-04-29 20:06:38 +0100 Tim-Philipp Müller + + * gst/gstplugin.c: + plugin: avoid some relocations + +2012-04-29 18:35:11 +0100 Tim-Philipp Müller + + * docs/gst/gstreamer-sections.txt: + * gst/gstplugin.c: + * gst/gstplugin.h: + * gst/gstregistry.c: + * win32/common/libgstreamer.def: + plugin: remove gst_plugin_name_filter + It's only used internally, most other users will likely + want to use gst_registry_find_plugin() directly instead + (and if not, they can easily walk the list and doing the + strcmp themselves). + +2012-04-29 17:46:32 +0100 Tim-Philipp Müller + + * gst/gst_private.h: + * gst/gstplugin.h: + * gst/gstpluginloader.c: + * gst/gstregistry.c: + * gst/gstregistrybinary.c: + * gst/gstregistrychunks.c: + * tools/gst-inspect.c: + plugin: use GstObject flags for plugin flags + +2012-04-29 17:03:32 +0100 Tim-Philipp Müller + + * gst/gst_private.h: + * gst/gstplugin.h: + plugin: make GstPlugin object structure opaque for now + There's no reason anyone would want to derive from this, so + just make opaque until we manage to make all the private bits + private properly (which I'm not doing right now because it's + more invasive and I have registry modifications locally which + touch all that code as well). + +2012-04-29 16:49:57 +0100 Tim-Philipp Müller + + * tools/gst-inspect.c: + tools: use public accessors for plugin description details + Mostly anyway (flags still need sorting out). + +2012-04-29 16:46:55 +0100 Tim-Philipp Müller + + * docs/gst/gstreamer-sections.txt: + * gst/gstplugin.c: + * gst/gstplugin.h: + * win32/common/libgstreamer.def: + plugin: remove gst_plugin_get_module() + This is an implementation detail really, and it's not + clear what anyone would do with this. It's unused as + far as I'm aware, so just remove it for now. + +2012-04-29 16:20:50 +0100 Tim-Philipp Müller + + * docs/gst/gstreamer-sections.txt: + * gst/gstplugin.c: + * gst/gstplugin.h: + * win32/common/libgstreamer.def: + plugin: add accessor for release date time string in plugin description + API: gst_plugin_get_release_date_string() + +2012-04-29 15:53:05 +0100 Tim-Philipp Müller + + * tests/check/gst/gstplugin.c: + tests: use public accessors to get plugin description details + +2012-04-29 13:28:09 +0100 Tim-Philipp Müller + + * gst/gstobject.c: + gstobject: give the 20th queue element a different name than the first queue2 one + Fixes issue with the default naming scheme. + +2012-04-18 17:37:25 +0400 Руслан Ижбулатов + + * gst/parse/grammar.y: + Fix format string in grammar.y + Fixes #674849 + +2012-04-25 20:14:13 +0200 Stefan Sauer + + * libs/gst/controller/gstdirectcontrolbinding.c: + controlbindings: add comments for sparse control source + +2012-04-25 20:10:11 +0200 Stefan Sauer + + * gst/gstcontrolbinding.c: + controller: emulate _get_g_value_array() + Add a default implementation on the baseclass. + +2012-04-25 09:47:10 +0200 Stefan Sauer + + * docs/gst/gstreamer-sections.txt: + * gst/gstcontrolbinding.c: + * gst/gstcontrolbinding.h: + * gst/gstcontrolsource.c: + * gst/gstobject.c: + * gst/gstobject.h: + * libs/gst/controller/gstargbcontrolbinding.c: + * libs/gst/controller/gstdirectcontrolbinding.c: + * libs/gst/controller/gstdirectcontrolbinding.h: + * tests/check/libs/controller.c: + * tests/examples/controller/control-sources.c: + * win32/common/libgstreamer.def: + controller: expand the api to offer functions for plain and GValue arrays + Rename the _get_value_array() functions to _get_g_value_array() and reintroduce + the former to operate on plain unboxed c datatypes (like in 0.10). The _g_value + variants are for bindings while the _value ones are more suited to processing + in elements. + +2012-04-25 18:11:03 +0200 Sebastian Dröge + + * scripts/gst-uninstalled: + gst-uninstalled: Add insanity, insanity-gst and gst-editing-services + +2012-04-25 09:06:05 +0200 Wim Taymans + + * gst/gstbufferpool.c: + * gst/gstbufferpool.h: + bufferpool: Reset the buffer before releasing into pool + Reset the buffer not after we acquire but before we release into the pool. This + makes sure that the pool only has buffers in a clean state and that we can set + extra metadata on buffers in the acquire method. this means that we need to + remove an argument from the method. + +2012-04-23 15:32:04 +0200 Wim Taymans + + * gst/gstbuffer.h: + buffer: MARKER is for the start of a talkspurt + +2012-04-24 16:01:52 +0200 Mark Nauwelaerts + + * tests/check/elements/queue2.c: + * tests/check/gst/gstpad.c: + tests: plug some leaks + +2012-04-23 17:04:57 +0200 Mark Nauwelaerts + + * libs/gst/base/gstcollectpads.c: + collectpads: do not unref flush_start twice + Based on patch by Matej Knopp + +2012-04-23 16:57:16 +0200 Mark Nauwelaerts + + * libs/gst/base/gstadapter.c: + adapter: refresh skip following merge_up attempt + ... as the latter might now adjust skip as well. + +2012-04-23 09:18:48 +0200 Sebastian Dröge + + * gst/gstmessage.h: + message: Remove comma at end of enum list + This comma confuses some compilers. + +2012-04-18 15:31:23 +0400 Руслан Ижбулатов + + * plugins/elements/gsttee.c: + tee: Remove unneeded unlock + +2012-04-18 05:12:55 +0400 Руслан Ижбулатов + + * gst/gstregistry.c: + registry: fix hardcoded 0.10 version in win32 pluginscanner + https://bugzilla.gnome.org/show_bug.cgi?id=674294 + +2012-04-17 15:37:27 +0200 Wim Taymans + + * gst/gstbuffer.c: + * gst/gstbufferpool.c: + * gst/gstbufferpool.h: + * gst/gstmeta.h: + * tests/check/gst/gstmeta.c: + meta: add LOCKED flag + Add a new LOCKED flag to the metadata. Refuse removing LOCKED metadata from + a buffer. + Mark the metadata from the bufferpool LOCKED. + Add unit test for LOCKED flag + +2012-04-17 14:38:01 +0200 Mark Nauwelaerts + + * docs/libs/gstreamer-libs-docs.sgml: + * docs/libs/gstreamer-libs-sections.txt: + * docs/libs/gstreamer-libs.types: + * libs/gst/base/Makefile.am: + * libs/gst/base/gstcollectpads.c: + * libs/gst/base/gstcollectpads.h: + * libs/gst/base/gstcollectpads2.c: + * libs/gst/base/gstcollectpads2.h: + * tests/check/Makefile.am: + * tests/check/libs/.gitignore: + * tests/check/libs/collectpads.c: + * tests/check/libs/collectpads2.c: + * tests/check/libs/gstlibscpp.cc: + * tests/check/libs/libsabi.c: + * win32/common/libgstbase.def: + * win32/vs10/base/base.vcxproj: + * win32/vs10/base/base.vcxproj.filters: + collectpads2: rename to collectpads + +2012-04-17 12:54:45 +0200 Mark Nauwelaerts + + * libs/gst/base/gstadapter.c: + adapter: ensure writable head buffer before skipping part of it + +2012-04-17 12:29:50 +0200 Mark Nauwelaerts + + Merge remote-tracking branch 'origin/0.10' + Conflicts: + libs/gst/base/gstcollectpads2.c + +2012-04-17 12:23:05 +0200 Mark Nauwelaerts + + * libs/gst/base/gstcollectpads2.c: + collectpads2: always recording incoming segment info if no buffer_func set + +2012-04-17 10:38:05 +0200 Wim Taymans + + * docs/gst/running.xml: + docs: update the debug and trace env var docs + +2012-04-17 10:33:59 +0200 Wim Taymans + + * gst/gsttrace.c: + trace: use g_parse_debug_string instead of atoi + Make the GST_TRACE env variable take a comma separated list of strings + describing the options to enable instead of a number. + +2012-04-16 21:14:17 +0000 Youness Alaoui + + * tools/gst-inspect.c: + gst-inspect: If running with --print-all, fix printing of the Children: line + +2012-04-16 21:14:02 +0000 Youness Alaoui + + * tools/gst-inspect.c: + gst-inspect: If running with --print-all, fix printing of signal names + +2012-04-16 16:36:52 +0200 Mark Nauwelaerts + + * win32/common/libgstbase.def: + win32: add new collectpads2 API to .def file + +2012-04-16 16:29:34 +0200 Mark Nauwelaerts + + Merge remote-tracking branch 'origin/0.10' + Conflicts: + libs/gst/base/gstcollectpads2.c + +2012-04-16 16:24:18 +0200 Mark Nauwelaerts + + * libs/gst/base/gstcollectpads2.c: + * libs/gst/base/gstcollectpads2.h: + collectpads2: provide query default and callback handling + ... which presently mainly serves to answer SEEKING query negatively + to dissuade upstream encoders from doing any seeking and + "header finalization" (since the returned result of pushing a + sticky event is fairly useless nowadays). + +2012-04-16 16:24:10 +0200 Mark Nauwelaerts + + * libs/gst/base/gstcollectpads2.c: + * libs/gst/base/gstcollectpads2.h: + collectpads2: modify event handling using a default event handler + ... that elements should "chain up" to. + +2012-04-16 15:35:23 +0200 Wim Taymans + + * gst/gstvalue.c: + segment: add rude serialization + Ass serialize and deserialize functions for GstSegment so that gdp and + gst_structure_to_string show the segment values. We convert to a GstSegment + first to make things easier.. + Fixes https://bugzilla.gnome.org/show_bug.cgi?id=674100 + +2012-02-03 17:08:35 +0000 Vincent Penquerc'h + + * libs/gst/base/gstcollectpads2.c: + collectpads2: assume 0 based segment if no time segment was provided + https://bugzilla.gnome.org/show_bug.cgi?id=669305 + +2012-04-16 10:28:15 +0200 Wim Taymans + + * gst/gstmemory.c: + memory: add size to debug log + +2012-04-16 10:27:29 +0200 Sebastian Dröge + + * plugins/elements/gstinputselector.c: + inputselector: Set sequence number on segment events + +2012-04-16 10:22:53 +0200 Sebastian Dröge + + * plugins/elements/gstinputselector.c: + inputselector: Forward all sticky events when switching pads + +2012-04-16 10:05:02 +0200 Sebastian Dröge + + * plugins/elements/gsttee.c: + tee: Store pad state directly inside the pads instead of GObject qdata + +2012-04-16 09:45:27 +0200 Sebastian Dröge + + * plugins/elements/gstinputselector.c: + inputselector: Send reconfigure event on the new active pad when pads are switched + +2012-04-16 09:08:46 +0200 Sebastian Dröge + + * common: + Automatic update of common submodule + From 6db25be to dc70203 + +2012-04-14 03:27:29 +0200 Matej Knopp + + * libs/gst/base/gstadapter.c: + Remove skipped part of buffer when mapping the adapter + Fixes https://bugzilla.gnome.org/show_bug.cgi?id=674085 + +2012-04-14 10:24:38 +0200 Wim Taymans + + * tests/check/libs/adapter.c: + tests: add another adapter test + Test performance of merging + +2012-04-14 10:23:49 +0200 Wim Taymans + + * gst/gstbuffer.c: + buffer: improve debug + +2012-04-13 14:22:34 +0200 Matej Knopp + + * plugins/elements/gstmultiqueue.c: + multiqueue: gst_single_queue_flush unlocks the queue twice + https://bugzilla.gnome.org/show_bug.cgi?id=674044 + +2012-04-13 13:36:37 +0200 Sebastian Dröge + + * autogen.sh: + * configure.ac: + configure: Modernize autotools setup a bit + Also we now only create tar.bz2 and tar.xz tarballs. + +2012-04-13 13:36:47 +0200 Sebastian Dröge + + * common: + Automatic update of common submodule + From 464fe15 to 6db25be + +2012-04-13 11:58:49 +0200 Mark Nauwelaerts + + * libs/gst/base/gstbasesink.c: + basesink: plug caps leak + +2012-04-13 08:10:19 +0200 Stefan Sauer + + * gst/gstcontrolbinding.c: + controlbinding: only take a weak ref on the object + Fixes the leaks in the tests. Added a TODO comment to eventually rework this + some more (while we can). + +2012-04-12 18:15:27 -0400 Reynaldo H. Verdejo Pinochet + + * Android.mk: + Sync Android.mk entries to the new major version + Change naming on the pkgconfig files to reflect + the 0.10 -> 1.0 bump. + +2012-04-12 14:59:52 +0200 Edward Hervey + + * libs/gst/controller/gstargbcontrolbinding.c: + * libs/gst/controller/gstdirectcontrolbinding.c: + * libs/gst/controller/gstlfocontrolsource.c: + * libs/gst/controller/gsttimedvaluecontrolsource.c: + controller: Chain up to parent class dispose/finalize + Avoids leaks + +2012-04-12 14:59:31 +0200 Edward Hervey + + * libs/gst/check/gstconsistencychecker.c: + consistencychecker: Use gst_object_{ref|unref} where applicable + Allows us to debug object life + +2012-04-12 14:58:47 +0200 Edward Hervey + + * gst/gstobject.c: + * gst/gstpluginfeature.c: + gst: Use gst_object_{ref|unref} where applicable + Allows us to debug object life + +2012-04-12 11:53:00 +0200 Wim Taymans + + * gst/gstbuffer.c: + buffer: improve arg checking + Allow idx == 0 and length == -1 on empty buffers for the _range methods. + +2012-04-12 11:18:22 +0200 Sebastian Dröge + + * configure.ac: + Back to development + +=== release 0.11.90 === + +2012-04-12 09:57:01 +0200 Sebastian Dröge + + * ChangeLog: + * NEWS: + * RELEASE: + * configure.ac: + * docs/plugins/gstreamer-plugins.prerequisites: + * docs/plugins/inspect/plugin-coreelements.xml: + * docs/plugins/inspect/plugin-coreindexers.xml: + * gstreamer.doap: + * win32/common/config.h: + Release 0.11.90 + +2012-04-12 09:56:43 +0200 Sebastian Dröge + + * po/af.po: + * po/az.po: + * po/be.po: + * po/bg.po: + * po/ca.po: + * po/cs.po: + * po/da.po: + * po/de.po: + * po/el.po: + * po/en_GB.po: + * po/eo.po: + * po/es.po: + * po/eu.po: + * po/fi.po: + * po/fr.po: + * po/gl.po: + * po/hu.po: + * po/id.po: + * po/it.po: + * po/ja.po: + * po/lt.po: + * po/nb.po: + * po/nl.po: + * po/pl.po: + * po/pt_BR.po: + * po/ro.po: + * po/ru.po: + * po/rw.po: + * po/sk.po: + * po/sl.po: + * po/sq.po: + * po/sr.po: + * po/sv.po: + * po/tr.po: + * po/uk.po: + * po/vi.po: + * po/zh_CN.po: + * po/zh_TW.po: + Update .po files + +2012-04-11 13:20:18 +0200 Wim Taymans + + * plugins/elements/gstqueue2.c: + queue2: fix merge error + +2012-04-11 12:58:19 +0200 Wim Taymans + + * tests/check/elements/queue2.c: + queue2: set buffer to NULL before pull + +2012-04-11 12:54:36 +0200 Wim Taymans + + * tests/check/elements/queue2.c: + tests: port queue2 tests to 0.11 + +2012-04-11 12:50:50 +0200 Wim Taymans + + Merge remote-tracking branch 'origin/0.10' + Conflicts: + gst/gsttoc.c + plugins/elements/gstqueue2.c + +2012-04-11 12:34:55 +0200 Wim Taymans + + * plugins/elements/gstqueue2.c: + queue2: signal delete before waiting + When we don't have the requested data in the ringbuffer and we move our read + pointer to the requested position, signal the delete cond to inform the writer + that we changed the current fill level. If we don't, the writer might stay + blocked and we might wait forever. + +2012-04-11 12:15:37 +0200 Wim Taymans + + * tests/check/elements/queue2.c: + queue2: add test for ringbuffer deadlock + +2012-04-11 12:02:50 +0200 Wim Taymans + + * plugins/elements/gstqueue2.c: + queue2: update current read position before waiting + When we don't have enough bytes in the ringbuffer to satisfy the current + request, first update the current read position before waiting. If we don't do + that, the ringbuffer might appear full and the writer will never write more + bytes to wake us up. + +2012-04-11 12:00:10 +0200 Wim Taymans + + * plugins/elements/gstqueue2.c: + queue2: add range only on sinkpad + Only add the range when we receive a segment event on the sinkpad. The add_range + method will modify the write position, which only makes sense to do on the + sinkpad. + +2012-04-11 11:55:56 +0200 Wim Taymans + + * plugins/elements/gstqueue2.c: + queue2: fix debug message + We're not writing to the offset of the buffer + +2012-04-11 11:55:28 +0200 Wim Taymans + + * plugins/elements/gstqueue2.c: + queue2: add_range already updates the level + +2012-04-10 14:11:26 +0400 Alexander Saprykin + + * gst/gsttoc.c: + toc: fix memory leaks while copying content + +2012-04-10 14:18:48 +0400 Alexander Saprykin + + * tests/check/gst/gsttocsetter.c: + tocsetter: fix memory leaks in unit test + +2012-04-10 14:16:50 +0400 Alexander Saprykin + + * tests/check/gst/gsttoc.c: + toc: fix memory leaks in unit test + +2012-04-10 14:18:48 +0400 Alexander Saprykin + + * tests/check/gst/gsttocsetter.c: + tocsetter: fix memory leaks in unit test + +2012-04-10 14:16:50 +0400 Alexander Saprykin + + * tests/check/gst/gsttoc.c: + toc: fix memory leaks in unit test + +2012-04-10 14:11:26 +0400 Alexander Saprykin + + * gst/gsttoc.c: + toc: fix memory leaks while copying content + +2012-04-10 19:39:58 +0300 Sreerenj Balachandran + + * gst/gstbuffer.c: + buffer: Clean up header files + +2012-04-10 16:07:52 +0200 Wim Taymans + + Merge remote-tracking branch 'origin/0.10' + +2012-04-10 16:04:54 +0200 Wim Taymans + + * plugins/elements/gstqueue2.c: + queue2: clear seeking flag in all cases + Also clear the seeking flag when downstream is in pull mode. + +2012-04-10 12:55:31 +0200 Wim Taymans + + Merge remote-tracking branch 'origin/0.10' + Conflicts: + gst/gst.c + plugins/elements/gstqueue2.c + +2012-04-10 12:49:04 +0200 Wim Taymans + + * gst/gst.c: + gst: add toc entry ref/unref + +2012-04-10 12:09:53 +0200 Wim Taymans + + * plugins/elements/gstqueue2.c: + queue2: set seeking flag with the queue lock + +2012-04-10 11:20:09 +0200 Wim Taymans + + * plugins/elements/gstqueue2.c: + * plugins/elements/gstqueue2.h: + queue2: Keep track of the seeking state + Set the seeking flag right before we send a seek event upstream and discard all + data untill we see a flush-stop again. We need to do this because we activate + the range that we seek to immediately after sending the seek event and it is + possible that we receive data in our chain function from before the seek + which would then be added to the wrong range resulting in data corruption. + +2012-04-10 11:16:14 +0200 Wim Taymans + + * plugins/elements/gstqueue2.c: + queue2: make range on newsegment for ringbuffer + When using the ringbuffer, handle the newsegment event like we handle it when + using the temp-file mode: create a new range for the new byte segment. The new + segment should normally already be created when we do a seek. + +2012-04-09 16:42:30 +0200 Sebastian Dröge + + Merge remote-tracking branch 'origin/0.10' + +2012-04-09 16:40:47 +0200 Sebastian Dröge + + * plugins/elements/gstmultiqueue.c: + multiqueue: Don't use buffer after pushing it downstream + +2012-04-09 16:04:22 +0200 Sebastian Dröge + + Merge remote-tracking branch 'origin/0.10' + +2012-04-09 15:58:21 +0200 Sebastian Dröge + + * gst/gstelement.c: + element: Fail if a pad for a non-request template is requested + +2012-04-09 13:40:35 +0100 Tim-Philipp Müller + + * gst/gstelement.c: + * gst/gstquark.c: + * gst/gstquark.h: + element: use quarks when storing standard metadata in structures + +2012-04-09 13:05:07 +0100 Tim-Philipp Müller + + * plugins/elements/gstcapsfilter.c: + * plugins/elements/gstfakesink.c: + * plugins/elements/gstfakesrc.c: + * plugins/elements/gstfdsink.c: + * plugins/elements/gstfdsrc.c: + * plugins/elements/gstfilesink.c: + * plugins/elements/gstfilesrc.c: + * plugins/elements/gstfunnel.c: + * plugins/elements/gstidentity.c: + * plugins/elements/gstinputselector.c: + * plugins/elements/gstmultiqueue.c: + * plugins/elements/gstoutputselector.c: + * plugins/elements/gstqueue.c: + * plugins/elements/gstqueue2.c: + * plugins/elements/gsttee.c: + * plugins/elements/gsttypefindelement.c: + * plugins/elements/gstvalve.c: + plugins: use new gst_element_class_set_static_metadata() + +2012-04-09 12:47:58 +0100 Tim-Philipp Müller + + * docs/gst/gstreamer-sections.txt: + * gst/gstelement.c: + * gst/gstelement.h: + * win32/common/libgstreamer.def: + element: add gst_element_class_{set,add}_static_metadata() + Add gst_element_class_{add,set}_metadata() variants for static strings, + so we can avoid unnecessary g_strdup()s. + API: gst_element_class_add_static_metadata() + API: gst_element_class_set_static_metadata() + +2012-04-08 21:17:14 +0100 Tim-Philipp Müller + + * docs/gst/gstreamer-sections.txt: + * gst/gsttask.c: + * gst/gsttask.h: + * tests/examples/streams/stream-status.c: + task: remove gst_task_set_priority() + It doesn't actually do anything. + +2012-01-14 00:31:32 -0500 Matej Knopp + + * win32/vs10/Common.props: + * win32/vs10/Library.props: + * win32/vs10/Plugin.props: + * win32/vs10/ReadMe.txt: + * win32/vs10/Tool.props: + * win32/vs10/base/base.vcxproj: + * win32/vs10/base/base.vcxproj.filters: + * win32/vs10/controller/controller.vcxproj: + * win32/vs10/controller/controller.vcxproj.filters: + * win32/vs10/generated/generated.vcxproj: + * win32/vs10/generated/generated.vcxproj.filters: + * win32/vs10/gst-inspect/gst-inspect.vcxproj: + * win32/vs10/gst-inspect/gst-inspect.vcxproj.filters: + * win32/vs10/gst-launch/gst-launch.vcxproj: + * win32/vs10/gst-launch/gst-launch.vcxproj.filters: + * win32/vs10/gst-typefind/gst-typefind.vcxproj: + * win32/vs10/gst-typefind/gst-typefind.vcxproj.filters: + * win32/vs10/gstcoreelements/gstcoreelements.vcxproj: + * win32/vs10/gstcoreelements/gstcoreelements.vcxproj.filters: + * win32/vs10/gstreamer.sln: + * win32/vs10/gstreamer/gstreamer.vcxproj: + * win32/vs10/gstreamer/gstreamer.vcxproj.filters: + * win32/vs10/net/net.vcxproj: + * win32/vs10/net/net.vcxproj.filters: + win32: add VS 10 Project files + https://bugzilla.gnome.org/show_bug.cgi?id=666219 + +2012-04-08 18:25:39 +0100 Tim-Philipp Müller + + * win32/common/config.h: + * win32/common/gstenumtypes.c: + * win32/common/gstenumtypes.h: + * win32/common/gstversion.h: + win32: update for version changes + +2012-04-07 16:35:27 +0100 Tim-Philipp Müller + + Merge remote-tracking branch 'origin/0.10' + +2012-04-07 16:06:22 +0100 Tim-Philipp Müller + + * win32/common/libgstreamer.def: + win32: add new TOC API to libgstreamer.def + Fixes 'make check'. + +2012-04-07 16:05:33 +0100 Tim-Philipp Müller + + * tests/check/gst/.gitignore: + tests: add new toc test binaries to .gitignore + +2012-04-07 16:04:14 +0100 Tim-Philipp Müller + + * gst/gst.c: + * gst/gst_private.h: + * gst/gstevent.c: + * gst/gstmessage.c: + * gst/gstquery.c: + * gst/gsttoc.c: + gst: don't export private TOC functions + +2012-04-07 15:42:08 +0100 Tim-Philipp Müller + + Merge remote-tracking branch 'origin/0.10' + Conflicts: + gst/gstatomicqueue.c + +2012-02-24 15:24:42 +0100 Wim Taymans + + * gst/gstatomicqueue.c: + atomicqueue: fix race + After a writer has written to its reserved write location, it can only make the + location available for reading if all of the writers with lower locations have + finished. + +2012-02-24 12:51:24 +0100 Wim Taymans + + * gst/gstatomicqueue.c: + atomicqueue: fix subtle race + Fix a race where the reader would see the updated the tail pointer before the + write could write the data into the queue. Fix this by having a separate reader + tail pointer that is only incremented after the writer wrote the data. + +2012-04-07 15:20:05 +0100 Tim-Philipp Müller + + * plugins/elements/gstfilesrc.c: + filesrc: set default block size from local define + Doesn't actually change the default value, just makes use of the + define there is. Superficial testing with fakesink and jpegdec did + not reveal improved performance for bigger block sizes, so leave + default as it is. + +2012-04-06 16:46:58 +0200 Wim Taymans + + * plugins/elements/gstqueue2.c: + queue2: don't update the current reading_pos in flush + A flush from the upstream element should not make buffering go to 0, the next + pull request might be inside a range that we have and then we don't need to + buffer at all. If the next pull is outside anything we have, buffering will + happen as usual anyway. + +2012-04-06 12:42:39 +0200 Wim Taymans + + * plugins/elements/gstqueue2.c: + queue2: fix for merged changes + +2012-04-06 12:37:41 +0200 Wim Taymans + + Merge branch '0.10' + +2012-04-06 12:32:49 +0200 Wim Taymans + + * plugins/elements/gstqueue2.c: + queue2: check the pad mode on the right pad + +2012-04-06 12:24:22 +0200 Wim Taymans + + * plugins/elements/gstqueue2.c: + queue2: forward flush events correctly + We want to forward the flush events received on the sinkpad whenever the srcpad + is activated in pushmode, which can also happen when using the RINGBUFFER or + DOWNLOAD mode and downstream failed to activate us in pull mode. + +2012-04-05 21:56:05 +0200 Stefan Sauer + + * gst/gstcontrolbinding.c: + controlbinding: chain up on dispose and finalize + +2012-04-05 21:55:07 +0200 Stefan Sauer + + * gst/gstobject.c: + gstobject: unparent the controlbinding on dispose + +2012-04-05 21:07:55 +0200 Stefan Sauer + + * libs/gst/controller/gstargbcontrolbinding.c: + * libs/gst/controller/gstdirectcontrolbinding.c: + controller: dup the objects to avoid premature frees + +2012-04-05 21:06:14 +0200 Stefan Sauer + + * tests/check/gst/gstcontroller.c: + controller: add a finalizer for the test controlbindings + No idea why valgrind still inists that there are leaks. + +2012-04-05 18:42:30 +0200 Sebastian Dröge + + * common: + Automatic update of common submodule + From 7fda524 to 464fe15 + +2012-04-05 14:17:16 +0200 Sebastian Dröge + + * docs/pwg/building-boiler.xml: + * gst/gstplugin.h: + * plugins/elements/gstelements.c: + gst: Change name parameter of GST_PLUGIN_DEFINE() to not take a string anymore + This will be needed when we later add support for static linking + of plugins without introducing new API or changing existing API. + +2012-04-05 13:23:00 +0200 Sebastian Dröge + + * configure.ac: + * gst/gstpluginfeature.c: + gstplugin: Add hack for handling 0.11.9X and 0.11.89.X with X>0 the same as 1.0.0 + Also update the version number to 0.11.89.1 + +2012-04-05 12:22:11 +0200 Mark Nauwelaerts + + * gst/gsttocsetter.c: + tocsetter: clear mutex upon free + +2012-04-05 10:56:22 +0200 Sebastian Dröge + + * gst/gstregistrybinary.h: + registry: Set registry version to 1.0.0 too + +2012-04-05 10:36:08 +0200 Wim Taymans + + Merge branch '0.10' + Conflicts: + plugins/elements/gstqueue2.c + +2012-04-05 10:03:02 +0200 Wim Taymans + + * plugins/elements/gstqueue2.c: + queue2: stop waiting for more data after EOS + When we have EOS, read the remaining bytes in the buffer and make sure we don't + wait for more data. Also clip the output buffer to the amount of remaining + bytes. + +2012-04-05 09:56:52 +0200 Wim Taymans + + * plugins/elements/gstqueue2.c: + queue2: check for filled buffer correctly + When using the ringbuffer mode, the buffer is filled when we reached the + max_level.bytes mark or the total size of the ringbuffer, whichever is smaller. + +2012-04-04 13:07:27 +0200 Wim Taymans + + * plugins/elements/gstqueue2.c: + queue2: avoid waiting for a filled buffer + Use a threshold variable to hold the maximum distance from the current position + for with we will wait instead of doing a seek. + When using the ringbuffer and the requested offset is not available, avoid + waiting until the complete ringbuffer is filled but instead do a seek when the + requested data is further than the threshold. + Avoid doing the seek twice in the ringbuffer case. + Use the same threshold for ringbuffer and download buffering. + +2012-04-05 09:07:18 +0200 Alessandro Decina + + * gst/gstbuffer.c: + gstbuffer: fix compile warning + +2012-04-04 13:13:52 +0200 Sebastian Dröge + + * Makefile.am: + * configure.ac: + * docs/faq/developing.xml: + * docs/gst/Makefile.am: + * docs/gst/gstreamer-docs.sgml: + * docs/gst/running.xml: + * docs/libs/Makefile.am: + * docs/libs/gstreamer-libs-docs.sgml: + * docs/manual/basics-helloworld.xml: + * docs/plugins/Makefile.am: + * docs/plugins/gstreamer-plugins-docs.sgml: + * docs/random/autotools: + * docs/version.entities.in: + * gst-element-check.m4.in: + * gst/Makefile.am: + * gst/gstplugin.c: + * gst/gstpreset.c: + * gst/gstregistry.c: + * gst/gstversion.h.in: + * gstreamer.spec.in: + * libs/gst/base/Makefile.am: + * libs/gst/check/Makefile.am: + * libs/gst/controller/Makefile.am: + * libs/gst/helpers/Makefile.am: + * libs/gst/net/Makefile.am: + * pkgconfig/Makefile.am: + * pkgconfig/gstreamer-base-uninstalled.pc.in: + * pkgconfig/gstreamer-base.pc.in: + * pkgconfig/gstreamer-check-uninstalled.pc.in: + * pkgconfig/gstreamer-check.pc.in: + * pkgconfig/gstreamer-controller-uninstalled.pc.in: + * pkgconfig/gstreamer-controller.pc.in: + * pkgconfig/gstreamer-net-uninstalled.pc.in: + * pkgconfig/gstreamer-net.pc.in: + * pkgconfig/gstreamer-uninstalled.pc.in: + * pkgconfig/gstreamer.pc.in: + * plugins/elements/Makefile.am: + * tests/benchmarks/Makefile.am: + * tests/check/Makefile.am: + * tests/check/gst/gstpreset.c: + * tests/examples/adapter/Makefile.am: + * tests/examples/controller/Makefile.am: + * tests/examples/manual/Makefile.am: + * tools/Makefile.am: + * tools/gst-launch.1.in: + * tools/gstreamer-completion: + * win32/common/config.h: + gst: Change versioning + Remove GST_MAJORMINOR and replace it by GST_API_VERSION + Also set GST_VERSION_{MAJOR,MINOR,MICRO,NANO} explicitely + now. + All versions are at 1.0.0 now for the release soon but + API/ABI can still change until the 1.0.0 release. + Next release versions until 1.0.0 will be 0.10.9X and + these will be release candidates. GST_VERSION_* will + nonetheless stay at 1.0.0.0. + +2012-04-04 12:25:40 +0200 Sebastian Dröge + + Merge remote-tracking branch 'origin/0.10' + Conflicts: + docs/gst/gstreamer-sections.txt + gst/Makefile.am + gst/gst.c + gst/gst.h + gst/gstevent.c + gst/gstevent.h + gst/gstmessage.c + gst/gstmessage.h + gst/gstquark.c + gst/gstquark.h + gst/gstquery.c + gst/gstquery.h + gst/gsttoc.c + gst/gsttoc.h + gst/gsttocsetter.c + tests/check/Makefile.am + tests/check/gst/gsttoc.c + tests/check/gst/gsttocsetter.c + +2012-04-03 16:51:54 +0200 Wim Taymans + + * gst/gstbuffer.h: + buffer: improve _set_size() + +2012-04-03 16:44:58 +0200 Wim Taymans + + * gst/gstbuffer.c: + * gst/gstbuffer.h: + * win32/common/libgstreamer.def: + buffer: make get_sizes and _resize with ranges + Make the _get_sizes and _resize methods work on a range of memory to make them + more powerfull. + +2012-04-03 18:25:40 +0200 Mark Nauwelaerts + + * libs/gst/check/gstconsistencychecker.c: + consistencychecker: allow some more events before a segment event + +2012-04-03 15:46:29 +0200 Stefan Sauer + + * gst/gsttocsetter.c: + tocsetter: use new glib mutex api + +2012-04-02 23:17:21 +0100 Tim-Philipp Müller + + * tools/gst-launch.c: + tools: fix compiler warning + gst-launch.c: In function ‘print_toc_entry’: + gst-launch.c:446:3: error: the size of array ‘spc’ can’t be evaluated [-Werror=vla] + gst-launch.c:446:3: error: variable-sized object may not be initialized + +2012-04-02 23:29:24 +0100 Tim-Philipp Müller + + * tests/check/gst/.gitignore: + tests: add new unit test binaries to .gitignore + +2012-04-02 23:28:15 +0100 Tim-Philipp Müller + + * gst/gst.c: + gst: ref new entry enum types + Fixes 'make check', again. + +2012-04-02 23:24:22 +0100 Tim-Philipp Müller + + * win32/common/libgstreamer.def: + win32: add new API to .def file + Fixes 'make check'. + +2012-04-02 23:23:46 +0100 Tim-Philipp Müller + + * gst/gst_private.h: + * gst/gstevent.c: + * gst/gstmessage.c: + * gst/gstquery.c: + * gst/gsttoc.c: + toc: don't export private functions + +2012-04-02 23:17:21 +0100 Tim-Philipp Müller + + * tools/gst-launch.c: + tools: fix compiler warning + gst-launch.c: In function ‘print_toc_entry’: + gst-launch.c:446:3: error: the size of array ‘spc’ can’t be evaluated [-Werror=vla] + gst-launch.c:446:3: error: variable-sized object may not be initialized + +2012-04-02 23:16:39 +0100 Tim-Philipp Müller + + * po/af.po: + * po/az.po: + * po/be.po: + * po/bg.po: + * po/ca.po: + * po/cs.po: + * po/da.po: + * po/de.po: + * po/el.po: + * po/en_GB.po: + * po/eo.po: + * po/es.po: + * po/eu.po: + * po/fi.po: + * po/fr.po: + * po/gl.po: + * po/hu.po: + * po/id.po: + * po/it.po: + * po/ja.po: + * po/lt.po: + * po/nb.po: + * po/nl.po: + * po/pl.po: + * po/pt_BR.po: + * po/ro.po: + * po/ru.po: + * po/rw.po: + * po/sk.po: + * po/sl.po: + * po/sq.po: + * po/sr.po: + * po/sv.po: + * po/tr.po: + * po/uk.po: + * po/vi.po: + * po/zh_CN.po: + * po/zh_TW.po: + po: update for new translatable strings + +2012-04-02 23:01:17 +0200 Stefan Sauer + + Merge remote-tracking branch 'origin/master' + +2012-04-02 22:09:07 +0200 Stefan Sauer + + * gst/gstevent.c: + * gst/gstmessage.c: + * gst/gstquery.c: + * gst/gsttoc.c: + * gst/gsttoc.h: + * tests/check/gst/gsttoc.c: + * tests/check/gst/gsttocsetter.c: + toc: port to 0.11 + +2012-03-22 08:36:02 +0100 Stefan Sauer + + * tools/gst-launch.c: + gst-launch: add -c, --toc to print the toc + Print the nested chapter and edition structure of the chapters message. + +2012-03-28 23:15:41 +0400 Alexander Saprykin + + * docs/design/Makefile.am: + * docs/design/part-toc.txt: + docs: add overview of GstToc usage + +2012-03-14 21:14:23 +0400 Alexander Saprykin + + * docs/gst/gstreamer-docs.sgml: + * docs/gst/gstreamer-sections.txt: + docs: Add GstToc and GstTocSetter sections with related functions + +2012-03-14 21:13:22 +0400 Alexander Saprykin + + * tests/check/Makefile.am: + * tests/check/gst/gsttocsetter.c: + gstchecks: Add unit test for the GstTocSetter + +2012-03-14 21:12:22 +0400 Alexander Saprykin + + * tests/check/Makefile.am: + * tests/check/gst/gsttoc.c: + gstchecks: Add unit test for the GstToc + +2012-03-14 20:45:35 +0400 Alexander Saprykin + + * gst/Makefile.am: + * gst/gst.h: + * gst/gsttocsetter.c: + * gst/gsttocsetter.h: + Add new GstTocSetter interface + +2012-03-14 20:42:56 +0400 Alexander Saprykin + + * gst/gstquery.c: + * gst/gstquery.h: + Add new TOC query + +2012-03-14 20:41:48 +0400 Alexander Saprykin + + * gst/gstmessage.c: + * gst/gstmessage.h: + Add new TOC message + +2012-03-14 20:40:32 +0400 Alexander Saprykin + + * gst/gstevent.c: + * gst/gstevent.h: + * gst/gstquark.c: + * gst/gstquark.h: + Add new TOC and TOC select events + +2012-03-14 20:01:51 +0400 Alexander Saprykin + + * gst/Makefile.am: + * gst/gst.c: + * gst/gst.h: + * gst/gst_private.h: + * gst/gsttoc.c: + * gst/gsttoc.h: + Add generic table of contents (TOC) support + +2012-04-02 21:15:09 +0200 Stefan Sauer + + Merge branch '0.10' + Conflicts: + docs/gst/gstreamer-sections.txt + gst/Makefile.am + gst/gst.c + gst/gst.h + gst/gstevent.c + gst/gstevent.h + gst/gstmessage.h + gst/gstquark.c + gst/gstquark.h + gst/gstquery.c + gst/gstquery.h + tests/check/Makefile.am + +2012-04-02 15:30:04 +0200 Sebastian Dröge + + Merge remote-tracking branch 'origin/0.10' + Conflicts: + libs/gst/base/gstbaseparse.c + +2012-04-02 15:13:24 +0200 Edward Hervey + + * libs/gst/base/gstbaseparse.c: + baseparse: always attempt to push if not-linked + This avoids ending up with plenty of pending data (since we'll only + try to parse/push one frame from the incoming buffer). + Fixes increasing memory consumption when parsers aren't linked + Conflicts: + libs/gst/base/gstbaseparse.c + +2012-04-02 15:13:24 +0200 Edward Hervey + + * libs/gst/base/gstbaseparse.c: + baseparse: always attempt to push if not-linked + This avoids ending up with plenty of pending data (since we'll only + try to parse/push one frame from the incoming buffer). + Fixes increasing memory consumption when parsers aren't linked + +2012-04-01 03:30:51 +0400 Руслан Ижбулатов + + * plugins/elements/gstfdsrc.c: + Timeout is not used on W32 + Fixes #673267 + +2012-04-02 11:09:50 +0200 Wim Taymans + + * libs/gst/base/gstbasetransform.c: + * libs/gst/base/gstbasetransform.h: + trans: add transform_ip_on_passthrough + Add an option to control if transform_ip is called in passthrough mode or not. + for elements that don't want to look at the data in passthrough mode, this can + avoid some extra processing, mostly in subclasses. + +2012-03-22 08:36:02 +0100 Stefan Sauer + + * tools/gst-launch.c: + gst-launch: add -c, --toc to print the toc + Print the nested chapter and edition structure of the chapters message. + +2012-03-28 23:15:41 +0400 Alexander Saprykin + + * docs/design/Makefile.am: + * docs/design/part-toc.txt: + docs: add overview of GstToc usage + +2012-03-14 21:14:23 +0400 Alexander Saprykin + + * docs/gst/gstreamer-docs.sgml: + * docs/gst/gstreamer-sections.txt: + docs: Add GstToc and GstTocSetter sections with related functions + +2012-03-14 21:13:22 +0400 Alexander Saprykin + + * tests/check/Makefile.am: + * tests/check/gst/gsttocsetter.c: + gstchecks: Add unit test for the GstTocSetter + +2012-03-14 21:12:22 +0400 Alexander Saprykin + + * tests/check/Makefile.am: + * tests/check/gst/gsttoc.c: + gstchecks: Add unit test for the GstToc + +2012-03-14 20:45:35 +0400 Alexander Saprykin + + * gst/Makefile.am: + * gst/gst.h: + * gst/gsttocsetter.c: + * gst/gsttocsetter.h: + Add new GstTocSetter interface + +2012-03-14 20:42:56 +0400 Alexander Saprykin + + * gst/gstquery.c: + * gst/gstquery.h: + Add new TOC query + +2012-03-14 20:41:48 +0400 Alexander Saprykin + + * gst/gstmessage.c: + * gst/gstmessage.h: + Add new TOC message + +2012-03-14 20:40:32 +0400 Alexander Saprykin + + * gst/gstevent.c: + * gst/gstevent.h: + * gst/gstquark.c: + * gst/gstquark.h: + Add new TOC and TOC select events + +2012-03-14 20:01:51 +0400 Alexander Saprykin + + * gst/Makefile.am: + * gst/gst.c: + * gst/gst.h: + * gst/gst_private.h: + * gst/gsttoc.c: + * gst/gsttoc.h: + Add generic table of contents (TOC) support + +2012-04-01 12:01:34 +0200 Wim Taymans + + * gst/gstbuffer.c: + buffer: reuse more code + +2012-04-01 11:42:52 +0200 Wim Taymans + + * docs/gst/gstreamer-sections.txt: + * gst/gstbuffer.c: + * gst/gstbuffer.h: + * tests/check/gst/gstbuffer.c: + * win32/common/libgstreamer.def: + buffer: make function to find memory in a buffer + Make a function to find the memory blocks for a region in a buffer. + +2012-03-31 21:26:22 +0200 Stefan Sauer + + * gst/gstchildproxy.c: + childproxy: fix more missing GST_OBJECT -> G_OBJECT use + +2012-03-31 18:34:23 +0200 Wim Taymans + + * libs/gst/base/gstadapter.c: + adapter: use buffer_wrap + +2012-03-31 17:10:35 +0200 Wim Taymans + + * gst/gstbuffer.c: + * gst/gstbuffer.h: + * win32/common/libgstreamer.def: + buffer: add peek_memory method + Add a peerk_memory method that simply fetches the memory at an offset without + refcounting or merging. + +2012-03-31 12:00:56 +0200 Wim Taymans + + * gst/parse/grammar.y: + grammar.y: fix childproxy code + It takes GObject and not GstObject now + +2012-03-30 22:46:02 +0200 Stefan Sauer + + * gst/gstbin.c: + * gst/gstchildproxy.c: + * gst/gstchildproxy.h: + childproxy: include the child name in the signal + +2012-03-30 22:44:31 +0200 Stefan Sauer + + * gst/parse/grammar.y: + parser: update for childproxy api changes + +2012-03-30 22:36:35 +0200 Stefan Sauer + + * gst/gstchildproxy.c: + childproxy: fix signal parameter types + +2012-03-30 22:17:09 +0200 Stefan Sauer + + * gst/gstbin.c: + * gst/gstchildproxy.c: + * gst/gstchildproxy.h: + * tests/check/gst/gstchildproxy.c: + childproxy: use GObject instead of GstObject + This makes it prossible to be used more widely. Fix implementations for the API + change. + +2012-03-30 22:01:55 +0200 Stefan Sauer + + * gst/gstchildproxy.c: + * gst/gstchildproxy.h: + childproxy: make get_child_by_name virtual + Allows implementations to use custom name->object mappings. + +2012-03-30 22:01:26 +0200 Stefan Sauer + + * gst/gstchildproxy.c: + childproxy: fix indentation + +2012-03-30 18:04:51 +0200 Wim Taymans + + * docs/design/part-buffer.txt: + * docs/gst/gstreamer-sections.txt: + * docs/random/porting-to-0.11.txt: + * gst/gstbuffer.c: + * gst/gstbuffer.h: + * libs/gst/base/gstadapter.c: + * libs/gst/base/gstbytewriter.c: + * plugins/elements/gstfakesrc.c: + * tests/check/gst/gstbuffer.c: + * tests/check/libs/bitreader.c: + * tests/check/libs/bytereader.c: + * tests/check/libs/typefindhelper.c: + * win32/common/libgstreamer.def: + buffer: improve the buffer memory methods + gst_buffer_take_memory -> gst_buffer_insert_memory because insert is what the + method does. + Make all methods deal with ranges so that we can replace, merge, remove and map + a certain subset of the memory in a buffer. With the new methods we can make + some code nicer and reuse more code. Being able to deal with a subset of the + buffer memory allows us to optimize more cases later (most notably RTP headers + and payload that could be in different memory objects). + Make some more convenient macros that call the more generic range methods. + +2012-03-30 16:53:09 +0200 Mark Nauwelaerts + + * plugins/elements/gsttypefindelement.c: + typefindelement: plug caps leaks + +2012-03-30 16:53:05 +0200 Mark Nauwelaerts + + * libs/gst/base/gsttypefindhelper.c: + typefindhelper: also unmap collected mapped buffers + +2012-03-30 16:53:00 +0200 Mark Nauwelaerts + + * libs/gst/base/gstbasetransform.c: + basetransform: plug caps leak + +2012-03-30 11:58:20 +0200 Sebastian Dröge + + * libs/gst/base/gstbaseparse.c: + * libs/gst/base/gstbaseparse.h: + baseparse: Rename ::event() to ::sink_event() for consistency + +2012-03-30 11:49:16 +0200 Edward Hervey + + * libs/gst/base/gstbasesrc.h: + basesink: lower GST_BASE_SRC_FLAG_LAST + It wouldn't leave that much room for subclass users + +2012-03-30 08:55:33 +0200 Edward Hervey + + * win32/common/libgstbase.def: + win32: Update defs file + +2012-03-29 18:03:35 +0200 Sebastian Dröge + + * libs/gst/base/gstbytewriter.c: + bytewriter: Actually commit the .c file changes too + +2012-03-29 17:59:28 +0200 Sebastian Dröge + + * libs/gst/base/gstbytewriter.h: + bytewriter: Add unchecked/inline variant of gst_byte_writer_put_buffer() + +2012-03-29 17:53:47 +0200 Edward Hervey + + * gst/gstquery.c: + gstquery: Fix annotation + +2012-03-29 17:44:02 +0200 Edward Hervey + + * plugins/elements/gstqueue.c: + queue: Flush the internal queue when we see GST_FLOW_FLUSHING + Ensures that we don't end up with stale contents (like GstQuery) in + the internal GQueue after any blocking upstream thread returns. + +2012-03-29 17:43:17 +0200 Edward Hervey + + * plugins/elements/gstqueue.c: + queue: Don't unref GstQuery travelling through the queue + Unlike events and buffers, the reference is not given to us + +2012-03-29 17:08:49 +0200 Mark Nauwelaerts + + * gst/gstquery.c: + query: parsing allocation query need not provide reffed caps + ... in line with other query parsing function. + +2012-03-29 15:45:00 +0200 Fabrizio (Misto) Milo + + * gst/gstcaps.c: + caps: spelling fixes + +2012-03-29 15:28:44 +0200 Edward Hervey + + * gst/gstelement.h: + gstelement: lower GST_ELEMENT_FLAG_LAST + It wouldn't leave that much room for subclass users + +2012-03-29 15:18:33 +0200 Edward Hervey + + * gst/gstbuffer.c: + gstbuffer: Fix unitialized variable + gcc 4.5 complains otherwise :( + +2012-03-29 14:54:53 +0200 Sebastian Dröge + + Merge remote-tracking branch 'origin/0.10' + Conflicts: + plugins/elements/gstmultiqueue.c + +2012-03-29 14:45:41 +0200 Sebastian Dröge + + * plugins/elements/gstmultiqueue.c: + multiqueue: Wake up all not-linked streams when a stream switches from linked to not-linked + We reset all the waiting streams, let them push another buffer to + see if they're now active again. This allows faster switching + between streams and prevents deadlocks if downstream does any + waiting too. + Also improve locking a bit, srcresult must be protected by the + multiqueue lock too because it's used/set from random threads. + +2012-03-29 14:32:24 +0200 Sebastian Dröge + + * plugins/elements/gstmultiqueue.c: + multiqueue: Recompute high-time too when flushing, not only high-id + +2012-03-29 13:39:40 +0200 Sebastian Dröge + + * plugins/elements/gstinputselector.c: + inputselector: Only wait until the active pad's running time is reached if the active pad already saw data + Otherwise we might block forever because upstream (e.g. multiqueue) is waiting + for the previously active stream to return forever (which is waiting here + in inputselector) before pushing something on the newly selected stream. + +2012-03-29 13:34:50 +0200 Wim Taymans + + * docs/gst/gstreamer-sections.txt: + * gst/gstbuffer.h: + * gst/gstbufferlist.c: + * gst/gstclock.c: + * gst/gstelementfactory.c: + * gst/gstevent.c: + * gst/gstevent.h: + * gst/gstiterator.c: + * gst/gstmemory.c: + * gst/gstmemory.h: + * gst/gstmessage.c: + * gst/gstmeta.c: + * gst/gstmeta.h: + * gst/gstminiobject.c: + * gst/gstminiobject.h: + * gst/gstobject.c: + * gst/gstpad.c: + * gst/gstpad.h: + * gst/gstpadtemplate.c: + * gst/gstpipeline.c: + * gst/gstquery.c: + * gst/gstquery.h: + * gst/gstregistry.c: + * gst/gstsample.c: + * gst/gstsegment.c: + * gst/gststructure.c: + * gst/gsttask.c: + * gst/gsttrace.c: + * gst/gsturi.c: + * gst/gstvalue.c: + docs: update more documentation + +2012-03-28 18:12:23 +0200 Wim Taymans + + * docs/pwg/advanced-events.xml: + * gst/gstbin.c: + * gst/gstbuffer.c: + * gst/gstbufferlist.c: + * gst/gstbufferpool.c: + * gst/gstbufferpool.h: + * gst/gstbus.c: + * gst/gstcaps.c: + * gst/gstclock.c: + * gst/gstelement.c: + * gst/gstevent.c: + * gst/gstminiobject.c: + * gst/gstpad.h: + * libs/gst/base/gstbasesrc.h: + review some docs + +2012-03-28 16:44:34 +0200 Wim Taymans + + * gst/gstbuffer.c: + buffer: simplify and refactor _span and _merge + Unify the _span and _merge code paths and simplify now that we only use this + internally. + +2012-03-28 15:16:01 +0200 Wim Taymans + + * gst/gstbuffer.c: + buffer: we always call _span with the buffer size + +2012-03-28 15:12:05 +0200 Wim Taymans + + * gst/gstbuffer.c: + buffer: move some code around + +2012-03-28 15:08:44 +0200 Wim Taymans + + * gst/gstbuffer.c: + buffer: we call _span always with 0 offset + +2012-03-28 13:08:59 +0200 Wim Taymans + + * gst/gstbuffer.c: + buffer: remove always FALSE function argument + +2012-03-28 16:39:54 +0200 Mark Nauwelaerts + + * gst/gstbuffer.c: + buffer: delay buffer unref until buffer no longer needed + +2012-03-28 12:44:44 +0200 Wim Taymans + + * docs/gst/gstreamer-sections.txt: + * docs/random/porting-to-0.11.txt: + * gst/gstbuffer.c: + * gst/gstbuffer.h: + * gst/gstutils.c: + * gst/gstutils.h: + * libs/gst/base/gstadapter.c: + * tests/check/gst/gstbuffer.c: + * win32/common/libgstreamer.def: + buffer: unify buffer merge methods + Add gst_buffer_append() which appends the memory blocks from one buffer to + another. Remove the old inefficient _merge() and _join() methods which forced a + premature memcpy in most cases. + Remove the _is_span() and _span() methods they are not needed anymore now that + we can _append(). Merging and spanning will be delayed until mapping or maybe + not at all when the element can deal with the different memory blocks. + +2012-03-27 15:24:49 -0400 Olivier Crête + + * gst/gstghostpad.c: + gstpad: Fix typo in docstring + +2012-03-27 15:24:49 -0400 Olivier Crête + + * gst/gstghostpad.c: + gstpad: Fix typo in docstring + +2012-03-27 15:16:55 +0200 Wim Taymans + + * gst/gstbuffer.c: + buffer: re-enable _span offset calculations + when we _span two complete buffers, we can copy offsets and timestamps. + +2012-03-27 15:00:38 +0200 Wim Taymans + + * gst/gsttrace.c: + trace: add refcount to trace debug + +2012-03-27 14:59:06 +0200 Wim Taymans + + * gst/gstbuffer.c: + buffer: add more _is_writable checks + Add some checks to assert on writability for functions that modify metadata. + +2012-03-27 12:40:36 +0200 Wim Taymans + + * gst/gstbufferpool.c: + * gst/gstbufferpool.h: + bufferpool: remove const from get/set_param + Remove the const from the GstCaps in get/set_param. set_param modifies + the refcount of the caps. + Don't increment the refcount of the caps result of get_param like we + do with other objects. + Update some annotiations. + +2012-03-27 12:39:53 +0200 Wim Taymans + + * gst/gstbufferpool.c: + bufferpool: fix annotation for _release + _release takes ownership of the buffer + +2012-03-27 12:31:18 +0200 Sebastian Dröge + + * gst/gstbus.c: + * gst/gstbus.h: + bus: Change the timeout argument type of gst_bus_poll() from GstClockTimeDiff to GstClockTime + This is more consistent with the other GstBus methods that have a timeout. + +2012-03-26 19:13:21 +0200 Wim Taymans + + * gst/gstcaps.c: + caps: remove old code + Remove attempt to delay _make_writable + +2012-03-26 18:07:35 +0200 Mark Nauwelaerts + + * gst/gstcaps.c: + caps: ensure writable caps prior to modification + +2012-03-26 17:38:50 +0200 Wim Taymans + + * gst/gstbufferpool.c: + bufferpool: check min/max_buffers + +2012-03-26 17:35:18 +0200 Wim Taymans + + * gst/gstquery.c: + query:fix copy-and-paste problem + +2012-03-26 11:54:59 +0200 Wim Taymans + + Replace master with 0.11 + +2012-03-23 18:51:52 +0100 Mark Nauwelaerts + + * gst/gstutils.c: + utils: add and improve debug messages + ... so they end up in a more expected debug category rather than oblivion. + +2012-03-22 15:54:55 +0100 Wim Taymans + + * configure.ac: + back to devel + +2012-03-22 15:49:36 +0100 Wim Taymans + + * ChangeLog: + * NEWS: + * RELEASE: + * configure.ac: + * docs/plugins/gstreamer-plugins.args: + * docs/plugins/inspect-build.stamp: + * docs/plugins/inspect.stamp: + * docs/plugins/inspect/plugin-coreelements.xml: + * gstreamer.doap: + * po/af.po: + * po/az.po: + * po/be.po: + * po/bg.po: + * po/ca.po: + * po/cs.po: + * po/da.po: + * po/de.po: + * po/el.po: + * po/en_GB.po: + * po/eo.po: + * po/es.po: + * po/eu.po: + * po/fi.po: + * po/fr.po: + * po/gl.po: + * po/hu.po: + * po/id.po: + * po/it.po: + * po/ja.po: + * po/lt.po: + * po/nb.po: + * po/nl.po: + * po/pl.po: + * po/pt_BR.po: + * po/ro.po: + * po/ru.po: + * po/rw.po: + * po/sk.po: + * po/sl.po: + * po/sq.po: + * po/sr.po: + * po/sv.po: + * po/tr.po: + * po/uk.po: + * po/vi.po: + * po/zh_CN.po: + * po/zh_TW.po: + * win32/common/config.h: + * win32/common/gstenumtypes.c: + * win32/common/gstenumtypes.h: + * win32/common/gstversion.h: + Release 0.11.3 + +2012-03-22 15:22:57 +0100 Mark Nauwelaerts + + * libs/gst/base/gstbasetransform.c: + basetransform: remove automatic and undocumented setting of always_in_place + ... which controls how to (forcibly) deal with (non-)writable data and + is not necessarily related to identical caps. + In particular, it is also not so helpful anymore with a more advanced + GstVideoFilter subclass which always has a transform_ip method currently, + even though its subclass may not have a corresponding _ip method. 2012-03-22 10:45:06 +0100 Wim Taymans @@ -11,6 +18169,11 @@ Conflicts: configure.ac +2012-03-22 08:35:25 +0100 Stefan Sauer + + * tools/gst-launch.c: + gst-launch: don't shadow global variable + 2012-03-21 12:10:21 +0100 Wim Taymans * libs/gst/Makefile.am: