diff -Nru gstreamer0.10-0.10.35.3/aclocal.m4 gstreamer0.10-0.10.36/aclocal.m4 --- gstreamer0.10-0.10.35.3/aclocal.m4 2012-02-04 15:55:44.000000000 +0000 +++ gstreamer0.10-0.10.36/aclocal.m4 2012-02-20 22:48:18.000000000 +0000 @@ -1,4 +1,4 @@ -# generated automatically by aclocal 1.11.2 -*- Autoconf -*- +# generated automatically by aclocal 1.11.3 -*- Autoconf -*- # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, # 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, @@ -38,7 +38,7 @@ [am__api_version='1.11' dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to dnl require some minimum version. Point them to the right macro. -m4_if([$1], [1.11.2], [], +m4_if([$1], [1.11.3], [], [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl ]) @@ -54,7 +54,7 @@ # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. # This function is AC_REQUIREd by AM_INIT_AUTOMAKE. AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], -[AM_AUTOMAKE_VERSION([1.11.2])dnl +[AM_AUTOMAKE_VERSION([1.11.3])dnl m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) @@ -932,13 +932,13 @@ fi AC_MSG_RESULT(yes)]) -# Copyright (C) 2009 Free Software Foundation, Inc. +# Copyright (C) 2009, 2011 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. -# serial 1 +# serial 2 # AM_SILENT_RULES([DEFAULT]) # -------------------------- @@ -953,6 +953,36 @@ no) AM_DEFAULT_VERBOSITY=1;; *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);; esac +dnl +dnl A few `make' implementations (e.g., NonStop OS and NextStep) +dnl do not support nested variable expansions. +dnl See automake bug#9928 and bug#10237. +am_make=${MAKE-make} +AC_CACHE_CHECK([whether $am_make supports nested variables], + [am_cv_make_support_nested_variables], + [if AS_ECHO([['TRUE=$(BAR$(V)) +BAR0=false +BAR1=true +V=1 +am__doit: + @$(TRUE) +.PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then + am_cv_make_support_nested_variables=yes +else + am_cv_make_support_nested_variables=no +fi]) +if test $am_cv_make_support_nested_variables = yes; then + dnl Using `$V' instead of `$(V)' breaks IRIX make. + AM_V='$(V)' + AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' +else + AM_V=$AM_DEFAULT_VERBOSITY + AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY +fi +AC_SUBST([AM_V])dnl +AM_SUBST_NOTMAKE([AM_V])dnl +AC_SUBST([AM_DEFAULT_V])dnl +AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl AC_SUBST([AM_DEFAULT_VERBOSITY])dnl AM_BACKSLASH='\' AC_SUBST([AM_BACKSLASH])dnl @@ -1010,7 +1040,7 @@ # Check how to create a tarball. -*- Autoconf -*- -# Copyright (C) 2004, 2005 Free Software Foundation, Inc. +# Copyright (C) 2004, 2005, 2012 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1032,10 +1062,11 @@ # a tarball read from stdin. # $(am__untar) < result.tar AC_DEFUN([_AM_PROG_TAR], -[# Always define AMTAR for backward compatibility. -AM_MISSING_PROG([AMTAR], [tar]) +[# Always define AMTAR for backward compatibility. Yes, it's still used +# in the wild :-( We should find a proper way to deprecate it ... +AC_SUBST([AMTAR], ['$${TAR-tar}']) m4_if([$1], [v7], - [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'], + [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'], [m4_case([$1], [ustar],, [pax],, [m4_fatal([Unknown tar format])]) AC_MSG_CHECKING([how to create a $1 tar archive]) diff -Nru gstreamer0.10-0.10.35.3/ChangeLog gstreamer0.10-0.10.36/ChangeLog --- gstreamer0.10-0.10.35.3/ChangeLog 2011-12-11 18:45:52.000000000 +0000 +++ gstreamer0.10-0.10.36/ChangeLog 2012-02-20 22:51:01.000000000 +0000 @@ -1,9 +1,1974 @@ +=== release 0.10.36 === + +2012-02-20 Tim-Philipp Müller + + * configure.ac: + releasing 0.10.36, "Harder" + +2012-02-20 21:33:22 +0000 Tim-Philipp Müller + + * po/id.po: + po: update translations + +2012-02-13 18:09:51 +0100 Mark Nauwelaerts + + * libs/gst/base/gstbaseparse.c: + baseparse: fix reverse playback + ... especially for all-keyframe (audio) cases. + +2012-02-07 11:28:41 +0100 Mark Nauwelaerts + + * libs/gst/base/gstbaseparse.c: + baseparse: bitrate mechanics should not deal with duration update + ... since that is already handled by _update_duration, or should not be done + altogether if the duration is determined by non-estimated means. + Fixes #669502. + +2012-02-05 13:31:36 +0000 Tim-Philipp Müller + + * configure.ac: + * win32/common/config.h: + * win32/common/gstversion.h: + 0.10.35.3 pre-release + +2012-01-04 17:10:15 +0100 Havard Graff + + * gst/gstregistry.c: + registry: fix compilation with --disable-registry + __registry_reuse_plugin_scanner is only defined when + GST_DISABLE_REGISTRY is not defined. + gstregistry.c: In function 'gst_registry_scan_plugin_file': + gstregistry.c:1131:8: error: '__registry_reuse_plugin_scanner' undeclared (first use in this function) + https://bugzilla.gnome.org/show_bug.cgi?id=667284 + +2012-02-02 17:18:22 +0000 Vincent Penquerc'h + + * gst/gstbin.c: + bin: reset the EOS detection machinery after sending an EOS message + This will allow detecting further EOS, for instance after looping + a stream without changing states. + https://bugzilla.gnome.org/show_bug.cgi?id=668289 + +2012-01-30 14:48:44 -0200 João Paulo Pizani Flor + + * gst/gstpreset.h: + Fixes the lack of an include directive in gst/gstpreset.h + It blocked the build of external libraries depending on gstreamer-core (namely, gstreamermm). + Complete bug report at https://bugzilla.gnome.org/show_bug.cgi?id=669036 + +2012-01-27 15:02:52 +0100 Sebastian Dröge + + * libs/gst/base/gstcollectpads2.c: + * libs/gst/base/gstcollectpads2.h: + collectpads2: Move private fields from the public structs to private structs + Fixes bug #668764. + +2012-01-12 19:53:11 +0000 Antoine Tremblay + + * libs/gst/base/gstbaseparse.c: + baseparse: clear adapter in reset so baseparse is reusable + GstBaseParse was not clearing its adapter on reset causing + problems when a pipeline went for example from PLAYING to NULL + state and then back to PLAYING again. The data from the last + stream would be used in the parser. + https://bugzilla.gnome.org/show_bug.cgi?id=667444 + +2012-01-11 12:19:20 +0000 Vincent Penquerc'h + + * gst/gststructure.c: + gststructure: clarify _get docs about the returned reference + https://bugzilla.gnome.org/show_bug.cgi?id=667689 + +2011-11-29 14:22:44 +0100 Havard Graff + + * libs/gst/base/gstbasesink.c: + basesink: don't compensate for render-delay twice + https://bugzilla.gnome.org/show_bug.cgi?id=667298 + +2012-01-05 00:30:30 +0000 Tim-Philipp Müller + + * gst/gst-i18n-app.h: + * gst/gst-i18n-lib.h: + gst: include locale.h before any other i18n headers + This is also how we do it in -base. + https://bugzilla.gnome.org/show_bug.cgi?id=667290 + +2012-01-01 16:47:14 +0100 Idar Tollefsen + + * plugins/elements/gstfdsrc.c: + * plugins/elements/gstinputselector.c: + plugins: explicitly cast initialization values to the correct type + https://bugzilla.gnome.org/show_bug.cgi?id=667288 + +2012-01-01 20:17:41 +0100 Idar Tollefsen + + * gst/gstpoll.c: + poll: include correct poll.h based on autoconf test + https://bugzilla.gnome.org/show_bug.cgi?id=667286 + +2012-01-04 23:46:19 +0000 Tim-Philipp Müller + + * configure.ac: + configure: check for sys/poll.h + https://bugzilla.gnome.org/show_bug.cgi?id=667286 + +2012-01-04 19:38:30 +0000 Tim-Philipp Müller + + * common: + Automatic update of common submodule + From 59a7a68 to cb5da59 + +2012-01-04 19:25:50 +0000 Tim-Philipp Müller + + * common: + Automatic update of common submodule + From e4a9407 to 59a7a68 + +2011-12-31 17:37:20 -0800 David Schleef + + * tests/check/Makefile.am: + convert Makefile spaces to tabs + +2011-12-25 12:39:49 +0000 Tim-Philipp Müller + + * plugins/elements/gstfilesrc.c: + filesrc: return any remaining data on EOS before returning FLOW_UNEXPECTED + +2011-12-25 12:29:46 +0000 Tim-Philipp Müller + + * plugins/elements/gstfilesrc.c: + filesrc: minor cosmetic changes + Rename woffset variable, maintain separate bytes_read in addition + to length variable. + +2011-12-19 12:33:18 +0100 Mark Nauwelaerts + + * libs/gst/base/gstbasetransform.c: + basetransform: suggestion compatible with upstream is not much of a suggestion + ... in that upstream is already complying with that suggestion. + Fixes #666174. + +2011-12-15 14:31:05 +0100 Mark Nauwelaerts + + * libs/gst/base/gstcollectpads2.c: + collectpads2: delay collecting buffer if a pad newly set waiting + ... as commented; make code correspond to it (again). + +2011-12-12 13:05:36 +0000 Vincent Penquerc'h + + * plugins/elements/gstfilesrc.c: + filesrc: do not mistake short reads for EOS + While local filesystems will usually not cause short reads, + this may happen on seekable files on some remote filesystems. + Instead, loop till we get the requested amount of data, or + an actual EOS (ie, 0 bytes). + https://bugzilla.gnome.org/show_bug.cgi?id=665921 + +2011-12-12 11:54:56 +0100 Sebastian Dröge + + * gst/glib-compat-private.h: + * gst/glib-compat.c: + glib-compat: Add license boilerplate for LGPL + +2011-12-10 01:04:10 +0000 Tim-Philipp Müller + + * configure.ac: + * win32/common/config.h: + * win32/common/gstenumtypes.c: + * win32/common/gstversion.h: + 0.10.35.2 pre-release + +2011-12-10 01:16:05 +0000 Tim-Philipp Müller + + * po/LINGUAS: + * po/cs.po: + * po/eo.po: + * po/es.po: + * po/gl.po: + * po/sl.po: + * po/sr.po: + * po/uk.po: + po: update translations + +2011-12-07 16:01:07 +0100 Stefan Sauer + + * docs/gst/gstreamer-sections.txt: + * gst/gstpreset.c: + * gst/gstpreset.h: + * win32/common/libgstreamer.def: + preset: allow applications to specify an extra preset dir + An extra application preset dir help to organize presets created for special + purposes. Fixes #660760 + API: gst_preset_set_app_dir(), gst_preset_get_app_dir() + +2011-12-08 18:00:00 +0100 Sebastian Dröge + + * libs/gst/base/gstbasetransform.c: + basetransform: Fix code path to come up with possible caps if incompatible caps are provided to buffer_alloc() + Previous code could almost never work and this should be slightly + better. + +2011-12-08 17:21:30 +0100 Sebastian Dröge + + * libs/gst/base/gstbasetransform.c: + basetransform: Fall back to upstream provided caps if suggested caps are not supported by the sinkpad + +2011-12-08 17:07:05 +0100 Sebastian Dröge + + * libs/gst/base/gstbasetransform.c: + basetransform: Fall back to upstream provided caps if fixation of suggested caps failed + +2011-12-08 17:02:28 +0100 Sebastian Dröge + + * libs/gst/base/gstbasetransform.c: + basetransform: Refactor gst_base_transform_buffer_alloc() code + Don't check if upstream provided caps are compatible with upstream + and don't try to fixate these caps. They must be fixated in any case. + +2011-12-07 17:57:49 +0000 Vincent Penquerc'h + + * libs/gst/base/gstbaseparse.c: + baseparse: do not use a byte value instead of a time value when bisecting + This fixes FLAC seeking on some FLAC files. + +2011-12-07 11:04:42 +0100 Sebastian Dröge + + * tests/check/elements/selector.c: + selector: Push newsegment events before any buffers are pushed in the unit test + +2011-12-07 11:01:49 +0100 Sebastian Dröge + + * plugins/elements/gstinputselector.c: + inputselector: Don't send a NEWSEGMENT event if a buffer arrived before the segment was configured + +2011-12-07 11:01:31 +0100 Sebastian Dröge + + * plugins/elements/gstoutputselector.c: + outputselector: Don't send last segment/buffer when no segment was configured yet + +2011-12-07 09:50:40 +0100 Sebastian Dröge + + * libs/gst/base/gstbasetransform.c: + basetransform: If suggested caps are not compatible with upstream try to come up with compatible caps + Fixes bug #662199. + +2011-12-06 23:52:53 +0000 Tim-Philipp Müller + + * gst/gstindexfactory.c: + indexfactory: fix memory leak + Introduced by commit bd302bb6 pluginfeature: avoid duplicating feature->name + https://bugzilla.gnome.org/show_bug.cgi?id=459466 + https://bugzilla.gnome.org/show_bug.cgi?id=665703 + +2011-12-06 14:55:15 +0100 Sebastian Dröge + + * plugins/elements/gstfakesink.c: + fakesink: Make event/buffer verbose output consistent with identity + +2011-12-06 14:55:11 +0100 Sebastian Dröge + + * plugins/elements/gstidentity.c: + identity: Print buffer flags in the verbose output + +2011-12-06 14:53:47 +0100 Sebastian Dröge + + * plugins/elements/gstfakesrc.c: + fakesrc: Make event/buffer verbose output consistent with identity and print buffer flags + +2011-12-04 21:19:04 +0000 Tim-Philipp Müller + + * libs/gst/check/gstcheck.h: + check: allow non-joinable threads in private g_thread_create() copy + Looks like some tests use non-joinable threads after all. + +2011-12-04 14:38:26 +0000 Tim-Philipp Müller + + * gst/gstbin.c: + * gst/gstelement.c: + * gst/gstpad.c: + * gst/gsttask.c: + * gst/gstutils.c: + * libs/gst/base/gstbaseparse.c: + * libs/gst/base/gstbasesink.c: + * libs/gst/base/gstbasesrc.c: + * libs/gst/base/gstbasetransform.c: + * libs/gst/base/gstcollectpads2.c: + * plugins/elements/gstmultiqueue.c: + Suppress deprecation warnings in selected files, for g_static_rec_mutex_* mostly + GStaticRecMutex is part of our API/ABI, not much we can do here in 0.10. + +2011-12-04 13:35:38 +0000 Tim-Philipp Müller + + * gst/glib-compat-private.h: + * gst/gstbus.c: + * gst/gstclock.c: + * gst/gstelement.c: + * gst/gstobject.h: + * gst/gsttask.c: + * libs/gst/base/gstbaseparse.c: + * libs/gst/base/gstbasesrc.c: + * libs/gst/base/gstbasetransform.c: + * libs/gst/base/gstcollectpads.c: + * libs/gst/base/gstcollectpads2.c: + * libs/gst/base/gstdataqueue.c: + * libs/gst/check/gstcheck.h: + * libs/gst/controller/gstcontroller.c: + * libs/gst/controller/gstinterpolationcontrolsource.c: + * libs/gst/controller/gstlfocontrolsource.c: + * plugins/elements/gstinputselector.c: + * plugins/elements/gstqueue.c: + * plugins/elements/gstqueue2.c: + * plugins/elements/gsttee.c: + Work around deprecated thread API in glib master + Add private replacements for deprecated functions such as + g_mutex_new(), g_mutex_free(), g_cond_new() etc., mostly + to avoid the deprecation warnings. We can't change most of + these in 0.10 because they're part of our API and ABI. + +2011-12-04 13:09:53 +0000 Tim-Philipp Müller + + * tests/benchmarks/gstbufferstress.c: + * tests/benchmarks/gstclockstress.c: + * tests/benchmarks/gstpollstress.c: + benchmarks: g_thread_create() is deprecated in GLib master, use g_thread_try_new() instead + +2011-12-04 13:04:35 +0000 Tim-Philipp Müller + + * libs/gst/net/gstnetclientclock.c: + * libs/gst/net/gstnettimeprovider.c: + net: initialise GError variables to NULL + +2011-12-03 17:40:53 +0000 Tim-Philipp Müller + + * gst/gst.c: + * libs/gst/helpers/gst-plugin-scanner.c: + * tools/gst-inspect.c: + * tools/gst-launch.c: + * tools/gst-typefind.c: + * tools/gst-xmlinspect.c: + g_thread_init() is deprecated in glib master + It's not needed any longer. + +2011-12-03 16:02:36 +0000 Tim-Philipp Müller + + * gst/gsttagsetter.c: + tagsetter: update for thread API deprecations in glib master + +2011-12-03 15:36:58 +0000 Tim-Philipp Müller + + * gst/gsttaglist.c: + taglist: update for thread API deprecations in glib master + +2011-12-03 13:58:51 +0000 Tim-Philipp Müller + + * gst/gstsystemclock.c: + * libs/gst/check/gstcheck.h: + * libs/gst/net/gstnetclientclock.c: + * libs/gst/net/gstnettimeprovider.c: + g_thread_create() is deprecated in GLib master, use g_thread_try_new() instead + +2011-12-02 13:19:38 +0100 Mark Nauwelaerts + + * plugins/elements/gstidentity.c: + identity: unlock clock wait when appropriate + ... notably FLUSH and state change to READY. + +2011-12-01 16:25:07 +0100 Stefan Sauer + + * gst/gstbus.c: + bus: use GST_MESSAGE_SOURCE_NAME() which also takes care of src=NULL. + +2011-11-30 13:59:46 +0100 Sebastian Dröge + + * libs/gst/base/gstbasetransform.c: + basetransform: Always intersect the suggested sink caps with the peer caps + This makes sure that we get correct and complete caps. The suggested caps + could be incomplete, e.g. video/x-raw-rgb without any fields, and by + intersecting with the peer caps we get something usable. + Fixes bug #662199. + +2011-11-30 00:24:32 +0000 Tim-Philipp Müller + + * gst/gstevent.c: + event: warn and fail instead of creating newsegment events in GST_FORMAT_UNDEFINED + +2011-11-28 12:30:15 +0000 Vincent Penquerc'h + + * gst/gstelement.c: + * gst/gstelement.h: + * win32/common/libgstreamer.def: + gstelement: add gst_element_class_add_pad_template_from_static + This function helps ensure the pad template is unreffed + without having to complicate the calling code. + https://bugzilla.gnome.org/show_bug.cgi?id=662664 + +2011-11-28 01:10:20 +0000 Tim-Philipp Müller + + * plugins/elements/gstqueue2.c: + queue2: fix refactoring of draining-on-eos, munge flow return to FLOW_OK + +2011-11-03 10:34:49 +0000 Tim-Philipp Müller + + * plugins/elements/gstqueue2.c: + queue2: add bufferlist support + We want to maintain buffer lists if possible. + +2011-11-03 13:02:36 +0000 Tim-Philipp Müller + + * plugins/elements/gstqueue2.c: + queue2: split out draining of queue on FLOW_UNEXPECTED into separate function + +2011-11-03 08:55:20 +0000 Tim-Philipp Müller + + * plugins/elements/gstqueue2.c: + queue2: pass item type enum to _enqueue instead of simple isbuffer boolean + Avoids some unnecessary GST_IS_EVENT() + +2011-11-27 20:36:31 +0100 Stefan Sauer + + * gst/gstbin.c: + * gst/gstelement.c: + * tools/gst-inspect.c: + * tools/gst-xmlinspect.c: + warnings: avoid set-but-unused warnings with load-save disabled + +2011-11-26 19:45:48 +0000 Tim-Philipp Müller + + * gst/gsturi.h: + uri: fix wrong G_GNUC_MALLOC + _get_protocols() points to const memory in 0.10 + despite the non-const return value. + +2011-11-26 18:58:38 +0000 Tim-Philipp Müller + + * libs/gst/base/gstadapter.h: + * libs/gst/base/gstbitreader.h: + * libs/gst/base/gstbytereader.h: + * libs/gst/base/gstbytewriter.h: + * libs/gst/base/gstdataqueue.h: + libs: sprinkle some G_GNUC_MALLOC + Maybe gcc can do something clever with that, or at least + warn us if we don't save the return value somewhere. + +2011-11-26 18:57:44 +0000 Tim-Philipp Müller + + * gst/gstatomicqueue.h: + * gst/gstbuffer.h: + * gst/gstbufferlist.h: + * gst/gstcaps.h: + * gst/gstdatetime.h: + * gst/gstelementfactory.h: + * gst/gstevent.h: + * gst/gstghostpad.h: + * gst/gstindexfactory.h: + * gst/gstiterator.h: + * gst/gstmessage.h: + * gst/gstminiobject.h: + * gst/gstpadtemplate.h: + * gst/gstparamspecs.h: + * gst/gstparse.h: + * gst/gstpipeline.h: + * gst/gstpluginfeature.h: + * gst/gstpoll.h: + * gst/gstpreset.h: + * gst/gstquery.h: + * gst/gstsegment.h: + * gst/gststructure.h: + * gst/gsttaglist.h: + * gst/gsturi.h: + * gst/gstvalue.h: + gst: sprinkle some G_GNUC_MALLOC + Maybe gcc can do something clever with that, or at least + warn us if we don't save the return value somewhere. + +2011-11-16 01:04:45 +0000 Tim-Philipp Müller + + * docs/gst/gstreamer-sections.txt: + * gst/gstbuffer.c: + * gst/gstbuffer.h: + * tests/check/gst/gstbuffer.c: + * win32/common/libgstreamer.def: + buffer: add gst_buffer_{set,get}_qdata() + Allows people/us to attach arbitrary metadata to buffers. + https://bugzilla.gnome.org/show_bug.cgi?id=664720 + API: gst_buffer_set_qdata() + API: get_buffer_get_qdata() + +2011-11-24 11:15:29 +0100 Sebastian Dröge + + * gst/gstpad.c: + pad: Remove g_warning() if pad accepted caps that are not a subset of the pad caps + This check is correct but unfortunately it's impossible to implement + in a threadsafe way because the caps could have changed in the meantime. + Fixes bug #659606. + +2011-10-03 12:34:20 +0100 Vincent Penquerc'h + + * plugins/elements/gstmultiqueue.c: + multiqueue: check filled state of queues even if another one is empty + This will avoid a case where overrun is never signalled if some + stream never produces any data, causing playbin2 to not end preroll. + https://bugzilla.gnome.org/show_bug.cgi?id=660778 + +2011-11-23 13:42:56 +0100 Sebastian Dröge + + * libs/gst/base/gstbaseparse.c: + baseparse: Return template caps instead of other side's peer caps if get_sink_caps vfunc is not implemented + Using gst_pad_proxy_get_caps() breaks backwards compatibility with old + parsers because it will propagate the other side's fields like "parsed" + and "framed" and also breaks parser/converters. + Fixes bug #664221. + +2011-11-12 16:42:14 +0000 Tim-Philipp Müller + + * tools/gst-inspect.c: + gst-inspect: print current value as default value + Instead of printing separate 'Current' and 'Default' values + (the former obtained via g_object_get() and the latter from + the property GParamSpec), simply print the Current value as + the Default value. This is the right thing to do for almost + all elements and avoids confusion if a subclass of a base + class chooses a different default than the base class. + +2011-11-12 14:55:07 +0000 Tim-Philipp Müller + + * gst/gstelementfactory.c: + * gst/gstparse.c: + * gst/gstplugin.c: + * libs/gst/controller/gstinterpolationcontrolsource.c: + gst, controller: replace g_list_prepend + reverse with GQueue + +2011-11-09 11:05:59 +0100 Stefan Sauer + + * Android.mk: + * tests/examples/controller/Makefile.am: + Android: build audio controller example + Add buildsystem hooks for building the audiocontroller example + with the NDK. + Signed-off-by: Reynaldo H. Verdejo Pinochet + +2011-11-08 18:09:28 +0000 Vincent Penquerc'h + + * gst/gstvalue.c: + gstvalue: consider lists and ranges equal if they hold the same set + This fixes caps operations when different elements advertise some + of their caps' properties differently (eg, for audio channels, either + a range from 1 to 2, or a list of 1 and 2). + https://bugzilla.gnome.org/show_bug.cgi?id=663643 + +2011-11-09 11:24:26 +0100 Stefan Sauer + + * tests/check/gst/gststructure.c: + tests: add a subset test for structure + +2011-10-28 13:39:58 +0200 Stefan Sauer + + * docs/manual/advanced-dparams.xml: + docs: also fix wrong call order for controller in manual + +2011-11-08 12:22:21 +0100 René Stadler + + * tests/check/gst/gstpad.c: + tests: pad: add test to verify flushing behaviour + Seems like a trivial case, but this was actually broken in 0.11 recently. + +2011-11-08 00:32:36 +0000 Tim-Philipp Müller + + * gst/gstcaps.c: + * gst/gstelement.h: + * gst/gstghostpad.c: + * gst/gstminiobject.c: + * gst/gststructure.c: + * libs/gst/base/gstbaseparse.c: + * libs/gst/base/gstbasesrc.c: + * plugins/elements/gstinputselector.c: + * plugins/elements/gstmultiqueue.c: + docs: fix Since: markers for API added after 0.10.35 + +2011-11-08 00:15:49 +0000 Tim-Philipp Müller + + * win32/common/libgstreamer.def: + win32: update .def file for new API + API: gst_caps_is_strictly_equal() + +2011-10-27 12:59:57 +0100 Vincent Penquerc'h + + * gst/gstcaps.c: + gstcaps: remove unneeded use of gint64 + https://bugzilla.gnome.org/show_bug.cgi?id=662777 + +2011-10-27 12:24:13 +0100 Vincent Penquerc'h + + * gst/gststructure.c: + * gst/gstvalue.c: + gstvalue: quicker version of intersection when we do not need the result + https://bugzilla.gnome.org/show_bug.cgi?id=662777 + +2011-10-27 12:02:43 +0100 Vincent Penquerc'h + + * gst/gststructure.c: + gststructure: simplify return statement in gst_structure_can_intersect + https://bugzilla.gnome.org/show_bug.cgi?id=662777 + +2011-10-27 11:41:30 +0100 Vincent Penquerc'h + + * gst/gststructure.c: + gststructure: early out when we know a value cannot be a subset + If two values can be ordered, but are unequal, they are + necessarily distinct, thus one cannot be a subset of the other. + https://bugzilla.gnome.org/show_bug.cgi?id=662777 + +2011-10-27 10:35:53 +0100 Vincent Penquerc'h + + * gst/gststructure.c: + * gst/gstvalue.c: + gstvalue: quicker test for substraction emptiness + When we do not care about the actual resulting set, + but only whether it is empty of not, we can skip a fair bit + of GValue juggling. + Add a function that does so, since we cannot just pass NULL + to the existing API as it may be part of the API contract. + https://bugzilla.gnome.org/show_bug.cgi?id=662777 + +2011-10-27 09:45:41 +0100 Vincent Penquerc'h + + * gst/gststructure.c: + gststructure: rejig test ordering for speed + https://bugzilla.gnome.org/show_bug.cgi?id=662777 + +2011-11-03 15:36:59 +0000 Sjoerd Simons + + * libs/gst/base/gstbasetransform.c: + basetransform: Only use the cached transform on strictly equal caps + https://bugzilla.gnome.org/show_bug.cgi?id=663333 + +2011-11-03 15:35:32 +0000 Sjoerd Simons + + * gst/gstcaps.c: + * gst/gstcaps.h: + caps: Add gst_caps_is_strictly_equal + +2011-10-15 22:52:25 +0300 Peteris Krisjanis + + * gst/gstclock.h: + introspection: add Value annotations for GST_SECOND, GST_MSECOND, GST_USECOND, GST_NSECOND constants + gobject-introspection won't parse them properly otherwise. + Still need to force the right type though (either GstClockTime or + guint64), but Type: xyz has no effect for me here, so someone with + a newer g-i needs to test this. + Some other defines are also missing, e.g. GST_CLOCK_TIME_NONE. + +2011-11-04 00:03:05 +0000 Tim-Philipp Müller + + * configure.ac: + configure: suppress unused variable warnings if gst debugging is disabled + https://bugzilla.gnome.org/show_bug.cgi?id=662952 + +2011-11-04 00:02:07 +0000 Tim-Philipp Müller + + * configure.ac: + configure: fix typo around GLIB_EXTRA_CFLAGS in GST_ALL_CXXFLAGS + +2011-11-03 23:08:52 +0000 Tim-Philipp Müller + + * plugins/elements/gstqueue.c: + * plugins/elements/gstqueue.h: + queue: use statically allocated GQueue + +2011-11-03 22:58:50 +0000 Tim-Philipp Müller + + * gst/gstbin.c: + bin: use statically allocated GQueue + Because we can. + +2011-11-03 22:51:57 +0000 Tim-Philipp Müller + + * libs/gst/base/gstcollectpads2.h: + collectpads2: use flags enum instead of guint in structure + +2011-11-03 08:47:20 +0000 Tim-Philipp Müller + + * plugins/elements/gstqueue2.c: + * plugins/elements/gstqueue2.h: + queue2: use statically allocated GQueue + +2011-10-25 17:26:50 -0400 Nicolas Dufresne + + * gst/gstghostpad.c: + * tests/check/gst/gstghostpad.c: + ghostpad: Don't cache internal proxy pad target + The internal proxy pad target is simply a cache of the internal proxy pad + peer. This patch uses the well implement GstPad peer handling to obtain the + target. This fixes issues with target not being set in both direction when + two ghostpads are linked together (empty bin). + https://bugzilla.gnome.org/show_bug.cgi?id=658517 + +2011-11-01 14:17:21 +0000 Tim-Philipp Müller + + * libs/gst/base/gstadapter.c: + adapter: simplify gst_adapter_take_list() + Use a stack-allocated GQueue to assemble our GList. + +2011-10-31 17:45:44 +0000 Tim-Philipp Müller + + * common: + * configure.ac: + configure: make GLIB_EXTRA_CFLAGS overwritable + Make 'make GLIB_EXTRA_CFLAGS=...' work. + +2011-10-30 21:54:36 +0000 Tim-Philipp Müller + + * gst/gstfilter.c: + * gst/gstfilter.h: + filter: deprecate gst_filter_run() + It's not really used outside of core at all, and has + serious namespace issues. If anyone feels the need to + revive this one, please use a less generic name space. + API: deprecate gst_filter_run() + API: deprecate GstFilterFunc + +2011-10-30 21:39:36 +0000 Tim-Philipp Müller + + * gst/gstregistry.c: + registry: don't use soon-to-be-deprecated gst_filter_run() + Lines-of-code savings are negligible anyway. + +2011-10-30 21:21:59 +0000 Tim-Philipp Müller + + * gst/gstpluginfeature.c: + * gst/gstpluginfeature.h: + * gst/gstregistry.c: + * tests/check/gst/struct_x86_64.h: + pluginfeature: deprecate gst_plugin_feature_type_name_filter() + It's only used internally anyway and the helper struct + has namespace issues. + API: deprecated gst_plugin_feature_type_name_filter() + API: deprecated GstTypeNameData + +2011-10-30 09:58:16 +0000 Tim-Philipp Müller + + * docs/gst/gstreamer-sections.txt: + * gst/gsttaglist.c: + * gst/gsttaglist.h: + * tests/check/gst/gsttag.c: + * win32/common/libgstreamer.def: + taglist: add to_string and new_from_string functions + We want to make GstTagList opaque and not have people use + GstStructure API on it. + API: gst_tag_list_to_string() + API: gst_tag_list_new_from_string() + +2011-10-30 01:46:22 +0100 Tim-Philipp Müller + + * gst/gsttaglist.c: + taglist: avoid pointless tag name -> quark lookups + We never get a tag name quark from a caller, it's always a + string, from which we'll try to look up our tag info in the + hash table, so change the hash table key from quark to string. + Avoids a bunch of pointless string => quark lookup in the + global quark table. We need to do an extra string => quark + conversion now when we copy a taglist, but in that case we're + in a slow path anyway. + +2011-10-30 00:44:44 +0100 Tim-Philipp Müller + + * docs/gst/gstreamer-sections.txt: + * gst/gsttaglist.c: + * gst/gsttaglist.h: + * tests/check/gst/gsttag.c: + * win32/common/libgstreamer.def: + taglist: add gst_tag_list_is_equal() + API: gst_tag_list_is_equal() + +2011-10-29 23:52:22 +0100 Tim-Philipp Müller + + * gst/gststructure.c: + structure: identical structures are definitely equal + +2011-10-28 11:53:32 +0200 Sjoerd Simons + + * libs/gst/base/gstbasetransform.c: + basetransform: Also fush the cache when changing the upstream caps suggestion + +2011-10-28 11:50:23 +0200 Sjoerd Simons + + * libs/gst/base/gstbasetransform.c: + basetransform: Add debug output when returning a cached transform + +2011-10-28 10:54:19 +0200 Sebastian Dröge + + * libs/gst/base/gstcollectpads2.c: + collectpads2: Fix refcount handling if a buffer was dropped due to clipping + +2011-10-28 10:37:21 +0200 Sebastian Dröge + + * docs/libs/gstreamer-libs-sections.txt: + * libs/gst/base/gstcollectpads2.c: + * libs/gst/base/gstcollectpads2.h: + * win32/common/libgstbase.def: + collectpads2: Merge the clip and prepare_buffer function into one + +2011-10-28 10:17:06 +0200 Sebastian Dröge + + * libs/gst/base/gstcollectpads2.c: + * libs/gst/base/gstcollectpads2.h: + collectpads2: Merge clipping API from old collectpads + +2011-10-28 09:19:29 +0100 Tim-Philipp Müller + + * libs/gst/base/gstbasesink.c: + basesink: make default query function name show up in gst-inspect + +2011-09-27 15:48:52 +0200 Mark Nauwelaerts + + * libs/gst/base/gstcollectpads2.c: + collectpads2: avoid hanging in case of sparse newsegment events + ... in the extent that a non-waiting pad (so indicated by newsegment) + turns out to provide the best buffer, which is then forced to waiting + for book-keeping purposes, but that should only be temporary. + See bug #415754. + +2011-10-28 09:38:35 +0200 Sebastian Dröge + + * libs/gst/base/gstcollectpads2.c: + collectpads2: Use G_DEFINE_TYPE instead of GST_BOILERPLATE + +2011-10-28 09:35:50 +0200 Sebastian Dröge + + * docs/libs/gstreamer-libs-docs.sgml: + * docs/libs/gstreamer-libs-sections.txt: + collectpads2: Add to the documentation + +2011-10-28 09:26:11 +0200 Sebastian Dröge + + * win32/common/libgstbase.def: + win32: Add new collectpads2 API + +2011-10-28 09:18:55 +0200 Sebastian Dröge + + * libs/gst/base/Makefile.am: + * libs/gst/base/gstcollectpads2.c: + * libs/gst/base/gstcollectpads2.h: + base: Add collectpads2 + This handles muxing of sparse/subtitle streams and has + lots of cleanup. Still missing is special support for + live streams but this can be added later without breaking + API/ABI. + Based on the version from the videomixer plugin. + https://bugzilla.gnome.org/show_bug.cgi?id=415754 + +2011-10-27 23:08:14 +1100 Jan Schmidt + + * libs/gst/base/gstbasetransform.c: + basetransform: Fix refcount leak + Don't leak peercaps and a ref to the basetransform when returning + the cached caps. + +2011-10-27 10:38:10 +0200 Stefan Sauer + + * libs/gst/controller/gstcontroller.c: + controller: fix wrong order of calls in the docs. + +2011-10-26 12:23:07 +0200 Stefan Sauer + + * gst/gstevent.c: + event: clarify docs for step event + +2011-10-18 23:19:47 +0100 Tim-Philipp Müller + + * gst/gstregistry.c: + registry: add support for GST_REGISTRY_REUSE_PLUGIN_SCANNER=no + This will make sure we spawn a new plugin scanner helper for each plugin + to be introspected, which helps with making sure we don't load too many + shared objects (libs, plugins) at the same time on systems where there + is a hard limit like on Android. + A better version might re-use the scanner for up to N times, though + it's not clear whether that would actually improve things dramatically. + https://bugzilla.gnome.org/show_bug.cgi?id=662091 + +2011-10-21 10:23:04 -0300 Thiago Santos + + * gst/gstcaps.c: + caps: No need to require writable caps for _append/_merge second caps + The second caps ownership is transfered, no need to require it to + be writable from the caller function. Instead, _append and _merge + make it writable on their own. + Discovered because of an assertion on encoding-profile.c in + _get_input_caps using _merge but not passing writable caps. + +2011-10-20 16:59:01 +0200 Sebastian Dröge + + * libs/gst/base/gstbaseparse.c: + * libs/gst/base/gstbaseparse.h: + baseparse: Fix documentation, it's pre_push_frame and not pre_push_buffer + +2011-10-20 14:02:44 +0100 Vincent Penquerc'h + + * libs/gst/base/gstbasetransform.c: + basetransform: cache transformed caps where appropriate + Speeds up negotiation a fair bit on a contrived pipeline + with a dozen colorspace conversions. + Hopefully clears out the cache every time it ought to. + https://bugzilla.gnome.org/show_bug.cgi?id=662291 + +2011-10-20 10:45:30 -0300 Reynaldo H. Verdejo Pinochet + + * Android.mk: + Fix broken android building due to name change in 01d87250a845e55d6 + +2011-10-20 08:31:18 +0200 Sebastian Dröge + + * libs/gst/base/gstbaseparse.c: + * libs/gst/base/gstbaseparse.h: + basebarse: Add detect vfunc to allow subclasses to do format detection before anything else + API: GstBaseParseClass::detect() + This is called with the first buffers until the subclass has finished detection + and only afterwards the original buffers are handled as before. The vfunc allows + detection of the stream format without breaking the upstream framing. + +2011-10-20 08:57:57 +0200 Stefan Sauer + + * gst/gstpad.c: + pad: not only describe conditions in the docs, also check them in the code + When blocking pads, check if the pad is in the rigt direction. Log some info + for the developer and return FALSE, instead of just locking up. + +2011-10-18 19:21:58 -0300 Thiago Santos + + * gst/gstmessage.c: + message: protect against null message sources + Message sources can be null, check if it is before trying to + access its name. + +2011-10-18 08:48:37 -0300 Thiago Santos + + * libs/gst/base/gstbaseparse.h: + baseparse: add since doc to new getcaps function + +2011-10-18 14:08:19 +0200 Stefan Sauer + + * gst/gstbin.c: + * gst/gstbus.c: + * gst/gstmessage.c: + * libs/gst/base/gstbasesink.c: + logging: more logging and prefer human readable details over memory locations + +2011-10-18 14:05:37 +0200 Stefan Sauer + + * gst/gstdebugutils.c: + debugutils: improve display of ghost- and proxypads + Handle virtual links between ghost and proxypads when iterating pads instead of + when linking. Besides using less code this provides a more accurate picture. + +2011-10-17 14:42:08 -0300 Thiago Santos + + * libs/gst/base/gstbaseparse.c: + * libs/gst/base/gstbaseparse.h: + baseparse: add getcaps function + Adds a getcaps function to the sink pad to make parsers propagate + downstream caps restrictions to upstream. + The pipeline "audiotestsrc num-buffers=100 ! faac ! aacparse ! + "audio/mpeg, version=(int)4, stream-format=(string)adts" ! filesink" + wouldn't work because aacparse wouldn't propagate the adts restriction + upstream to faac. + This patch adds a default getcaps to the sink pad to simply proxy + downstream caps and also adds a 'get_sink_caps' function pointer + to GstBaseParseClass for subclasses that need more refined getcaps. + https://bugzilla.gnome.org/show_bug.cgi?id=661874 + +2011-10-18 12:39:03 +0200 Wim Taymans + + * libs/gst/base/gstbasesrc.c: + basesrc: also update the stream time + +2011-10-18 10:58:14 +0200 Sebastian Dröge + + * libs/gst/base/gstbaseparse.c: + baseparse: Fix handling of queued frames + gst_base_parse_push_frame() already frees the frame, no need to + do it another time again. + +2011-10-16 21:12:07 +0100 Tim-Philipp Müller + + * gst/gstbus.c: + bus: give watch source a name + Give our GSource a meaningful name. Source names can be + used for debugging and profiling, for example with + systemtap or gdb. + +2011-10-14 09:35:09 +0200 Edward Hervey + + * gst/gstutils.c: + gstbuffer: Add transfer annotations for gst_buffer_join() + +2011-10-13 17:33:06 +0200 Stefan Sauer + + * gst/gstbus.c: + bus: fix typo in the docs + +2011-10-13 16:48:02 +0200 Stefan Sauer + + * gst/gstdebugutils.c: + debugutils: show if an element is state-locked + +2011-10-13 16:42:10 +0200 Stefan Sauer + + * gst/gstbin.c: + logging: use _OBJECT variants more + +2011-10-13 10:19:34 +0200 Sebastian Dröge + + * gst/gstbuffer.h: + buffer: Use an inline function instead of a macro for gst_buffer_replace() + This gives us type checks by the compiler and more useful compiler errors. + +2011-10-13 10:18:51 +0200 Sebastian Dröge + + * gst/gstevent.h: + event: Use an inline function instead of a macro for gst_event_replace() + This gives us type checks by the compiler and more useful compiler errors. + +2011-10-12 17:17:09 +0200 Wim Taymans + + * libs/gst/base/gstbasesrc.c: + basesrc: properly adjust start time + When we do a non-flushing seek and closed the current segment, + make sure that we open the next segment from where we closed. + +2011-10-10 19:41:33 +0100 Tim-Philipp Müller + + * gst/gstutils.c: + utils: catch invalid instance sizes in gst_type_register_static_full() + Add guards to catch overly large instance sizes. + https://bugzilla.gnome.org/show_bug.cgi?id=660955 + +2011-10-08 14:17:25 +0100 Tim-Philipp Müller + + * gst/gstparse.c: + * gst/parse/.gitignore: + * gst/parse/Makefile.am: + * gst/parse/grammar.y: + * gst/parse/types.h: + gstparse: prefix generated parser functions so they don't get exported + Don't export those 35-something random _gst_parse_yy* symbols. These were + never in any header files and also blacklisted from our .def files, in + case anyone wonders. + +2011-10-07 09:45:20 -0300 Thiago Santos + + * gst/gstpipeline.c: + pipeline: Use pipeline category for one more log message + Makes debugging easier. + +2011-10-07 16:36:10 +0200 Robert Swain + + * gst/gstinfo.c: + * gst/gstpad.c: + GST_PTR_FORMAT: Add GstBuffer ptr format and use in GST_SCHEDULING + GstBuffer pointers can now be printed using GST_PTR_FORMAT. This is used + in the very useful GST_SCHEDULING debug logs in gstpad.c and allows for + easier and more information tracking of buffer progress through a + pipeline with just debug logging. + +2011-10-06 14:34:09 +0200 Mark Nauwelaerts + + * libs/gst/base/gstbaseparse.c: + baseparse: send duration message when updating internal duration + +2011-09-26 14:36:46 +0400 Stas Sergeev + + * libs/gst/base/gstbaseparse.c: + baseparse: Return success if optional start/stop method is not provided + This allows to not implement the optional start/stop methods. + +2011-10-03 09:29:10 +0200 Edward Hervey + + * gst/gstquery.c: + gstquery: Make debugging message more informative + For all the newcomers out there who still don't know the values of + GstQueryType enum by heart... + ... and old-timers who've got better things to do :) + +2011-09-30 15:25:20 +0100 Tim-Philipp Müller + + * libs/gst/base/gstbaseparse.c: + baseparse: make estimating the position in query handler actually work + No point estimating if we don't set the result afterwards. + +2011-09-26 13:14:42 +0100 Vincent Penquerc'h + + * libs/gst/base/gstbaseparse.c: + baseparse: answer position query in stream time and try upstream first + Let the demuxer have first say as well. + https://bugzilla.gnome.org/show_bug.cgi?id=659485 + +2011-09-30 14:52:01 +0100 Tim-Philipp Müller + + * gst/gst.h: + gst.h: include header for atomic queue + +2011-09-30 14:50:51 +0100 Tim-Philipp Müller + + * tests/check/Makefile.am: + * tests/check/gst/.gitignore: + * tests/check/gst/gstatomicqueue.c: + tests: add minimal test for GstAtomicQueue + Just new + free. + +2011-09-26 19:52:13 +0100 Vincent Penquerc'h + + * libs/gst/base/gstbasetransform.c: + basetransform: send delayed events earlier + Some elements (such as videorate) might push buffers early, + for instance in in transform_ip. We want events (and in particular + any NEWSEGMENT event) to be pushed before that. + This fixes transmageddon wedging on converting a file starting + with a non zero offset to Ogg. + https://bugzilla.gnome.org/show_bug.cgi?id=660165 + +2011-09-26 00:30:47 +0300 Raimo Järvi + + * gst/gstregistry.c: + * gst/gststructure.c: + gst: Fix compiler warnings on 64 bit mingw-w64 + Fixes bug #660083. + +2011-09-25 16:10:53 +0100 Tim-Philipp Müller + + * tests/examples/helloworld/helloworld.c: + examples: fix bogus g_object_unref in helloworld example + GMainLoop is not a GObject. + https://bugzilla.gnome.org/show_bug.cgi?id=424143 + +2011-09-20 13:04:06 +0100 Vincent Penquerc'h + + * libs/gst/base/gstbasetransform.c: + basetransform: delay serialized events when src caps are not set yet + https://bugzilla.gnome.org/show_bug.cgi?id=659571 + +2011-09-13 17:04:31 +0400 Stas Sergeev + + * gst/gstpad.c: + pad: Set caps on pad before checking if the pad is linked + This allows the setcaps handler and notify::caps to link + the pad downstream and doesn't require hacks to always + provide a peer to the pad, like in decodebin2. + +2011-09-15 11:49:43 -0700 Fabrizio (Misto) Milo + + * gst/gstcaps.c: + caps: use g_value_take_string() and gst_value_get_caps() instead of accessing internal fields + +2011-09-16 13:38:41 +0100 Tim-Philipp Müller + + * gst/gstpad.c: + pad: add more debug logging for other chain function code path as well + +2011-09-16 13:13:30 +0100 Tim-Philipp Müller + + * gst/gstpad.c: + pad: fix up printf format in debug message + Which I messed up. + +2011-09-15 13:20:15 +0100 Vincent Penquerc'h + + * gst/gstpad.c: + pad: make some debug traces more useful + https://bugzilla.gnome.org/show_bug.cgi?id=659139 + +2011-09-14 22:54:18 +0100 Tim-Philipp Müller + + * scripts/gstcvstest.sh: + scripts: remove gstcvstest.sh + +2011-09-13 23:04:09 +0100 Tim-Philipp Müller + + * libs/gst/controller/gstlfocontrolsource.c: + lfocontrolsource: fix clang compiler warning + Cast enum to int before checking for negative values, which are + impossible according to the enum list. + gstlfocontrolsource.c:652:45: error: comparison of unsigned enum expression < 0 + is always false [-Werror,-Wtautological-compare] + if (waveform >= num_waveforms || waveform < 0) { + ~~~~~~~~ ^ ~ + https://bugzilla.gnome.org/show_bug.cgi?id=653137 + +2011-09-13 21:58:21 +0100 Tim-Philipp Müller + + * tests/check/elements/filesrc.c: + tests: make sure filesrc returns escaped URIs even if the input was unescaped + https://bugzilla.gnome.org/show_bug.cgi?id=654673 + +2011-09-10 18:15:49 +0100 Tim-Philipp Müller + + * gst/gstcaps.c: + caps: move log messages for caps creation/freeing into TRACE category + Reduce SPAM for GST_CAPS:5. + +2011-09-09 12:56:20 +0200 Sebastian Dröge + + * gst/gstpad.c: + pad: Only do the subset check in gst_pad_accept_caps() if the pad claims to accept the caps + +2011-09-07 17:21:55 -0400 Nicolas Dufresne + + * libs/gst/base/gstbasesink.c: + * libs/gst/base/gstbasesink.h: + * plugins/elements/gstfilesink.c: + basesink: make it easy to override the pad query + Add a vmethod to handle the pad query. + Install a default handler for the pad query. + Use the new query function in filesink + +2011-09-08 14:29:00 +0200 Sebastian Dröge + + * gst/gstpad.c: + Revert "pad: Use gst_pad_accept_caps() instead of manually checking when configuring a sinkpad" + This reverts commit d3cad28da936b037d877dc70c02286b81b680284. + It causes performance problems because acceptcaps() propagates downstream. + +2011-09-08 13:41:19 +0200 Sebastian Dröge + + * gst/gstpad.c: + pad: Use gst_pad_accept_caps() instead of manually checking when configuring a sinkpad + +2011-09-08 13:40:06 +0200 Sebastian Dröge + + * gst/gstpad.c: + pad: Print a g_warning() if pad accept caps that are not a subset of its caps + In 0.11 only subsets are supported again as documented instead of also + allowing non-empty intersections. + +2011-09-08 13:26:24 +0200 Sebastian Dröge + + * libs/gst/base/gstbasetransform.c: + Revert "basetransform: Use check for subsets and not non-empty intersection to check if caps are compatible" + This reverts commit 5e5cc5e89e7e2858a6352fa4c81a374f6e5a6297. + See bug #658541. + +2011-09-08 13:26:01 +0200 Sebastian Dröge + + * gst/gstpad.c: + Revert "pad: Check for subsets, not non-empty intersections to check if caps are compatible" + This reverts commit 0c5d50207326d74a4805bcd898bfac887540f12b. + See bug #658541. + +2011-09-07 13:14:38 +0200 Piotr Fusik + + * README: + * docs/README: + * docs/design/draft-buffer2.txt: + * docs/design/draft-klass.txt: + * docs/design/part-MT-refcounting.txt: + * docs/design/part-TODO.txt: + * docs/design/part-activation.txt: + * docs/design/part-block.txt: + * docs/design/part-buffering.txt: + * docs/design/part-bufferlist.txt: + * docs/design/part-caps.txt: + * docs/design/part-clocks.txt: + * docs/design/part-element-sink.txt: + * docs/design/part-element-transform.txt: + * docs/design/part-events.txt: + * docs/design/part-framestep.txt: + * docs/design/part-gstelement.txt: + * docs/design/part-gstghostpad.txt: + * docs/design/part-latency.txt: + * docs/design/part-messages.txt: + * docs/design/part-missing-plugins.txt: + * docs/design/part-negotiation.txt: + * docs/design/part-qos.txt: + * docs/design/part-scheduling.txt: + * docs/design/part-seeking.txt: + * docs/design/part-states.txt: + * docs/design/part-stream-status.txt: + * docs/faq/Makefile.am: + * docs/faq/dependencies.xml: + * docs/faq/general.xml: + * docs/manual/Makefile.am: + * docs/manual/advanced-clocks.xml: + * docs/manual/advanced-dparams.xml: + * docs/manual/basics-elements.xml: + * docs/manual/basics-init.xml: + * docs/manual/basics-pads.xml: + * docs/manual/diagrams-general.svg: + * docs/manual/highlevel-components.xml: + * docs/manual/intro-gstreamer.xml: + * docs/pwg/Makefile.am: + * docs/pwg/advanced-tagging.xml: + * docs/pwg/intro-basics.xml: + * docs/pwg/intro-preface.xml: + * docs/pwg/other-base.xml: + * docs/pwg/other-source.xml: + * docs/random/autoplug2: + * docs/random/bbb/optional-properties: + * docs/random/bbb/streamselection: + * docs/random/caps: + * docs/random/company/gvadec.txt: + * docs/random/ensonic/draft-bufferpools.txt: + * docs/random/ensonic/embedded.txt: + * docs/random/ensonic/media-device-daemon.txt: + * docs/random/ensonic/plugindocs.txt: + * docs/random/ensonic/profiling.txt: + * docs/random/eos: + * docs/random/hierarchy: + * docs/random/i18n: + * docs/random/interfaces: + * docs/random/negotiation: + * docs/random/omega/sched/chains: + * docs/random/omega/testing/framework: + * docs/random/plugins: + * docs/random/rtp: + * docs/random/slomo/controller.txt: + * docs/random/sources: + * docs/random/streamheader: + * docs/random/testing/syntax: + * docs/random/types2: + * docs/random/uraeus/gstreamer_and_midi.txt: + * docs/random/vis-transform: + * docs/random/wtay/caps-negociation: + * docs/random/wtay/threading: + * docs/random/wtay/threads_hilevel: + * gst/gstbin.c: + * gst/gstcaps.c: + * gst/gstchildproxy.c: + * gst/gstelement.c: + * gst/gstevent.c: + * gst/gstevent.h: + * gst/gstghostpad.c: + * gst/gstinterface.c: + * gst/gstpad.c: + * gst/gstpad.h: + * gst/gstparamspecs.h: + * gst/gstparse.c: + * gst/gstpipeline.c: + * gst/gstplugin.c: + * gst/gstpluginfeature.c: + * gst/gstpluginfeature.h: + * gst/gstpoll.c: + * gst/gstregistry.c: + * gst/gststructure.c: + * gst/gstutils.c: + * gst/gstutils.h: + * gst/gstvalue.c: + * libs/gst/base/gstbasesink.c: + * libs/gst/base/gstbasesrc.c: + * libs/gst/base/gstbasetransform.c: + * libs/gst/base/gsttypefindhelper.c: + * libs/gst/controller/gstcontroller.c: + * libs/gst/controller/gsthelper.c: + * plugins/elements/gstcapsfilter.c: + * plugins/elements/gstidentity.c: + * plugins/elements/gstmultiqueue.c: + * plugins/elements/gstqueue2.c: + * plugins/elements/gsttee.c: + * tests/benchmarks/capsnego.c: + * tests/check/elements/filesink.c: + * tests/check/generic/sinks.c: + * tests/check/gst/gstelementfactory.c: + * tests/check/gst/gstevent.c: + * tools/gst-launch.1.in: + * win32/README.txt: + docs, gst: typo fixes + https://bugzilla.gnome.org/show_bug.cgi?id=658449 + +2011-09-07 15:07:20 +0100 Tim-Philipp Müller + + * docs/gst/Makefile.am: + * docs/libs/Makefile.am: + docs: fix make distcheck + No point removin those empty override files from git, they'll + just be re-created later, so let's tell gtk-doc about them, so + it can clean them up properly. + +2011-09-07 16:02:31 +0200 Sebastian Dröge + + * libs/gst/base/gstbasetransform.c: + basetransform: If there's no peer we still have to transform ANY caps in getcaps() + Otherwise elements like capsfilter will return ANY caps if no + peer is present instead of the filter caps. The transform_caps() + vfunc could do transformations to the template caps that do not + result in the unmodified template caps. + +2011-09-07 14:05:03 +0200 Stefan Sauer + + * docs/gst/Makefile.am: + * docs/libs/Makefile.am: + * docs/plugins/Makefile.am: + docs: cleanup makefiles + Remove commented out parts that we don't need. Remove "the wingo addition" - no + so useful after all. Narrow down file-globs for plugin docs. + +2011-09-07 13:50:08 +0200 Stefan Sauer + + * gst/gstelement.c: + docs: escape % in docblob + +2011-09-02 19:46:06 +0400 Stas Sergeev + + * gst/gstghostpad.c: + ghostpad: Use gst_pad_set_caps() instead of manually changing caps + gst_pad_set_caps() does essentially the same but additionally calls + the pad's setcaps function. + Fixes bug #658076. + +2011-09-06 21:24:10 +0200 Stefan Sauer + + * common: + Automatic update of common submodule + From a39eb83 to 11f0cd5 + +2011-09-06 15:39:52 +0200 Stefan Sauer + + * common: + Automatic update of common submodule + From 605cd9a to a39eb83 + +2011-09-06 12:17:05 +0200 Sebastian Dröge + + * libs/gst/base/gstbasetransform.c: + basetransform: Use check for subsets and not non-empty intersection to check if caps are compatible + +2011-09-06 12:19:58 +0200 Sebastian Dröge + + * gst/gstpad.c: + pad: Check for subsets, not non-empty intersections to check if caps are compatible + Pads should only accept caps that are a subset of the pad caps, e.g. + they should accept only caps that have a non-empty intersection and + at least all fields of the pad caps. + Without this a pad that wants for example + "video/x-h264,stream-format=byte-stream" + will be happy to accept + "video/x-h264". + +2011-08-26 14:09:47 +0200 Josep Torra + + * gst/gsttrace.h: + * gst/gsttypefind.h: + docs: add since 0.10.36 on the new _NONE enum values + +2011-08-26 00:13:16 +0200 Josep Torra + + * tests/examples/stepping/framestep1.c: + stepping: use the proper argument order + Fixes warning #188: enumerated type mixed with another type reported by ICC. + +2011-08-26 00:06:12 +0200 Josep Torra + + * plugins/indexers/gstfileindex.c: + fileindex: explicitly cast to the enum types + Fixes warning #188: enumerated type mixed with another type reported by ICC. + +2011-08-26 00:00:25 +0200 Josep Torra + + * plugins/elements/gsttypefindelement.c: + typefinder: use GST_TYPE_FIND_NONE instead of 0 + Fixes warning #188: enumerated type mixed with another type reported by ICC. + +2011-08-25 23:53:58 +0200 Josep Torra + + * libs/gst/controller/gstlfocontrolsource.c: + lfocontrolsource: explicitly cast to the enum type + Fixes warning #188: enumerated type mixed with another type reported by ICC. + +2011-08-25 23:49:38 +0200 Josep Torra + + * gst/gsttypefind.h: + * libs/gst/base/gsttypefindhelper.c: + typefind: add GST_TYPE_FIND_NONE and use it + Fixes warning #188: enumerated type mixed with another type reported by ICC. + +2011-08-25 23:26:08 +0200 Josep Torra + + * libs/gst/base/gstbaseparse.c: + baseparse: use the enum values for 0 and don't abuse on gboolean coincidence + Fixes warning #188: enumerated type mixed with another type reported by ICC. + +2011-08-25 23:06:56 +0200 Josep Torra + + * libs/gst/base/gstbaseparse.c: + baseparse: put the arguments of g_return_val_if_fail in the proper order + +2011-08-25 22:48:54 +0200 Josep Torra + + * gst/gstparse.c: + parse: use GST_PARSE_FLAG_NONE instead of 0 + Fixes warning #188: enumerated type mixed with another type reported by ICC. + +2011-08-25 22:42:08 +0200 Josep Torra + + * gst/gstvalue.c: + value: explicitly cast to the enum type + Fixes warning #188: enumerated type mixed with another type reported by ICC. + +2011-08-25 22:29:45 +0200 Josep Torra + + * gst/gstutils.c: + utils: minor changes related to enum types + Fixes warning #188: enumerated type mixed with another type reported by ICC. + +2011-08-25 22:05:26 +0200 Josep Torra + + * gst/gsttrace.c: + * gst/gsttrace.h: + trace: add GST_ALLOC_TRACE_NONE for consistency and use it + Fixes warning #188: enumerated type mixed with another type reported by ICC. + +2011-08-25 21:52:05 +0200 Josep Torra + + * gst/gsttask.c: + task: explicitly cast to the enum type + Fixes warning #188: enumerated type mixed with another type reported by ICC. + +2011-08-25 21:49:29 +0200 Josep Torra + + * gst/gstsystemclock.c: + * gst/gsttagsetter.c: + tagsetter: use GST_TAG_MERGE_UNDEFINED instead of FALSE + Fixes warning #188: enumerated type mixed with another type reported by ICC. + +2011-08-25 21:30:57 +0200 Josep Torra + + * gst/gstsegment.c: + segment: use GST_SEEK_FLAG_NONE instead of 0 + Fixes warning #188: enumerated type mixed with another type reported by ICC. + +2011-08-25 21:25:46 +0200 Josep Torra + + * gst/gstregistrychunks.c: + registrychunks: explicitly cast to the enum types + Fixes warning #188: enumerated type mixed with another type reported by ICC. + +2011-08-25 21:18:15 +0200 Josep Torra + + * gst/gstquery.c: + query: minor changes related to enum types + Fixes warning #188: enumerated type mixed with another type reported by ICC. + +2011-08-25 21:03:53 +0200 Josep Torra + + * gst/gstpadtemplate.c: + padtemplate: explicitly cast to the enum types + Fixes warning #188: enumerated type mixed with another type reported by ICC. + +2011-08-16 23:00:47 +0200 Josep Torra + + * gst/gstpad.c: + * gst/gstpad.h: + pad: explicitly cast to the enum type + Fixes warning #188: enumerated type mixed with another type reported by ICC. + +2011-08-16 22:51:29 +0200 Josep Torra + + * gst/gstmessage.c: + message: explicitly cast to the right enum types + Fixes warning #188: enumerated type mixed with another type reported by ICC. + +2011-08-16 22:41:32 +0200 Josep Torra + + * gst/gstinfo.c: + info: explicitly cast to the enum type + Fixes warning #188: enumerated type mixed with another type reported by ICC. + +2011-08-16 22:37:08 +0200 Josep Torra + + * gst/gstindex.c: + index: explicitly cast to the enum type + Fixes warning #188: enumerated type mixed with another type reported by ICC. + +2011-08-16 22:29:59 +0200 Josep Torra + + * gst/gstformat.c: + format: use GST_FORMAT_UNDEFINED and few casts to GstFormat + Fixes warning #188: enumerated type mixed with another type reported by ICC. + +2011-08-26 13:02:34 +0100 Sjoerd Simons + + * libs/gst/base/gstbasetransform.h: + basetransform: Fix bodged previous commit + +2011-08-26 12:37:43 +0100 Sjoerd Simons + + * libs/gst/base/gstbasetransform.c: + * libs/gst/base/gstbasetransform.h: + basetransform: Use GstPadDirection in the query vfunc + Wim suggested that using GstPadDirection instead of a GstPad in the + arguments to the new query vfunc would be more consistent with the other + functions. + +2011-08-25 11:02:16 +0100 Sjoerd Simons + + * libs/gst/base/gstbasetransform.c: + * libs/gst/base/gstbasetransform.h: + BaseTransform: Add a query vfunc + +2011-07-20 14:05:27 +0200 Sjoerd Simons + + * plugins/elements/gstcapsfilter.c: + capsfilter: don't assume _get_caps still has to be + _set_caps only gets called when the buffer is actually pushed, so there + is a reasonably big window between when the initial caps are retrieved + and when the caps are set on our src pad. So we can't assume the not + having negotiated caps on our src pad means _get_caps still has to be + called. + Instead simply always suggest the new caps on buffer_alloc. + +2011-08-23 18:19:53 +0200 Mark Nauwelaerts + + * libs/gst/base/gstbasesink.c: + basesink: ensure start_time reset upon flush + +2011-08-23 11:55:17 +0200 Stefan Kost + + * gst/gstobject.c: + gstobject: also remove the cast as this is causing the trouble + +2011-08-23 11:41:02 +0200 Stefan Kost + + * gst/gstobject.c: + gstobject: use the atomic macros to deal with the glib change in the impl. + +2011-08-21 14:07:08 -0700 David Schleef + + * gst/gstobject.c: + object: make gst_object_replace() atomic + +2011-08-20 14:07:55 +0200 Stefan Kost + + * gst/gstelement.c: + docs: more clarification for element docs + Don't suggest deprecated method in the desction docs and try to be more helpful + in other places by suggesting related functions. + +2011-08-20 09:56:01 +0200 Stefan Kost + + * gst/gstelement.c: + docs: small clarification in the gst_element_get_request_pad docs + Make it more obvious that one should pass the template name. + +2011-08-18 20:46:01 +0100 Tim-Philipp Müller + + * libs/gst/base/gstbaseparse.c: + baseparse: don't use == in debug string + It messes up GST_DEBUG=*:5 make foo/bar.valgrind, because + our Makefile looks for '==' as marker of valgrind output. + +2011-08-18 20:44:01 +0100 Tim-Philipp Müller + + * libs/gst/base/gstbaseparse.c: + baseparse: fix crash on seek from streaming thread on newsegment event + Event if it's not allowed, we can easily prevent it, so let's do + that. + https://bugzilla.gnome.org/show_bug.cgi?id=656771 + +2011-08-16 17:19:29 +0100 Tim-Philipp Müller + + * gst/gstelementfactory.c: + docs: fix typo in element factory documentation + +2011-08-15 21:05:34 +0100 Tim-Philipp Müller + + * gst/gstcaps.c: + caps: fix compiler warning reported by ICC + The MAX macro expands to code that checks if an unsigned integer is < 0. + Fixes warning #186: pointless comparison of unsigned integer reported by ICC. + https://bugzilla.gnome.org/show_bug.cgi?id=656265 + +2011-08-10 11:39:23 +0200 Josep Torra + + * gst/gstbuffer.h: + buffer: explicitly cast to the enum type + Fixes warning #188: enumerated type mixed with another type reported by ICC. + https://bugzilla.gnome.org/show_bug.cgi?id=656265 + +2011-08-10 11:07:49 +0200 Josep Torra + + * gst/gstelement.h: + gststate: explicitly cast to the enum type + Fixes warning #188: enumerated type mixed with another type reported by ICC. + https://bugzilla.gnome.org/show_bug.cgi?id=656265 + +2011-08-09 23:42:26 +0200 Josep Torra + + * gst/gstevent.c: + event: explicitly cast to the right enum types + Fixes warning #188: enumerated type mixed with another type reported by ICC. + https://bugzilla.gnome.org/show_bug.cgi?id=656265 + +2011-08-09 23:33:43 +0200 Josep Torra + + * gst/gsterror.c: + gsterror: explicitly cast to the right GstGError code enum types + Fixes warning #188: enumerated type mixed with another type reported by ICC. + https://bugzilla.gnome.org/show_bug.cgi?id=656265 + +2011-08-09 23:26:13 +0200 Josep Torra + + * gst/gstdebugutils.c: + debugutils: use GST_STATE_VOID_PENDING for GstState instead of 0 + Fixes a warning reported by ICC. + https://bugzilla.gnome.org/show_bug.cgi?id=656265 + +2011-08-09 22:48:53 +0200 Josep Torra + + * gst/gstcaps.c: + * gst/gstcaps.h: + caps: define GST_CAPS_FLAGS_NONE for consistency with other enumerations + Use them to fix warnings when building with ICC. + API: GST_CAPS_FLAGS_NONE + https://bugzilla.gnome.org/show_bug.cgi?id=656265 + +2011-08-09 22:29:44 +0200 Josep Torra + + * gst/gst.c: + gst: use GstDebugLevel enum type to fix a warning building with ICC + https://bugzilla.gnome.org/show_bug.cgi?id=656265 + +2011-08-15 13:17:44 +0200 Guillaume Desmottes + + * scripts/gst-uninstalled: + gst-uninstalled: add Farsight and Nice support + https://bugzilla.gnome.org/show_bug.cgi?id=656557 + +2011-08-12 19:27:21 +0100 Tim-Philipp Müller + + * plugins/elements/gstqueue2.c: + queue2: fix deadlock in error path + Don't lock the same lock twice. Spotted by Josep Torre Valles. + +2011-08-11 09:31:25 +0100 Tim-Philipp Müller + + * docs/pwg/advanced-types.xml: + docs: fix typo in PWG + RBG -> RGB. Spotted by Will Thompson. + https://bugzilla.gnome.org/show_bug.cgi?id=656326 + +2011-08-11 10:09:41 +0200 Stefan Kost + + * gst/gstdebugutils.c: + debugutils: removed non-sense comment + +2011-08-08 19:36:04 +0200 Stefan Kost + + * gst/gstelementdetails.h: + * gst/gstregistrychunks.c: + registry: move utf-8 validation to registry saving time + Instead of checking for valid utf-8 element-details every time we create + elements (from plugin-init or registry), do it before we save the registry. + Fixes #656193. + +2011-08-07 09:14:50 +0100 Tim-Philipp Müller + + * docs/manual/basics-helloworld.xml: + docs: fix helloworld compile command line for newer gcc + https://bugzilla.gnome.org/show_bug.cgi?id=656092 + +2011-08-06 18:20:51 +0200 Shaun Hoopes + + * gst/gstdebugutils.c: + debugutils: improve dot file flow layout + Iterate source- and sink-pads separately to ensure that the graph reflects the + upstream/downstream order. Fixes #643269 + +2011-08-05 12:12:33 +0100 Tim-Philipp Müller + + * tools/gst-run.c: + tools: make unversioned wrapper look for -0.10 tools only + Don't want (incompatible) 0.11 tools to be picked up by accident. + +2011-07-26 22:41:59 -0700 Evan Nemerson + + * libs/gst/base/gstbitreader.c: + * libs/gst/base/gstbytereader.c: + base: add missing (out) annotation for byte reader/writer functions + https://bugzilla.gnome.org/show_bug.cgi?id=655381 + +2011-07-27 10:09:11 +0100 Tim-Philipp Müller + + * gst/gstelementfactory.c: + elementfactory: fix g-i annotation for _create() and _make() to allow NULL object names + +2011-07-24 11:24:44 +0200 Stefan Kost + + * docs/pwg/advanced-clock.xml: + * docs/pwg/building-chainfn.xml: + pwd: discontinous event -> newsegment event + Fix a 0.8 leftover as mentioned on bug #621121. + +2011-07-23 08:00:09 +0100 Tim-Philipp Müller + + * libs/gst/controller/gstcontrollerprivate.h: + controller: fix build failure due to compiler warning + Presumably with newer GLib version. + https://bugzilla.gnome.org/show_bug.cgi?id=655155 + +2011-07-18 17:22:41 +0200 Stefan Kost + + * docs/manual/advanced-clocks.xml: + docs: clarify clocks docs in manual + After a question on the mailing list, mention that *flushing* seeks reset the + running time. + +2011-07-16 22:00:15 +0300 Raluca Elena Podiuc + + * gst/gstevent.c: + * gst/gstmessage.c: + docs: removed double negation in event/message seq num description + https://bugzilla.gnome.org/show_bug.cgi?id=654751 + +2011-07-16 12:21:12 +0100 Tim-Philipp Müller + + * tests/check/elements/filesrc.c: + tests: make sure non-ASCII chars in filenames are escaped when creating URIs from them + https://bugzilla.gnome.org/show_bug.cgi?id=654673 + +2011-07-14 12:45:33 +0100 Tim-Philipp Müller + + * libs/gst/base/gstbaseparse.c: + baseparse: fix printf format in debug message + +2011-07-13 11:39:15 +0200 Mark Nauwelaerts + + * libs/gst/base/gstbasesink.c: + basesink: unset PLAYING transition flag when transition completed + +2011-07-04 12:58:54 +0200 Mark Nauwelaerts + + * libs/gst/base/gstbasesink.c: + basesink: try harder to arrange increasing position reporting + ... rather than having a momentary decreasing one while transitioning + to PLAYING. + Fixes #628021. + +2011-07-07 14:57:18 +0100 Tim-Philipp Müller + + * libs/gst/base/gstbaseparse.c: + baseparse: fix invalid memory access in debug messages + Don't use buffers that we've given away or unrefed in debug messages. + +2011-06-30 17:39:37 +0200 Mark Nauwelaerts + + * libs/gst/base/gstbasesrc.c: + basesrc: do not sneakily mess with current offset when updating length + +2011-06-25 13:51:52 -0700 Emmanuel Pacaud + + * gst/gsttask.c: + task: Check for PR_SET_NAME before using + Fixes: #653172. + Signed-off-by: David Schleef + +2011-06-23 11:27:52 -0700 David Schleef + + * common: + Automatic update of common submodule + From 69b981f to 605cd9a + +2011-06-21 15:15:44 +0200 Stefan Kost + + * docs/manual/communication.png: + images: strip images of extra text tags + +2011-06-18 14:38:53 +0100 Tim-Philipp Müller + + * configure.ac: + Bump gobject-introspection requirement to >= 0.6.8 + For --add-init-section + +2011-06-16 17:27:21 +0100 Tim-Philipp Müller + + Bump git version after unplanned 0.10.35 release + Merge remote-tracking branch 'origin/0.10.35' + +2011-06-14 17:57:21 +0200 Philip Jägenstedt + + * libs/gst/base/gstbasesink.c: + basesink: Fix typo in documentation + Fixes #652577. + === release 0.10.35 === -2011-06-15 Tim-Philipp Müller +2011-06-15 19:15:24 +0100 Tim-Philipp Müller + * ChangeLog: + * NEWS: + * RELEASE: * configure.ac: - releasing 0.10.35, "Nuclear Fission" + * docs/plugins/inspect/plugin-coreelements.xml: + * docs/plugins/inspect/plugin-coreindexers.xml: + * gstreamer.doap: + * win32/common/config.h: + * win32/common/gstversion.h: + Release 0.10.35 + This is an ad-hoc release that is almost identical to 0.10.34: + * work around GLib atomic ops API change + * some minor win32/mingw fixes + * don't use G_CONST_RETURN in public headers + +2011-06-09 17:13:35 +0100 Javier Jardón + + * gst/gstelement.h: + * gst/gstelementfactory.c: + * gst/gstelementfactory.h: + * gst/gstformat.h: + * gst/gstinfo.c: + * gst/gstinfo.h: + * gst/gstpad.c: + * gst/gstpad.h: + * gst/gstplugin.c: + * gst/gstplugin.h: + * gst/gstpluginfeature.c: + * gst/gstpluginfeature.h: + * gst/gstquery.h: + * gst/gststructure.h: + * gst/gsttaglist.c: + * gst/gsttaglist.h: + * gst/gsttagsetter.c: + * gst/gsttagsetter.h: + * gst/gsttrace.h: + * gst/gsturi.c: + * gst/gsturi.h: + * gst/gstutils.c: + * gst/gstutils.h: + * gst/gstvalue.h: + Use "const" instead G_CONST_RETURN + G_CONST_RETURN will be deprecated soon. + https://bugzilla.gnome.org/show_bug.cgi?id=652211 + +2011-06-04 00:30:15 -0700 David Schleef + + * gst/glib-compat-private.h: + * gst/gstatomicqueue.c: + * gst/gstelementfactory.c: + * gst/gstpoll.c: + * gst/gstsystemclock.c: + * gst/gstutils.c: + * plugins/elements/gstmultiqueue.c: + * tests/benchmarks/gstclockstress.c: + Work around changes in g_atomic API + See #651514 for details. It's apparently impossible to write code + that avoids both type punning warnings with old g_atomic headers and + assertions in the new. Thus, macros and a version check. + +2011-05-25 13:40:30 +0400 Руслан Ижбулатов + + * gst/gstsystemclock.c: + systemclock: Placate gcc by defining EWOULDBLOCK to something + +2011-05-25 12:47:51 +0400 Руслан Ижбулатов + + * gst/gstpoll.c: + poll: Fix WAKE_EVENT() to behave posixly on Windows + +2011-06-10 12:44:40 +0100 Tim-Philipp Müller + + * docs/libs/gstreamer-libs-sections.txt: + * libs/gst/base/gstbasesrc.c: + * win32/common/libgstbase.def: + docs: update for gst_base_src_set_dynamic_size + Add to sections file and add Since: marker. Also update + win32 .def file. + API: gst_base_src_set_dynamic_size() 2011-06-09 17:13:35 +0100 Javier Jardón @@ -35,6 +2000,82 @@ G_CONST_RETURN will be deprecated soon. https://bugzilla.gnome.org/show_bug.cgi?id=652211 +2011-06-08 18:22:36 +0200 Mark Nauwelaerts + + * plugins/elements/gstfdsrc.c: + * plugins/elements/gstfilesrc.c: + filesrc/fdsrc: indicate dynamic size handling to basesrc + +2011-06-08 18:22:03 +0200 Mark Nauwelaerts + + * libs/gst/base/gstbasesrc.c: + * libs/gst/base/gstbasesrc.h: + basesrc: add dynamic size handling + This allows subclass to indicate that size reported by src may not be static + and should as such be updated regularly, rather than only when really + needed. + Particular examples are filesrc or fdsrc reading from a file that is still + growing (e.g. being downloaded). + Fixes #652037. + +2011-06-08 20:14:16 +0200 Mark Nauwelaerts + + * libs/gst/base/gstbasesrc.c: + Revert "basesrc: Send an update NEWSEGMENT event downstream if the duration changes" + This reverts commit 934faf163caf10ed3d54d81fd7b793069913dffd. + Original commit leads to possibly sending newsegment event downstream + in pull mode. In push mode, quite some downstream elements + are likely to only expect newsegment event following a seek they performed + and as such may have their state messed up. + +2011-06-04 15:42:13 +0100 Tim-Philipp Müller + + * gst/parse/Makefile.am: + parse: add prototypes for unused functions to avoid compiler warning + The warning is never fatal, because we don't use -Werror for the + parser helper library build, but the warnings are annoying anyway. + +2011-06-04 14:02:23 +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/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 string + 2011-06-04 00:30:15 -0700 David Schleef * gst/glib-compat-private.h: @@ -50,6 +2091,147 @@ that avoids both type punning warnings with old g_atomic headers and assertions in the new. Thus, macros and a version check. +2011-06-01 15:29:20 +0200 Edward Hervey + + * tests/check/gst/struct_arm.h: + check/abi: Ignore GstXML* on arm when not present + +2011-05-31 13:43:47 +0200 Edward Hervey + + * plugins/elements/gstoutputselector.c: + outputselector: Remove dead assignment + +2011-05-30 11:33:57 +0200 Sebastian Dröge + + * gst/gststructure.c: + * gst/gstvalue.c: + value: Consider "1" and "{1}" as equal in gst_value_compare() + Previously this was only done in the is_subset() check but + having it only there brings us into definition-hell where + "1" and "{1}" are subset of each other but not equal. + +2011-05-30 07:36:58 +0200 Sebastian Dröge + + * gst/gststructure.c: + * tests/check/gst/gstcaps.c: + caps: Fix subset check for equivalent lists and scalar values + For example "{ 1 }" and "1" are not strictly equal but + both are a subset of each other. Also add a unit test + for this. + +2011-05-29 19:28:34 +0100 Tim-Philipp Müller + + * docs/faq/general.xml: + docs: fix bugzilla URL + htpp -> http + https://bugzilla.gnome.org/show_bug.cgi?id=651362 + +2011-05-28 10:24:37 +0300 Stefan Kost + + * gst/gstelement.h: + docs: xrefs more api around GstStateChange and GstStateChangeReturn. + +2011-05-28 09:51:45 +0300 Stefan Kost + + * gst/gstmessage.h: + docs: xref the async messages to GstStateChange + +2011-05-27 15:14:32 +0100 Tim-Philipp Müller + + * tools/gst-launch.c: + tools: catch and print missing-plugin messages in gst-launch + So that users get some feedback if they're using a pipeline + like src ! decodebin2 ! sink and are missing an element. + +2011-05-27 13:55:31 +0200 Sebastian Dröge + + * docs/gst/gstreamer-sections.txt: + * gst/gstcaps.c: + * gst/gstcaps.h: + * win32/common/libgstreamer.def: + caps: Add gst_caps_is_subset_structure() + API: gst_caps_is_subset_structure() + This allows to check if a structure is a subset of given + caps without allocating a new caps instance for it. + +2011-05-27 13:47:11 +0200 Sebastian Dröge + + * docs/gst/gstreamer-sections.txt: + * gst/gstcaps.c: + * gst/gststructure.c: + * gst/gststructure.h: + * win32/common/libgstreamer.def: + structure: Add gst_structure_is_subset() + API: gst_structure_is_subset() + +2011-05-27 13:38:51 +0200 Sebastian Dröge + + * gst/gstcaps.c: + * tests/check/gst/gstcaps.c: + caps: Optimize gst_caps_is_subset() + ..and as a result gst_caps_is_equal() and others. + This now only checks if for every subset structure there is + a superset structure in the superset caps. Previously we were + subtracting one from another, creating completely new caps + and then even simplified them. + The new implemention now is about 1.27 times faster and doesn't + break the -base unit tests are anything anymore. + +2011-05-27 13:37:06 +0200 Sebastian Dröge + + * gst/gstcaps.c: + * tests/check/gst/gstcaps.c: + caps: Fix subset check in gst_caps_merge() + Caps A are a subset of caps B even if caps B doesn't + have all fields of caps A. + Also add a unit test for this. + +2011-05-27 12:56:03 +0200 Sebastian Dröge + + * gst/gstcaps.c: + Revert "caps: Optimize gst_caps_is_subset()" + This reverts commit 32248a9b852bcb568a5b642299ecc8e5bf48ea13. + This breaks some tests in -base and the failures should + be fixed first. + +2011-05-27 12:45:59 +0200 Sebastian Dröge + + * gst/gstcaps.c: + caps: Optimize gst_caps_is_subset() + ..and as a result gst_caps_is_equal() and others. + This now only checks if for every subset structure there is + a superset structure in the superset caps. Previously we were + subtracting one from another, creating completely new caps + and then even simplified them. + The new implemention now is about 1.27 times faster. + +2011-05-27 09:05:46 +0200 Sebastian Dröge + + * libs/gst/base/gstbasesrc.c: + basesrc: Send an update NEWSEGMENT event downstream if the duration changes + This allows streaming the complete file for files that have grown since + streaming started. + Fixes bug #647940. + +2011-05-25 16:02:10 +0100 Tim-Philipp Müller + + * gst/gstcaps.c: + * gst/gstchildproxy.c: + * gst/gststructure.c: + * gst/gsttaglist.c: + gst: we can now use GLib 2.24 API unconditionally + +2011-05-25 15:54:01 +0100 Tim-Philipp Müller + + * configure.ac: + configure: bump GLib requirement to >= 2.24 + http://gstreamer.freedesktop.org/wiki/ReleasePlanning/GLibRequirement + +2011-05-25 15:38:30 +0100 Tim-Philipp Müller + + * docs/random/release: + docs: update release instructions for gnome change + 2011-05-25 13:40:30 +0400 Руслан Ижбулатов * gst/gstsystemclock.c: @@ -60,6 +2242,474 @@ * gst/gstpoll.c: poll: Fix WAKE_EVENT() to behave posixly on Windows +2011-05-24 20:28:18 +0300 Stefan Kost + + * gst/gstregistrybinary.h: + registrybinary: small cleanups + Remove unneeded braces from string define. Small doc improvement. + +2011-05-24 20:27:02 +0300 Stefan Kost + + * gst/gstpreset.c: + preset: use guint for the version number parts + Use unsigned integers for extra safety (like we do in plugin version parsing). + +2011-05-24 19:43:58 +0530 Debarshi Ray + + * libs/gst/check/gstcheck.h: + check: add fail_unless_equals_int64 + https://bugzilla.gnome.org/show_bug.cgi?id=650973 + +2011-05-24 13:28:00 +0200 Sebastian Dröge + + * gst/gstdebugutils.c: + Revert "debugutils: Fix for GstIterator API changes" + This reverts commit e1cc3176d6fb8023bbe0c733615b2a8c420a2077. + This is not the 0.11 branch... + +2011-05-24 13:27:09 +0200 Sebastian Dröge + + * gst/gstdebugutils.c: + debugutils: Fix for GstIterator API changes + +2011-05-24 00:26:40 +0300 Kipp Cannon + + * gst/gstclock.h: + clock: improve the GST_TIME_FORMAT/ARGS docs + +2011-05-23 23:40:20 +0300 Stefan Kost + + * gst/gstpad.h: + docs: hide this from the docs + +2011-05-20 15:50:05 +0300 Stefan Kost + + * win32/common/libgstbase.def: + win32: add new api + +2011-05-20 15:48:09 +0300 Stefan Kost + + * gst/gstpad.h: + * gst/gstplugin.h: + deprecation-guards: fixup for commit 9ff4ec3104d2510b8f379ff38c671682ff795e33 + Remove the deprecation guards for GST_PLUGIN_DEFINE_STATIC again (even though it + is deprecated) as we use it in the tests. Remove "_" for intlinkfunc. + +2011-05-20 13:03:51 +0200 Sebastian Dröge + + * libs/gst/base/gstbasesink.c: + basesink: Only reinit the cached GstClockID if it is for the same clock + The clock might have changed since the clock ID was created and in + that case we have to request a new one. + +2011-05-20 00:39:10 +0300 Stefan Kost + + * gst/gstpreset.c: + * gst/gstpreset.h: + preset: include cleanup + Only have include in the installed header we need to use it. Move the includes + needed by the implementation to the c file. + +2011-05-19 23:19:30 +0300 Stefan Kost + + * docs/plugins/gstreamer-plugins.args: + * docs/plugins/gstreamer-plugins.hierarchy: + * docs/plugins/gstreamer-plugins.interfaces: + docs: update plugin introspection data + Now more files are merged and produced in a canonical fashion, which hopefully + creates less or no delta in the future. + +2011-05-19 22:56:28 +0300 Stefan Kost + + * common: + Automatic update of common submodule + From 9e5bbd5 to 69b981f + +2011-05-18 16:09:19 +0300 Stefan Kost + + * common: + Automatic update of common submodule + From fd35073 to 9e5bbd5 + +2011-05-18 15:04:48 +0300 Stefan Kost + + * docs/gst/gstreamer-sections.txt: + docs: remove GstProxyPad from private section + +2011-05-18 15:02:02 +0300 Stefan Kost + + * gst/gstghostpad.h: + * gst/gstminiobject.c: + docs: use the same name for the argument in prototype and docs + +2011-05-18 14:59:45 +0300 Stefan Kost + + * tests/examples/manual/Makefile.am: + manual: put generated sources to BUILT_SOURCES and clean them on make clean + +2011-05-18 14:10:12 +0300 Stefan Kost + + * tests/examples/manual/Makefile.am: + manual: reinsert missing space to fix previous commit + +2011-05-18 13:54:42 +0300 Stefan Kost + + * tests/examples/manual/Makefile.am: + manual: simplify the snipet extraction rules + Use $< instead of repeating the name of the dependency. + +2011-05-18 10:59:38 +0300 Stefan Kost + + * tests/examples/manual/Makefile.am: + manual: don't extract the xml example anymore, its gone + As a followup for commit cda5a353d27326c0272a79c92c11c221a4092da4 don't try + extracting an example that has been removed. + +2011-05-18 12:23:39 +0300 Stefan Kost + + * common: + Automatic update of common submodule + From 46dfcea to fd35073 + +2011-05-17 22:17:14 +0200 Mark Nauwelaerts + + * libs/gst/base/gstbaseparse.c: + baseparse: maintain frame state during frame parsing round + See #650093. + +2011-05-12 11:55:20 +0200 Mark Nauwelaerts + + * libs/gst/base/gstbaseparse.c: + * libs/gst/base/gstbaseparse.h: + baseparse: provide latency query support + +2011-05-17 22:15:38 +0200 Mark Nauwelaerts + + * libs/gst/base/gstbaseparse.c: + baseparse: make minimum frame size handling more efficient and convenient + While some formats allow subclass to determine a specific subsequent + needed frame size, others may to need to scan for markers and can only + request 'additional data' by whatever reasonable available step. + In push mode, trying to minimize additional latency leads to step size + being the next input buffer. In pull mode, any reasonable step size + (such as already used by buffer caching) can be applied. + +2011-05-17 22:38:14 +0200 Mark Nauwelaerts + + * libs/gst/base/gstbaseparse.c: + baseparse: set correct buffer size + +2011-05-06 10:54:08 +0300 Stefan Kost + + * tools/gst-inspect.c: + inspect: show flags the same way they need to be entered + The (de)serialisation uses "+" and not " | ". + +2011-04-28 11:34:39 +0300 Stefan Kost + + * gst/gstpluginfeature.c: + * gst/gstpluginfeature.h: + * gst/gstregistry.c: + * gst/gstregistrychunks.c: + pluginfeature: avoid duplicating feature->name + The feature name is not supposed to change over time anyway. In order to enforce + this parentize features to the registry and make the feature->name pointing to + GstObject:name. In 0.11 we could consider of removing the feature->name variable + (FIXME comment added). + Fixes: #459466 + +2011-05-02 15:36:14 +0300 Stefan Kost + + * gst/gst_private.h: + * gst/gstpad.c: + * gst/gstpad.h: + * gst/gstplugin.h: + docs: add deprecation guards + Move GstPadIntLinkFunction to private header to avoid a dozen #ifdefs. Use a + gpointer in public header instead. + +2011-05-16 13:39:25 +0100 Tim-Philipp Müller + + * gst/gstminiobject.c: + miniobject: delay private data initialisation until actually needed + We only use the private instance data for weak references for now, + so can delay initialisation until actually needed (microoptimisation) + +2011-05-17 09:35:54 +0200 Sebastian Dröge + + * gst/gststructure.c: + * gst/gststructure.h: + structure: Make both parameters to gst_structure_is_equal() const + +2011-05-17 09:33:47 +0200 Sebastian Dröge + + * gst/gststructure.c: + structure: Update Since markers to the correct version + +2011-05-17 09:33:04 +0200 Sebastian Dröge + + * docs/gst/gstreamer-sections.txt: + * gst/gstcaps.c: + * gst/gststructure.c: + * gst/gststructure.h: + * win32/common/libgstreamer.def: + structure: Add gst_structure_intersect() + API: gst_structure_intersect() + +2010-09-10 18:33:34 +0200 Edward Hervey + + * docs/gst/gstreamer-sections.txt: + * gst/gstcaps.c: + * gst/gststructure.c: + * gst/gststructure.h: + * win32/common/libgstreamer.def: + gststructure: Add gst_structure_can_intersect API + Allows checking if two structures can intersect without having to + go through GstCaps + API: gst_structure_can_intersect + https://bugzilla.gnome.org/show_bug.cgi?id=629300 + +2010-09-10 18:14:05 +0200 Edward Hervey + + * docs/gst/gstreamer-sections.txt: + * gst/gstcaps.c: + * gst/gststructure.c: + * gst/gststructure.h: + * win32/common/libgstreamer.def: + gstructure: New API: gst_structure_is_equal + Allows checking equality of GstStructure without having to create + intermediary GstCaps. + API: gst_structure_is_equal + https://bugzilla.gnome.org/show_bug.cgi?id=629300 + +2011-04-19 20:05:07 +0200 Mark Nauwelaerts + + * plugins/elements/gstqueue2.c: + * plugins/elements/gstqueue2.h: + queue2: adjust input data rate estimation + ... being aware of possible initial higher burst rate. + +2011-05-14 14:02:06 +0100 Tim-Philipp Müller + + * docs/plugins/gstreamer-plugins.args: + * gst/gstelement.h: + * gst/gstghostpad.c: + * gst/gstminiobject.c: + * gst/gstminiobject.h: + * plugins/elements/gstinputselector.c: + * plugins/elements/gstmultiqueue.c: + docs: fix up some Since markers and update for new multiqueue args + +2011-05-12 16:48:41 +0200 Sebastian Dröge + + * gst/gstbin.c: + bin: Don't interprete pipelines without sink elements as always being in EOS state + Some tests (e.g. elements/capsfilter) have pipelines with dangling + sinkpads and without a sink element. These pipelines can never post + an EOS message (because this is only valid by a sink) and as such + should never get an EOS message posted by the bin. + +2011-05-12 15:51:22 +0200 Sebastian Dröge + + * gst/gstsystemclock.c: + systemclock: Only retry writing to the socket for EAGAIN, EWOULDBLOCK and EINTR + Fixes infinite loop in some cases, bug #650002. + +2011-05-12 09:59:20 +0200 Sebastian Dröge + + * docs/gst/gstreamer-sections.txt: + * win32/common/libgstreamer.def: + miniobject: Add new miniobject weak ref/unref functions to the docs + +2011-05-12 09:55:45 +0200 Sebastian Dröge + + * gst/gstminiobject.c: + * gst/gstminiobject.h: + miniobject: Minor cleanup of last commit + +2011-05-11 13:09:19 -0400 José Alburquerque + + * gst/gstminiobject.c: + * gst/gstminiobject.h: + * tests/check/gst/gstminiobject.c: + miniobject: Add weak referencing functionality + API: gst_mini_object_weak_ref() + API: gst_mini_object_weak_unref() + Add weak referencing functionality to GstMiniObject, which + allows to get notifications when an mini object is destroyed + but doesn't increase the real refcount. This is mostly + useful for bindings. + Fixes bug #609473. + +2011-03-19 10:28:49 +0100 Sebastian Dröge + + * plugins/elements/gstinputselector.c: + * plugins/elements/gstinputselector.h: + inputselector: Add sync mode that syncs inactive pads to the running time of the active pad + Fixes bug #645017. + +2011-03-22 13:19:47 +0100 Sebastian Dröge + + * plugins/elements/gstmultiqueue.c: + * plugins/elements/gstmultiqueue.h: + multiqueue: Add mode to synchronize deactivated/not-linked streams by the running time + Fixes bug #645107, #600648. + +2011-04-18 14:26:33 +0200 Sebastian Dröge + + * gst/gstbin.c: + bin: Only post EOS messages after reaching the PLAYING state + Fixes bug #647756. + +2011-05-10 16:37:44 +0200 Sebastian Dröge + + * gst/gst_private.h: + * gst/gstbin.c: + * gst/gstelement.c: + * gst/gstelement.h: + element: Add GstElement::state_changed vfunc + API: GstElement::state_changed + This is always called when the state of an element has changed and + before the corresponding state-changed message is posted on the bus. + +2011-05-06 16:44:29 +0200 Sebastian Dröge + + * docs/gst/gstreamer-sections.txt: + * gst/gstghostpad.c: + * gst/gstghostpad.h: + * win32/common/libgstreamer.def: + ghostpad: Add docs for all the new, public functions + +2011-05-06 16:15:51 +0200 Sebastian Dröge + + * gst/gstghostpad.c: + ghostpad: Add guards against invalid parameters to the new, public functions + +2011-05-06 16:00:22 +0200 Sebastian Dröge + + * gst/gstghostpad.c: + * gst/gstghostpad.h: + * win32/common/libgstreamer.def: + ghostpad: Rename ghostpad/proxypad default functions + API: gst_ghost_pad_activate_pull_default + API: gst_ghost_pad_activate_push_default + API: gst_ghost_pad_internal_activate_pull_default + API: gst_ghost_pad_internal_activate_push_default + API: gst_ghost_pad_link_default + API: gst_ghost_pad_setcaps_default + API: gst_ghost_pad_unlink_default + API: gst_proxy_pad_acceptcaps_default + API: gst_proxy_pad_bufferalloc_default + API: gst_proxy_pad_chain_default + API: gst_proxy_pad_chain_list_default + API: gst_proxy_pad_checkgetrange_default + API: gst_proxy_pad_event_default + API: gst_proxy_pad_fixatecaps_default + API: gst_proxy_pad_getcaps_default + API: gst_proxy_pad_getrange_default + API: gst_proxy_pad_iterate_internal_links_default + API: gst_proxy_pad_query_default + API: gst_proxy_pad_query_type_default + API: gst_proxy_pad_setcaps_default + +2011-05-06 15:50:20 +0200 Sebastian Dröge + + * gst/gstghostpad.c: + * gst/gstghostpad.h: + ghostpad: Make all the internal caps functions public + This is useful if ghostpad/proxypads should be used but + additional code should be executed, e.g. for tracking + segments in the event function. + +2011-05-06 15:25:04 +0200 Sebastian Dröge + + * gst/gstghostpad.c: + ghostpad: Only implement the iterate_internal_links function on proxypads + ghostpads inherit it from their parent class. Also make it threadsafe. + +2011-05-06 15:16:09 +0200 Sebastian Dröge + + * docs/gst/gstreamer-sections.txt: + * gst/gstghostpad.c: + * gst/gstghostpad.h: + * tests/check/gst/gstghostpad.c: + * win32/common/libgstreamer.def: + ghostpad: API: Expose gst_proxy_pad_get_internal() + This allows to get the internal pad of ghostpads and + proxypads without using gst_pad_iterate_internal_links() + and is much more convenient. + The internal pad of a ghostpad is the pad of the opposite direction + that is used to link to the ghostpad target. + +2011-05-05 17:54:56 +0200 Sebastian Dröge + + * libs/gst/base/gstbasetransform.c: + basetransform: When trying to fixate the sink suggestion prefer its structure order + +2011-05-05 11:28:38 +0200 Sebastian Dröge + + * gst/gstcaps.c: + * tests/check/gst/gstcaps.c: + caps: Merge structures when intersecting instead of appending them + This prevents adding duplicates over and over again to the resulting + caps if they already describe the new intersection result. + While this changes intersection from O(n*m) to O(n^2*m), it results in + smaller caps, which in the end will decrease further processing times. + For example in an audioconvert ! audioconvert ! audioconvert pipeline, + when forwarding the downstream caps preference in basetransform + (see e26da72de25a91c3eaad9f7c8b2f53ba888a0394) this results in + 16 instead of 191 caps structures. + +2011-05-04 11:29:15 +0200 Sebastian Dröge + + * libs/gst/base/gstbasetransform.c: + basetransform: In getcaps() prefer the caps order and caps of downstream if possible + +2011-05-03 17:26:53 +0200 Sebastian Dröge + + * libs/gst/base/gstbasetransform.c: + basetransform: Prefer caps order given by the subclass of the template caps order + +2011-04-20 22:52:36 +0200 Miguel Angel Cabrera Moya + + * gst/parse/types.h: + * tests/check/pipelines/parse-launch.c: + parse: don't unescape inside quotes + Escaped characters inside quoted strings are supposed to be unescaped by + deserialization functions, not by parsing functions. + https://bugzilla.gnome.org/show_bug.cgi?id=648025 + +2011-04-18 10:04:24 +0200 Sebastian Dröge + + * gst/gstpad.c: + pad: Remove unnecessary FIXME + Resetting the result is not necessary when resyncing because + pads that previously got the event will be skipped and we + need to consider the results of the previous pushes. + +2011-04-18 09:53:55 +0200 Sebastian Dröge + + * gst/gstelement.c: + element: If activating one pad failed error out early instead of trying to activate the next pads + If one pad fails to activate the complete activation process will fail + anyway and trying to activate the other pads only wastes time. + +2011-04-18 09:49:04 +0200 Sebastian Dröge + + * gst/gstbin.c: + bin: If activating one pad failed error out early instead of trying to activate the next pads + If one pad fails to activate the complete activation process will fail + anyway and trying to activate the other pads only wastes time. + +2011-05-14 09:31:33 +0100 Tim-Philipp Müller + + * configure.ac: + * docs/plugins/inspect/plugin-coreelements.xml: + * docs/plugins/inspect/plugin-coreindexers.xml: + * win32/common/config.h: + * win32/common/gstversion.h: + Back to development + === release 0.10.34 === 2011-05-14 01:00:23 +0100 Tim-Philipp Müller diff -Nru gstreamer0.10-0.10.35.3/common/m4/Makefile.in gstreamer0.10-0.10.36/common/m4/Makefile.in --- gstreamer0.10-0.10.35.3/common/m4/Makefile.in 2012-02-04 15:55:47.000000000 +0000 +++ gstreamer0.10-0.10.36/common/m4/Makefile.in 2012-02-20 22:48:21.000000000 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11.2 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -78,11 +78,11 @@ CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ SOURCES = DIST_SOURCES = diff -Nru gstreamer0.10-0.10.35.3/common/Makefile.in gstreamer0.10-0.10.36/common/Makefile.in --- gstreamer0.10-0.10.35.3/common/Makefile.in 2012-02-04 15:55:47.000000000 +0000 +++ gstreamer0.10-0.10.36/common/Makefile.in 2012-02-20 22:48:21.000000000 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11.2 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -78,11 +78,11 @@ CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ SOURCES = DIST_SOURCES = diff -Nru gstreamer0.10-0.10.35.3/compile gstreamer0.10-0.10.36/compile --- gstreamer0.10-0.10.35.3/compile 2012-02-04 15:55:46.000000000 +0000 +++ gstreamer0.10-0.10.36/compile 2012-02-20 21:31:41.000000000 +0000 @@ -1,10 +1,10 @@ #! /bin/sh -# Wrapper for compilers which do not understand `-c -o'. +# Wrapper for compilers which do not understand '-c -o'. -scriptversion=2010-11-15.09; # UTC +scriptversion=2012-01-04.17; # UTC -# Copyright (C) 1999, 2000, 2003, 2004, 2005, 2009, 2010 Free Software -# Foundation, Inc. +# Copyright (C) 1999, 2000, 2003, 2004, 2005, 2009, 2010, 2012 Free +# Software Foundation, Inc. # Written by Tom Tromey . # # This program is free software; you can redistribute it and/or modify @@ -40,7 +40,7 @@ # func_file_conv build_file lazy # Convert a $build file to $host form and store it in $file -# Currently only supports Win32 hosts. If the determined conversion +# Currently only supports Windows hosts. If the determined conversion # type is listed in (the comma separated) LAZY, no conversion will # take place. func_file_conv () @@ -94,7 +94,7 @@ else case $1 in -o) - # configure might choose to run compile as `compile cc -o foo foo.c'. + # configure might choose to run compile as 'compile cc -o foo foo.c'. eat=1 case $2 in *.o | *.[oO][bB][jJ]) @@ -196,19 +196,19 @@ case $1 in '') - echo "$0: No command. Try \`$0 --help' for more information." 1>&2 + echo "$0: No command. Try '$0 --help' for more information." 1>&2 exit 1; ;; -h | --h*) cat <<\EOF Usage: compile [--help] [--version] PROGRAM [ARGS] -Wrapper for compilers which do not understand `-c -o'. -Remove `-o dest.o' from ARGS, run PROGRAM with the remaining +Wrapper for compilers which do not understand '-c -o'. +Remove '-o dest.o' from ARGS, run PROGRAM with the remaining arguments, and rename the output as expected. If you are trying to build a whole package this is not the -right script to run: please start by reading the file `INSTALL'. +right script to run: please start by reading the file 'INSTALL'. Report bugs to . EOF @@ -233,8 +233,8 @@ else case $1 in -o) - # configure might choose to run compile as `compile cc -o foo foo.c'. - # So we strip `-o arg' only if arg is an object. + # configure might choose to run compile as 'compile cc -o foo foo.c'. + # So we strip '-o arg' only if arg is an object. eat=1 case $2 in *.o | *.obj) @@ -261,10 +261,10 @@ done if test -z "$ofile" || test -z "$cfile"; then - # If no `-o' option was seen then we might have been invoked from a + # If no '-o' option was seen then we might have been invoked from a # pattern rule where we don't need one. That is ok -- this is a # normal compilation that the losing compiler can handle. If no - # `.c' file was seen then we are probably linking. That is also + # '.c' file was seen then we are probably linking. That is also # ok. exec "$@" fi @@ -273,7 +273,7 @@ cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'` # Create the lock directory. -# Note: use `[/\\:.-]' here to ensure that we don't use the same name +# Note: use '[/\\:.-]' here to ensure that we don't use the same name # that we are using for the .o file. Also, base the name on the expected # object file name, since that is what matters with a parallel build. lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d diff -Nru gstreamer0.10-0.10.35.3/configure gstreamer0.10-0.10.36/configure --- gstreamer0.10-0.10.35.3/configure 2012-02-04 15:55:46.000000000 +0000 +++ gstreamer0.10-0.10.36/configure 2012-02-20 22:48:20.000000000 +0000 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.68 for GStreamer 0.10.35.3. +# Generated by GNU Autoconf 2.68 for GStreamer 0.10.36. # # Report bugs to . # @@ -571,8 +571,8 @@ # Identity of this package. PACKAGE_NAME='GStreamer' PACKAGE_TARNAME='gstreamer' -PACKAGE_VERSION='0.10.35.3' -PACKAGE_STRING='GStreamer 0.10.35.3' +PACKAGE_VERSION='0.10.36' +PACKAGE_STRING='GStreamer 0.10.36' PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer' PACKAGE_URL='' @@ -906,6 +906,8 @@ GST_MAJORMINOR AM_BACKSLASH AM_DEFAULT_VERBOSITY +AM_DEFAULT_V +AM_V host_os host_vendor host_cpu @@ -1601,7 +1603,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures GStreamer 0.10.35.3 to adapt to many kinds of systems. +\`configure' configures GStreamer 0.10.36 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1671,7 +1673,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of GStreamer 0.10.35.3:";; + short | recursive ) echo "Configuration of GStreamer 0.10.36:";; esac cat <<\_ACEOF @@ -1844,7 +1846,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -GStreamer configure 0.10.35.3 +GStreamer configure 0.10.36 generated by GNU Autoconf 2.68 Copyright (C) 2010 Free Software Foundation, Inc. @@ -2612,7 +2614,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by GStreamer $as_me 0.10.35.3, which was +It was created by GStreamer $as_me 0.10.36, which was generated by GNU Autoconf 2.68. Invocation command line was $ $0 $@ @@ -3435,7 +3437,7 @@ # Define the identity of the package. PACKAGE='gstreamer' - VERSION='0.10.35.3' + VERSION='0.10.36' cat >>confdefs.h <<_ACEOF @@ -3465,21 +3467,21 @@ # We need awk for the "check" target. The system "awk" is bad on # some platforms. -# Always define AMTAR for backward compatibility. +# Always define AMTAR for backward compatibility. Yes, it's still used +# in the wild :-( We should find a proper way to deprecate it ... +AMTAR='$${TAR-tar}' -AMTAR=${AMTAR-"${am_missing_run}tar"} +am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' -am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -' - - PACKAGE_VERSION_MAJOR=$(echo 0.10.35.3 | cut -d'.' -f1) - PACKAGE_VERSION_MINOR=$(echo 0.10.35.3 | cut -d'.' -f2) - PACKAGE_VERSION_MICRO=$(echo 0.10.35.3 | cut -d'.' -f3) + PACKAGE_VERSION_MAJOR=$(echo 0.10.36 | cut -d'.' -f1) + PACKAGE_VERSION_MINOR=$(echo 0.10.36 | cut -d'.' -f2) + PACKAGE_VERSION_MICRO=$(echo 0.10.36 | cut -d'.' -f3) @@ -3490,7 +3492,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking nano version" >&5 $as_echo_n "checking nano version... " >&6; } - NANO=$(echo 0.10.35.3 | cut -d'.' -f4) + NANO=$(echo 0.10.36 | cut -d'.' -f4) if test x"$NANO" = x || test "x$NANO" = "x0" ; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: 0 (release)" >&5 @@ -3624,6 +3626,33 @@ no) AM_DEFAULT_VERBOSITY=1;; *) AM_DEFAULT_VERBOSITY=0;; esac +am_make=${MAKE-make} +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5 +$as_echo_n "checking whether $am_make supports nested variables... " >&6; } +if ${am_cv_make_support_nested_variables+:} false; then : + $as_echo_n "(cached) " >&6 +else + if $as_echo 'TRUE=$(BAR$(V)) +BAR0=false +BAR1=true +V=1 +am__doit: + @$(TRUE) +.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then + am_cv_make_support_nested_variables=yes +else + am_cv_make_support_nested_variables=no +fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5 +$as_echo "$am_cv_make_support_nested_variables" >&6; } +if test $am_cv_make_support_nested_variables = yes; then + AM_V='$(V)' + AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' +else + AM_V=$AM_DEFAULT_VERBOSITY + AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY +fi AM_BACKSLASH='\' @@ -26555,7 +26584,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by GStreamer $as_me 0.10.35.3, which was +This file was extended by GStreamer $as_me 0.10.36, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -26621,7 +26650,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -GStreamer config.status 0.10.35.3 +GStreamer config.status 0.10.36 configured by $0, generated by GNU Autoconf 2.68, with options \\"\$ac_cs_config\\" diff -Nru gstreamer0.10-0.10.35.3/configure.ac gstreamer0.10-0.10.36/configure.ac --- gstreamer0.10-0.10.35.3/configure.ac 2012-02-04 15:20:17.000000000 +0000 +++ gstreamer0.10-0.10.36/configure.ac 2012-02-20 22:48:10.000000000 +0000 @@ -3,7 +3,7 @@ dnl initialize autoconf dnl when going to/from release please set the nano (fourth number) right ! dnl releases only do Wall, git and prerelease does Werror too -AC_INIT(GStreamer, 0.10.35.3, +AC_INIT(GStreamer, 0.10.36, http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer, gstreamer) AG_GST_INIT diff -Nru gstreamer0.10-0.10.35.3/debian/changelog gstreamer0.10-0.10.36/debian/changelog --- gstreamer0.10-0.10.35.3/debian/changelog 2012-02-06 08:21:26.000000000 +0000 +++ gstreamer0.10-0.10.36/debian/changelog 2012-02-21 09:34:37.000000000 +0000 @@ -1,3 +1,16 @@ +gstreamer0.10 (0.10.36-1) unstable; urgency=low + + [ Loïc Minier ] + * Only track 0.10.* versions in watch file. + * Update my email address in control. + + [ Sebastian Dröge ] + * New upstream stable release, "Harder": + + debian/libgstreamer.symbols: + - Update for the stable release version. + + -- Sebastian Dröge Tue, 21 Feb 2012 10:34:24 +0100 + gstreamer0.10 (0.10.35.3-1) experimental; urgency=low * New upstream pre-release. @@ -45,6 +58,7 @@ Patch taken from the Ubuntu package. -- Sebastian Dröge Sun, 11 Dec 2011 18:52:12 +0100 +>>>>>>> experimental gstreamer0.10 (0.10.35-1) unstable; urgency=low diff -Nru gstreamer0.10-0.10.35.3/debian/control gstreamer0.10-0.10.36/debian/control --- gstreamer0.10-0.10.35.3/debian/control 2012-02-06 08:21:32.000000000 +0000 +++ gstreamer0.10-0.10.36/debian/control 2012-02-21 09:32:49.000000000 +0000 @@ -2,7 +2,7 @@ Section: libs Priority: optional Maintainer: Maintainers of GStreamer packages -Uploaders: Loic Minier , +Uploaders: Loïc Minier , Sebastien Bacher , Sebastian Dröge , Sjoerd Simons @@ -140,7 +140,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, pkg-config, - libgstreamer0.10-0 (>= 0.10.35.3) + libgstreamer0.10-0 (>= 0.10.35) Suggests: gstreamer0.10-plugins-base Description: Tools for use with GStreamer GStreamer is a streaming media framework, based on graphs of filters diff -Nru gstreamer0.10-0.10.35.3/debian/control.in gstreamer0.10-0.10.36/debian/control.in --- gstreamer0.10-0.10.35.3/debian/control.in 2012-02-06 08:21:06.000000000 +0000 +++ gstreamer0.10-0.10.36/debian/control.in 2012-02-21 09:31:59.000000000 +0000 @@ -2,7 +2,7 @@ Section: libs Priority: optional Maintainer: Maintainers of GStreamer packages -Uploaders: Loic Minier , +Uploaders: Loïc Minier , Sebastien Bacher , Sebastian Dröge , Sjoerd Simons diff -Nru gstreamer0.10-0.10.35.3/debian/libgstreamer.symbols gstreamer0.10-0.10.36/debian/libgstreamer.symbols --- gstreamer0.10-0.10.35.3/debian/libgstreamer.symbols 2012-02-06 08:21:06.000000000 +0000 +++ gstreamer0.10-0.10.36/debian/libgstreamer.symbols 2012-02-21 09:34:16.000000000 +0000 @@ -27,7 +27,7 @@ gst_base_parse_set_duration@Base 0.10.33 gst_base_parse_set_frame_rate@Base 0.10.33 gst_base_parse_set_has_timing_info@Base 0.10.33 - gst_base_parse_set_latency@Base 0.10.35.2 + gst_base_parse_set_latency@Base 0.10.36 gst_base_parse_set_min_frame_size@Base 0.10.33 gst_base_parse_set_passthrough@Base 0.10.33 gst_base_parse_set_syncable@Base 0.10.33 @@ -65,7 +65,7 @@ gst_base_src_query_latency@Base 0.10.13 gst_base_src_set_blocksize@Base 0.10.22 gst_base_src_set_do_timestamp@Base 0.10.15 - gst_base_src_set_dynamic_size@Base 0.10.35.2 + gst_base_src_set_dynamic_size@Base 0.10.36 gst_base_src_set_format@Base 0.10.1 gst_base_src_set_live@Base 0.10.0 gst_base_src_wait_playing@Base 0.10.11 @@ -208,30 +208,30 @@ gst_byte_writer_reset@Base 0.10.26 gst_byte_writer_reset_and_get_buffer@Base 0.10.26 gst_byte_writer_reset_and_get_data@Base 0.10.26 - gst_collect_pads2_add_pad@Base 0.10.35.2 - gst_collect_pads2_add_pad_full@Base 0.10.35.2 - gst_collect_pads2_available@Base 0.10.35.2 - gst_collect_pads2_collect@Base 0.10.35.2 - gst_collect_pads2_collect_range@Base 0.10.35.2 - gst_collect_pads2_flush@Base 0.10.35.2 - gst_collect_pads2_get_type@Base 0.10.35.2 - gst_collect_pads2_is_active@Base 0.10.35.2 - gst_collect_pads2_new@Base 0.10.35.2 - gst_collect_pads2_peek@Base 0.10.35.2 - gst_collect_pads2_pop@Base 0.10.35.2 - gst_collect_pads2_read@Base 0.10.35.2 - gst_collect_pads2_read_buffer@Base 0.10.35.2 - gst_collect_pads2_remove_pad@Base 0.10.35.2 - gst_collect_pads2_set_buffer_function@Base 0.10.35.2 - gst_collect_pads2_set_clip_function@Base 0.10.35.2 - gst_collect_pads2_set_compare_function@Base 0.10.35.2 - gst_collect_pads2_set_event_function@Base 0.10.35.2 - gst_collect_pads2_set_flushing@Base 0.10.35.2 - gst_collect_pads2_set_function@Base 0.10.35.2 - gst_collect_pads2_set_waiting@Base 0.10.35.2 - gst_collect_pads2_start@Base 0.10.35.2 - gst_collect_pads2_stop@Base 0.10.35.2 - gst_collect_pads2_take_buffer@Base 0.10.35.2 + gst_collect_pads2_add_pad@Base 0.10.36 + gst_collect_pads2_add_pad_full@Base 0.10.36 + gst_collect_pads2_available@Base 0.10.36 + gst_collect_pads2_collect@Base 0.10.36 + gst_collect_pads2_collect_range@Base 0.10.36 + gst_collect_pads2_flush@Base 0.10.36 + gst_collect_pads2_get_type@Base 0.10.36 + gst_collect_pads2_is_active@Base 0.10.36 + gst_collect_pads2_new@Base 0.10.36 + gst_collect_pads2_peek@Base 0.10.36 + gst_collect_pads2_pop@Base 0.10.36 + gst_collect_pads2_read@Base 0.10.36 + gst_collect_pads2_read_buffer@Base 0.10.36 + gst_collect_pads2_remove_pad@Base 0.10.36 + gst_collect_pads2_set_buffer_function@Base 0.10.36 + gst_collect_pads2_set_clip_function@Base 0.10.36 + gst_collect_pads2_set_compare_function@Base 0.10.36 + gst_collect_pads2_set_event_function@Base 0.10.36 + gst_collect_pads2_set_flushing@Base 0.10.36 + gst_collect_pads2_set_function@Base 0.10.36 + gst_collect_pads2_set_waiting@Base 0.10.36 + gst_collect_pads2_start@Base 0.10.36 + gst_collect_pads2_stop@Base 0.10.36 + gst_collect_pads2_take_buffer@Base 0.10.36 gst_collect_pads_add_pad@Base 0.10.0 gst_collect_pads_add_pad_full@Base 0.10.12 gst_collect_pads_available@Base 0.10.0 @@ -537,7 +537,7 @@ gst_buffer_create_sub@Base 0.10.0 gst_buffer_flag_get_type@Base 0.10.0 gst_buffer_get_caps@Base 0.10.0 - gst_buffer_get_qdata@Base 0.10.35.2 + gst_buffer_get_qdata@Base 0.10.36 gst_buffer_get_type@Base 0.10.0 gst_buffer_is_metadata_writable@Base 0.10.3 gst_buffer_is_span_fast@Base 0.10.0 @@ -567,7 +567,7 @@ gst_buffer_new@Base 0.10.0 gst_buffer_new_and_alloc@Base 0.10.0 gst_buffer_set_caps@Base 0.10.0 - gst_buffer_set_qdata@Base 0.10.35.2 + gst_buffer_set_qdata@Base 0.10.36 gst_buffer_span@Base 0.10.0 gst_buffer_stamp@Base 0.10.0 gst_buffer_try_new_and_alloc@Base 0.10.13 @@ -616,9 +616,9 @@ gst_caps_is_equal@Base 0.10.0 gst_caps_is_equal_fixed@Base 0.10.0 gst_caps_is_fixed@Base 0.10.0 - gst_caps_is_strictly_equal@Base 0.10.35.2 + gst_caps_is_strictly_equal@Base 0.10.36 gst_caps_is_subset@Base 0.10.0 - gst_caps_is_subset_structure@Base 0.10.35.2 + gst_caps_is_subset_structure@Base 0.10.36 gst_caps_load_thyself@Base 0.10.0 gst_caps_make_writable@Base 0.10.0 gst_caps_merge@Base 0.10.10 @@ -742,7 +742,7 @@ gst_element_add_pad@Base 0.10.0 gst_element_change_state@Base 0.10.13 gst_element_class_add_pad_template@Base 0.10.0 - gst_element_class_add_static_pad_template@Base 0.10.35.2 + gst_element_class_add_static_pad_template@Base 0.10.36 gst_element_class_get_pad_template@Base 0.10.0 gst_element_class_get_pad_template_list@Base 0.10.0 gst_element_class_install_std_props@Base 0.10.0 @@ -892,21 +892,21 @@ gst_fraction_get_type@Base 0.10.0 gst_fraction_range_get_type@Base 0.10.0 gst_g_error_get_type@Base 0.10.0 - gst_ghost_pad_activate_pull_default@Base 0.10.35.2 - gst_ghost_pad_activate_push_default@Base 0.10.35.2 + gst_ghost_pad_activate_pull_default@Base 0.10.36 + gst_ghost_pad_activate_push_default@Base 0.10.36 gst_ghost_pad_construct@Base 0.10.22 gst_ghost_pad_get_target@Base 0.10.0 gst_ghost_pad_get_type@Base 0.10.0 - gst_ghost_pad_internal_activate_pull_default@Base 0.10.35.2 - gst_ghost_pad_internal_activate_push_default@Base 0.10.35.2 - gst_ghost_pad_link_default@Base 0.10.35.2 + gst_ghost_pad_internal_activate_pull_default@Base 0.10.36 + gst_ghost_pad_internal_activate_push_default@Base 0.10.36 + gst_ghost_pad_link_default@Base 0.10.36 gst_ghost_pad_new@Base 0.10.0 gst_ghost_pad_new_from_template@Base 0.10.10 gst_ghost_pad_new_no_target@Base 0.10.0 gst_ghost_pad_new_no_target_from_template@Base 0.10.10 gst_ghost_pad_set_target@Base 0.10.0 - gst_ghost_pad_setcaps_default@Base 0.10.35.2 - gst_ghost_pad_unlink_default@Base 0.10.35.2 + gst_ghost_pad_setcaps_default@Base 0.10.36 + gst_ghost_pad_unlink_default@Base 0.10.36 gst_implements_interface_cast@Base 0.10.0 gst_implements_interface_check@Base 0.10.0 gst_implements_interface_get_type@Base 0.10.0 @@ -1056,8 +1056,8 @@ gst_mini_object_ref@Base 0.10.0 gst_mini_object_replace@Base 0.10.0 gst_mini_object_unref@Base 0.10.0 - gst_mini_object_weak_ref@Base 0.10.35.2 - gst_mini_object_weak_unref@Base 0.10.35.2 + gst_mini_object_weak_ref@Base 0.10.36 + gst_mini_object_weak_unref@Base 0.10.36 gst_object_check_uniqueness@Base 0.10.0 gst_object_default_deep_notify@Base 0.10.0 gst_object_default_error@Base 0.10.0 @@ -1278,7 +1278,7 @@ gst_poll_wait@Base 0.10.18 gst_poll_write_control@Base 0.10.23 gst_preset_delete_preset@Base 0.10.20 - gst_preset_get_app_dir@Base 0.10.35.2 + gst_preset_get_app_dir@Base 0.10.36 gst_preset_get_meta@Base 0.10.20 gst_preset_get_preset_names@Base 0.10.20 gst_preset_get_property_names@Base 0.10.20 @@ -1286,27 +1286,27 @@ gst_preset_load_preset@Base 0.10.20 gst_preset_rename_preset@Base 0.10.20 gst_preset_save_preset@Base 0.10.20 - gst_preset_set_app_dir@Base 0.10.35.2 + gst_preset_set_app_dir@Base 0.10.36 gst_preset_set_meta@Base 0.10.20 gst_print_element_args@Base 0.10.0 gst_print_pad_caps@Base 0.10.0 gst_progress_type_get_type@Base 0.10.33 - gst_proxy_pad_acceptcaps_default@Base 0.10.35.2 - gst_proxy_pad_bufferalloc_default@Base 0.10.35.2 - gst_proxy_pad_chain_default@Base 0.10.35.2 - gst_proxy_pad_chain_list_default@Base 0.10.35.2 - gst_proxy_pad_checkgetrange_default@Base 0.10.35.2 - gst_proxy_pad_event_default@Base 0.10.35.2 - gst_proxy_pad_fixatecaps_default@Base 0.10.35.2 - gst_proxy_pad_get_internal@Base 0.10.35.2 + gst_proxy_pad_acceptcaps_default@Base 0.10.36 + gst_proxy_pad_bufferalloc_default@Base 0.10.36 + gst_proxy_pad_chain_default@Base 0.10.36 + gst_proxy_pad_chain_list_default@Base 0.10.36 + gst_proxy_pad_checkgetrange_default@Base 0.10.36 + gst_proxy_pad_event_default@Base 0.10.36 + gst_proxy_pad_fixatecaps_default@Base 0.10.36 + gst_proxy_pad_get_internal@Base 0.10.36 gst_proxy_pad_get_type@Base 0.10.22 - gst_proxy_pad_getcaps_default@Base 0.10.35.2 - gst_proxy_pad_getrange_default@Base 0.10.35.2 - gst_proxy_pad_iterate_internal_links_default@Base 0.10.35.2 - gst_proxy_pad_query_default@Base 0.10.35.2 - gst_proxy_pad_query_type_default@Base 0.10.35.2 - gst_proxy_pad_setcaps_default@Base 0.10.35.2 - gst_proxy_pad_unlink_default@Base 0.10.35.2 + gst_proxy_pad_getcaps_default@Base 0.10.36 + gst_proxy_pad_getrange_default@Base 0.10.36 + gst_proxy_pad_iterate_internal_links_default@Base 0.10.36 + gst_proxy_pad_query_default@Base 0.10.36 + gst_proxy_pad_query_type_default@Base 0.10.36 + gst_proxy_pad_setcaps_default@Base 0.10.36 + gst_proxy_pad_unlink_default@Base 0.10.36 gst_qos_type_get_type@Base 0.10.33 gst_query_add_buffering_range@Base 0.10.31 gst_query_get_n_buffering_ranges@Base 0.10.31 @@ -1414,7 +1414,7 @@ gst_stream_error_get_type@Base 0.10.0 gst_stream_error_quark@Base 0.10.0 gst_stream_status_type_get_type@Base 0.10.24 - gst_structure_can_intersect@Base 0.10.35.2 + gst_structure_can_intersect@Base 0.10.36 gst_structure_change_type_get_type@Base 0.10.22 gst_structure_copy@Base 0.10.0 gst_structure_empty_new@Base 0.10.0 @@ -1458,9 +1458,9 @@ gst_structure_id_set_valist@Base 0.10.10 gst_structure_id_set_value@Base 0.10.0 gst_structure_id_take_value@Base 0.10.31 - gst_structure_intersect@Base 0.10.35.2 - gst_structure_is_equal@Base 0.10.35.2 - gst_structure_is_subset@Base 0.10.35.2 + gst_structure_intersect@Base 0.10.36 + gst_structure_is_equal@Base 0.10.36 + gst_structure_is_subset@Base 0.10.36 gst_structure_map_in_place@Base 0.10.0 gst_structure_n_fields@Base 0.10.0 gst_structure_new@Base 0.10.0 @@ -1532,15 +1532,15 @@ gst_tag_list_get_value_index@Base 0.10.0 gst_tag_list_insert@Base 0.10.0 gst_tag_list_is_empty@Base 0.10.11 - gst_tag_list_is_equal@Base 0.10.35.2 + gst_tag_list_is_equal@Base 0.10.36 gst_tag_list_merge@Base 0.10.0 gst_tag_list_new@Base 0.10.0 - gst_tag_list_new_from_string@Base 0.10.35.2 + gst_tag_list_new_from_string@Base 0.10.36 gst_tag_list_new_full@Base 0.10.24 gst_tag_list_new_full_valist@Base 0.10.24 gst_tag_list_peek_string_index@Base 0.10.30 gst_tag_list_remove_tag@Base 0.10.0 - gst_tag_list_to_string@Base 0.10.35.2 + gst_tag_list_to_string@Base 0.10.36 gst_tag_merge_mode_get_type@Base 0.10.0 gst_tag_merge_strings_with_comma@Base 0.10.0 gst_tag_merge_use_first@Base 0.10.0 diff -Nru gstreamer0.10-0.10.35.3/debian/watch gstreamer0.10-0.10.36/debian/watch --- gstreamer0.10-0.10.35.3/debian/watch 2012-02-06 08:21:06.000000000 +0000 +++ gstreamer0.10-0.10.36/debian/watch 2012-02-21 09:31:38.000000000 +0000 @@ -1,2 +1,2 @@ version=2 -http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-(.*)\.tar\.gz +http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-(0\.10\.[\d\.]+)\.tar\.gz diff -Nru gstreamer0.10-0.10.35.3/docs/design/Makefile.in gstreamer0.10-0.10.36/docs/design/Makefile.in --- gstreamer0.10-0.10.35.3/docs/design/Makefile.in 2012-02-04 15:55:47.000000000 +0000 +++ gstreamer0.10-0.10.36/docs/design/Makefile.in 2012-02-20 22:48:21.000000000 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11.2 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -78,11 +78,11 @@ CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ SOURCES = DIST_SOURCES = diff -Nru gstreamer0.10-0.10.35.3/docs/faq/Makefile.in gstreamer0.10-0.10.36/docs/faq/Makefile.in --- gstreamer0.10-0.10.35.3/docs/faq/Makefile.in 2012-02-04 15:55:47.000000000 +0000 +++ gstreamer0.10-0.10.36/docs/faq/Makefile.in 2012-02-20 22:48:21.000000000 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11.2 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -103,11 +103,11 @@ CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ SOURCES = DIST_SOURCES = @@ -513,6 +513,7 @@ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; +$(srcdir)/../manuals.mak $(top_srcdir)/common/upload-doc.mak $(srcdir)/../htmlinstall.mak: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh diff -Nru gstreamer0.10-0.10.35.3/docs/gst/html/GstBin.html gstreamer0.10-0.10.36/docs/gst/html/GstBin.html --- gstreamer0.10-0.10.35.3/docs/gst/html/GstBin.html 2012-02-05 10:12:37.000000000 +0000 +++ gstreamer0.10-0.10.36/docs/gst/html/GstBin.html 2012-02-20 23:15:10.000000000 +0000 @@ -158,7 +158,7 @@

-

Notes

+

Notes

A GstBin internally intercepts every GstMessage posted by its children and implements the following default behaviour for each of them: diff -Nru gstreamer0.10-0.10.35.3/docs/gst/html/gst-building.html gstreamer0.10-0.10.36/docs/gst/html/gst-building.html --- gstreamer0.10-0.10.35.3/docs/gst/html/gst-building.html 2012-02-05 10:12:31.000000000 +0000 +++ gstreamer0.10-0.10.36/docs/gst/html/gst-building.html 2012-02-20 23:15:10.000000000 +0000 @@ -31,7 +31,7 @@

-

Building GStreamer on UNIX

+

Building GStreamer on UNIX

On UNIX, GStreamer uses the standard GNU build system, using autoconf for package @@ -92,7 +92,7 @@

-

Building GStreamer Applications

+

Building GStreamer Applications

Applications and libraries can use pkg-config to get all the needed compiler and linker flags to build against GStreamer. Please note that diff -Nru gstreamer0.10-0.10.35.3/docs/gst/html/GstElementFactory.html gstreamer0.10-0.10.36/docs/gst/html/GstElementFactory.html --- gstreamer0.10-0.10.35.3/docs/gst/html/GstElementFactory.html 2012-02-05 10:12:24.000000000 +0000 +++ gstreamer0.10-0.10.36/docs/gst/html/GstElementFactory.html 2012-02-20 23:15:10.000000000 +0000 @@ -153,7 +153,7 @@

-

Example 9. Using an element factory

+

Example 9. Using an element factory

diff -Nru gstreamer0.10-0.10.35.3/docs/gst/html/GstPadTemplate.html gstreamer0.10-0.10.36/docs/gst/html/GstPadTemplate.html --- gstreamer0.10-0.10.35.3/docs/gst/html/GstPadTemplate.html 2012-02-05 10:12:34.000000000 +0000 +++ gstreamer0.10-0.10.36/docs/gst/html/GstPadTemplate.html 2012-02-20 23:15:10.000000000 +0000 @@ -131,7 +131,7 @@ The following code example shows the code to create a pad from a padtemplate.

-

Example 15. Create a pad from a padtemplate

+

Example 15. Create a pad from a padtemplate

diff -Nru gstreamer0.10-0.10.35.3/docs/gst/html/gstreamer.devhelp2 gstreamer0.10-0.10.36/docs/gst/html/gstreamer.devhelp2 --- gstreamer0.10-0.10.35.3/docs/gst/html/gstreamer.devhelp2 2012-02-05 10:07:10.000000000 +0000 +++ gstreamer0.10-0.10.36/docs/gst/html/gstreamer.devhelp2 2012-02-20 23:15:09.000000000 +0000 @@ -68,7 +68,7 @@ - + @@ -89,7 +89,7 @@ - + diff -Nru gstreamer0.10-0.10.35.3/docs/gst/html/gstreamer-GstBuffer.html gstreamer0.10-0.10.36/docs/gst/html/gstreamer-GstBuffer.html --- gstreamer0.10-0.10.35.3/docs/gst/html/gstreamer-GstBuffer.html 2012-02-05 10:12:13.000000000 +0000 +++ gstreamer0.10-0.10.36/docs/gst/html/gstreamer-GstBuffer.html 2012-02-20 23:15:10.000000000 +0000 @@ -126,7 +126,7 @@ video frame with a given width, height and bits per plane.

-

Example 3. Creating a buffer for a video frame

+

Example 3. Creating a buffer for a video frame

diff -Nru gstreamer0.10-0.10.35.3/docs/gst/html/gstreamer-GstBufferList.html gstreamer0.10-0.10.36/docs/gst/html/gstreamer-GstBufferList.html --- gstreamer0.10-0.10.35.3/docs/gst/html/gstreamer-GstBufferList.html 2012-02-05 10:12:01.000000000 +0000 +++ gstreamer0.10-0.10.36/docs/gst/html/gstreamer-GstBufferList.html 2012-02-20 23:15:10.000000000 +0000 @@ -124,7 +124,7 @@

-

Example 4. Creating a buffer list

+

Example 4. Creating a buffer list

@@ -175,7 +175,7 @@

-

Example 5. Iterating a buffer list

+

Example 5. Iterating a buffer list

@@ -212,7 +212,7 @@

-

Example 6. Modifying the data of the first buffer in a list

+

Example 6. Modifying the data of the first buffer in a list

diff -Nru gstreamer0.10-0.10.35.3/docs/gst/html/gstreamer-GstCaps.html gstreamer0.10-0.10.36/docs/gst/html/gstreamer-GstCaps.html --- gstreamer0.10-0.10.35.3/docs/gst/html/gstreamer-GstCaps.html 2012-02-05 10:12:32.000000000 +0000 +++ gstreamer0.10-0.10.36/docs/gst/html/gstreamer-GstCaps.html 2012-02-20 23:15:10.000000000 +0000 @@ -157,7 +157,7 @@

-

Example 7. Creating caps

+

Example 7. Creating caps

diff -Nru gstreamer0.10-0.10.35.3/docs/gst/html/gstreamer-GstEvent.html gstreamer0.10-0.10.36/docs/gst/html/gstreamer-GstEvent.html --- gstreamer0.10-0.10.35.3/docs/gst/html/gstreamer-GstEvent.html 2012-02-05 10:12:01.000000000 +0000 +++ gstreamer0.10-0.10.36/docs/gst/html/gstreamer-GstEvent.html 2012-02-20 23:15:10.000000000 +0000 @@ -202,7 +202,7 @@ the needed parameters to specify seeking time and mode.

-

Example 11. performing a seek on a pipeline

+

Example 11. performing a seek on a pipeline

diff -Nru gstreamer0.10-0.10.35.3/docs/gst/html/gstreamer-GstFilter.html gstreamer0.10-0.10.36/docs/gst/html/gstreamer-GstFilter.html --- gstreamer0.10-0.10.35.3/docs/gst/html/gstreamer-GstFilter.html 2012-02-05 10:12:02.000000000 +0000 +++ gstreamer0.10-0.10.36/docs/gst/html/gstreamer-GstFilter.html 2012-02-20 23:15:10.000000000 +0000 @@ -53,7 +53,7 @@

-

Example 12. Filtering a list

+

Example 12. Filtering a list

diff -Nru gstreamer0.10-0.10.35.3/docs/gst/html/gstreamer-GstGError.html gstreamer0.10-0.10.36/docs/gst/html/gstreamer-GstGError.html --- gstreamer0.10-0.10.35.3/docs/gst/html/gstreamer-GstGError.html 2012-02-05 10:12:16.000000000 +0000 +++ gstreamer0.10-0.10.36/docs/gst/html/gstreamer-GstGError.html 2012-02-20 23:15:10.000000000 +0000 @@ -115,7 +115,7 @@

-

Example 10. Throwing an error

+

Example 10. Throwing an error

diff -Nru gstreamer0.10-0.10.35.3/docs/gst/html/gstreamer-Gst.html gstreamer0.10-0.10.36/docs/gst/html/gstreamer-Gst.html --- gstreamer0.10-0.10.35.3/docs/gst/html/gstreamer-Gst.html 2012-02-05 10:12:31.000000000 +0000 +++ gstreamer0.10-0.10.36/docs/gst/html/gstreamer-Gst.html 2012-02-20 23:15:10.000000000 +0000 @@ -83,7 +83,7 @@

-

Example 1. Initializing the gstreamer library

+

Example 1. Initializing the gstreamer library

@@ -119,7 +119,7 @@ the next code fragment:

-

Example 2. Initializing own parameters when initializing gstreamer

+

Example 2. Initializing own parameters when initializing gstreamer

diff -Nru gstreamer0.10-0.10.35.3/docs/gst/html/gstreamer-GstIterator.html gstreamer0.10-0.10.36/docs/gst/html/gstreamer-GstIterator.html --- gstreamer0.10-0.10.35.3/docs/gst/html/gstreamer-GstIterator.html 2012-02-05 10:12:08.000000000 +0000 +++ gstreamer0.10-0.10.36/docs/gst/html/gstreamer-GstIterator.html 2012-02-20 23:15:10.000000000 +0000 @@ -120,7 +120,7 @@

-

Example 13. Using an iterator

+

Example 13. Using an iterator

diff -Nru gstreamer0.10-0.10.35.3/docs/gst/html/gstreamer-GstMessage.html gstreamer0.10-0.10.36/docs/gst/html/gstreamer-GstMessage.html --- gstreamer0.10-0.10.35.3/docs/gst/html/gstreamer-GstMessage.html 2012-02-05 10:12:29.000000000 +0000 +++ gstreamer0.10-0.10.36/docs/gst/html/gstreamer-GstMessage.html 2012-02-20 23:15:10.000000000 +0000 @@ -268,7 +268,7 @@

-

Example 14. Posting a GstMessage

+

Example 14. Posting a GstMessage

diff -Nru gstreamer0.10-0.10.35.3/docs/gst/html/gstreamer-GstQuery.html gstreamer0.10-0.10.36/docs/gst/html/gstreamer-GstQuery.html --- gstreamer0.10-0.10.35.3/docs/gst/html/gstreamer-GstQuery.html 2012-02-05 10:12:37.000000000 +0000 +++ gstreamer0.10-0.10.36/docs/gst/html/gstreamer-GstQuery.html 2012-02-20 23:15:10.000000000 +0000 @@ -195,7 +195,7 @@

-

Example 16. Query duration on a pipeline

+

Example 16. Query duration on a pipeline

diff -Nru gstreamer0.10-0.10.35.3/docs/gst/html/gstreamer-GstTagList.html gstreamer0.10-0.10.36/docs/gst/html/gstreamer-GstTagList.html --- gstreamer0.10-0.10.35.3/docs/gst/html/gstreamer-GstTagList.html 2012-02-05 10:12:17.000000000 +0000 +++ gstreamer0.10-0.10.36/docs/gst/html/gstreamer-GstTagList.html 2012-02-20 23:15:10.000000000 +0000 @@ -361,7 +361,7 @@

-

Table 1. merge mode

+

Table 1. merge mode

diff -Nru gstreamer0.10-0.10.35.3/docs/gst/html/gstreamer-GstTrace.html gstreamer0.10-0.10.36/docs/gst/html/gstreamer-GstTrace.html --- gstreamer0.10-0.10.35.3/docs/gst/html/gstreamer-GstTrace.html 2012-02-05 10:12:27.000000000 +0000 +++ gstreamer0.10-0.10.36/docs/gst/html/gstreamer-GstTrace.html 2012-02-20 23:15:10.000000000 +0000 @@ -84,7 +84,7 @@

-

Example 18. Tracing object instances

+

Example 18. Tracing object instances

diff -Nru gstreamer0.10-0.10.35.3/docs/gst/html/gstreamer-GstVersion.html gstreamer0.10-0.10.36/docs/gst/html/gstreamer-GstVersion.html --- gstreamer0.10-0.10.35.3/docs/gst/html/gstreamer-GstVersion.html 2012-02-05 10:12:30.000000000 +0000 +++ gstreamer0.10-0.10.36/docs/gst/html/gstreamer-GstVersion.html 2012-02-20 23:15:10.000000000 +0000 @@ -88,7 +88,7 @@

GST_VERSION_MICRO

-
#define GST_VERSION_MICRO (35)
+
#define GST_VERSION_MICRO (36)
 

The micro version of GStreamer at compile time: @@ -97,7 +97,7 @@


GST_VERSION_NANO

-
#define GST_VERSION_NANO (3)
+
#define GST_VERSION_NANO (0)
 

The nano version of GStreamer at compile time: diff -Nru gstreamer0.10-0.10.35.3/docs/gst/html/gst-running.html gstreamer0.10-0.10.36/docs/gst/html/gst-running.html --- gstreamer0.10-0.10.35.3/docs/gst/html/gst-running.html 2012-02-05 10:07:48.000000000 +0000 +++ gstreamer0.10-0.10.36/docs/gst/html/gst-running.html 2012-02-20 23:15:10.000000000 +0000 @@ -31,9 +31,9 @@

-

Running and debugging GStreamer Applications

+

Running and debugging GStreamer Applications

-

Environment variables

+

Environment variables

GStreamer inspects a few of environment variables in addition to standard variables like LANG, PATH or HOME. diff -Nru gstreamer0.10-0.10.35.3/docs/gst/html/GstTypeFindFactory.html gstreamer0.10-0.10.36/docs/gst/html/GstTypeFindFactory.html --- gstreamer0.10-0.10.35.3/docs/gst/html/GstTypeFindFactory.html 2012-02-05 10:12:42.000000000 +0000 +++ gstreamer0.10-0.10.36/docs/gst/html/GstTypeFindFactory.html 2012-02-20 23:15:10.000000000 +0000 @@ -71,7 +71,7 @@

-

Example 17. how to write a simple typefinder

+

Example 17. how to write a simple typefinder

diff -Nru gstreamer0.10-0.10.35.3/docs/gst/html/index.html gstreamer0.10-0.10.36/docs/gst/html/index.html --- gstreamer0.10-0.10.35.3/docs/gst/html/index.html 2012-02-05 10:12:30.000000000 +0000 +++ gstreamer0.10-0.10.36/docs/gst/html/index.html 2012-02-20 23:15:10.000000000 +0000 @@ -15,7 +15,7 @@

- for GStreamer Core 0.10 (0.10.35.3) + for GStreamer Core 0.10 (0.10.36) The latest version of this documentation can be found on-line at http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/.

diff -Nru gstreamer0.10-0.10.35.3/docs/gst/Makefile.in gstreamer0.10-0.10.36/docs/gst/Makefile.in --- gstreamer0.10-0.10.35.3/docs/gst/Makefile.in 2012-02-04 15:55:47.000000000 +0000 +++ gstreamer0.10-0.10.36/docs/gst/Makefile.in 2012-02-20 22:48:21.000000000 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11.2 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -99,11 +99,11 @@ CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = gstreamer.types CONFIG_CLEAN_VPATH_FILES = -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ SOURCES = DIST_SOURCES = @@ -526,6 +526,7 @@ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; +$(top_srcdir)/common/upload-doc.mak $(top_srcdir)/common/gtk-doc.mak: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh diff -Nru gstreamer0.10-0.10.35.3/docs/libs/html/index.html gstreamer0.10-0.10.36/docs/libs/html/index.html --- gstreamer0.10-0.10.35.3/docs/libs/html/index.html 2012-02-05 10:13:22.000000000 +0000 +++ gstreamer0.10-0.10.36/docs/libs/html/index.html 2012-02-20 23:15:12.000000000 +0000 @@ -15,7 +15,7 @@

- for GStreamer Library 0.10 (0.10.35.3) + for GStreamer Library 0.10 (0.10.36) The latest version of this documentation can be found on-line at http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer-libs/html/.

diff -Nru gstreamer0.10-0.10.35.3/docs/libs/Makefile.in gstreamer0.10-0.10.36/docs/libs/Makefile.in --- gstreamer0.10-0.10.35.3/docs/libs/Makefile.in 2012-02-04 15:55:47.000000000 +0000 +++ gstreamer0.10-0.10.36/docs/libs/Makefile.in 2012-02-20 22:48:21.000000000 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11.2 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -99,11 +99,11 @@ CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ SOURCES = DIST_SOURCES = @@ -523,6 +523,7 @@ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; +$(top_srcdir)/common/upload-doc.mak $(top_srcdir)/common/gtk-doc.mak: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh diff -Nru gstreamer0.10-0.10.35.3/docs/Makefile.in gstreamer0.10-0.10.36/docs/Makefile.in --- gstreamer0.10-0.10.35.3/docs/Makefile.in 2012-02-04 15:55:47.000000000 +0000 +++ gstreamer0.10-0.10.36/docs/Makefile.in 2012-02-20 22:48:21.000000000 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11.2 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -79,11 +79,11 @@ CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = version.entities CONFIG_CLEAN_VPATH_FILES = -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ SOURCES = DIST_SOURCES = diff -Nru gstreamer0.10-0.10.35.3/docs/manual/Makefile.in gstreamer0.10-0.10.36/docs/manual/Makefile.in --- gstreamer0.10-0.10.35.3/docs/manual/Makefile.in 2012-02-04 15:55:48.000000000 +0000 +++ gstreamer0.10-0.10.36/docs/manual/Makefile.in 2012-02-20 22:48:22.000000000 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11.2 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -103,11 +103,11 @@ CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ SOURCES = DIST_SOURCES = @@ -516,6 +516,7 @@ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; +$(srcdir)/../manuals.mak $(top_srcdir)/common/upload-doc.mak $(srcdir)/../htmlinstall.mak: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh diff -Nru gstreamer0.10-0.10.35.3/docs/plugins/gstreamer-plugins.hierarchy gstreamer0.10-0.10.36/docs/plugins/gstreamer-plugins.hierarchy --- gstreamer0.10-0.10.35.3/docs/plugins/gstreamer-plugins.hierarchy 2011-12-30 01:14:31.000000000 +0000 +++ gstreamer0.10-0.10.36/docs/plugins/gstreamer-plugins.hierarchy 2012-02-20 22:09:10.000000000 +0000 @@ -27,6 +27,7 @@ GstTypeFindElement GstValve GstIndex + GstFileIndex GstMemIndex GstPad GstPadTemplate diff -Nru gstreamer0.10-0.10.35.3/docs/plugins/html/gstreamer-plugins.devhelp2 gstreamer0.10-0.10.36/docs/plugins/html/gstreamer-plugins.devhelp2 --- gstreamer0.10-0.10.35.3/docs/plugins/html/gstreamer-plugins.devhelp2 2012-02-05 10:13:29.000000000 +0000 +++ gstreamer0.10-0.10.36/docs/plugins/html/gstreamer-plugins.devhelp2 2012-02-20 23:15:12.000000000 +0000 @@ -78,14 +78,14 @@ - - + + - - + + @@ -95,7 +95,7 @@ - + @@ -104,8 +104,8 @@ - - + + @@ -121,8 +121,8 @@ - - + + @@ -130,9 +130,9 @@ - - - + + + @@ -152,8 +152,8 @@ - - + + @@ -171,8 +171,8 @@ - - + + @@ -189,8 +189,8 @@ - - + + @@ -200,7 +200,7 @@ - + diff -Nru gstreamer0.10-0.10.35.3/docs/plugins/html/gstreamer-plugins-fakesink.html gstreamer0.10-0.10.36/docs/plugins/html/gstreamer-plugins-fakesink.html --- gstreamer0.10-0.10.35.3/docs/plugins/html/gstreamer-plugins-fakesink.html 2012-02-05 10:13:32.000000000 +0000 +++ gstreamer0.10-0.10.36/docs/plugins/html/gstreamer-plugins-fakesink.html 2012-02-20 23:15:13.000000000 +0000 @@ -275,7 +275,7 @@

The "num-buffers" property

  "num-buffers"              gint                  : Read / Write

Number of buffers to accept going EOS.

-

Allowed values: >= -1

+

Allowed values: >= G_MAXULONG

Default value: -1

diff -Nru gstreamer0.10-0.10.35.3/docs/plugins/html/gstreamer-plugins-fdsrc.html gstreamer0.10-0.10.36/docs/plugins/html/gstreamer-plugins-fdsrc.html --- gstreamer0.10-0.10.35.3/docs/plugins/html/gstreamer-plugins-fdsrc.html 2012-02-05 10:13:32.000000000 +0000 +++ gstreamer0.10-0.10.36/docs/plugins/html/gstreamer-plugins-fdsrc.html 2012-02-20 23:15:13.000000000 +0000 @@ -118,7 +118,7 @@

Synopsis

-

Element Information

+

Element Information

@@ -141,7 +141,7 @@
-

Element Pads

+

Element Pads

diff -Nru gstreamer0.10-0.10.35.3/docs/plugins/html/gstreamer-plugins-filesink.html gstreamer0.10-0.10.36/docs/plugins/html/gstreamer-plugins-filesink.html --- gstreamer0.10-0.10.35.3/docs/plugins/html/gstreamer-plugins-filesink.html 2012-02-05 10:13:32.000000000 +0000 +++ gstreamer0.10-0.10.36/docs/plugins/html/gstreamer-plugins-filesink.html 2012-02-20 23:15:13.000000000 +0000 @@ -120,7 +120,7 @@
-

Element Pads

+

Element Pads

diff -Nru gstreamer0.10-0.10.35.3/docs/plugins/html/gstreamer-plugins-filesrc.html gstreamer0.10-0.10.36/docs/plugins/html/gstreamer-plugins-filesrc.html --- gstreamer0.10-0.10.35.3/docs/plugins/html/gstreamer-plugins-filesrc.html 2012-02-05 10:13:32.000000000 +0000 +++ gstreamer0.10-0.10.36/docs/plugins/html/gstreamer-plugins-filesrc.html 2012-02-20 23:15:13.000000000 +0000 @@ -99,7 +99,7 @@

Synopsis

-

Element Information

+

Element Information

@@ -122,7 +122,7 @@
-

Element Pads

+

Element Pads

diff -Nru gstreamer0.10-0.10.35.3/docs/plugins/html/gstreamer-plugins-identity.html gstreamer0.10-0.10.36/docs/plugins/html/gstreamer-plugins-identity.html --- gstreamer0.10-0.10.35.3/docs/plugins/html/gstreamer-plugins-identity.html 2012-02-05 10:13:32.000000000 +0000 +++ gstreamer0.10-0.10.36/docs/plugins/html/gstreamer-plugins-identity.html 2012-02-20 23:15:13.000000000 +0000 @@ -89,7 +89,7 @@

Synopsis

-

Element Information

+

Element Information

@@ -112,7 +112,7 @@
-

Element Pads

+

Element Pads

diff -Nru gstreamer0.10-0.10.35.3/docs/plugins/html/gstreamer-plugins-input-selector.html gstreamer0.10-0.10.36/docs/plugins/html/gstreamer-plugins-input-selector.html --- gstreamer0.10-0.10.35.3/docs/plugins/html/gstreamer-plugins-input-selector.html 2012-02-05 10:13:32.000000000 +0000 +++ gstreamer0.10-0.10.36/docs/plugins/html/gstreamer-plugins-input-selector.html 2012-02-20 23:15:13.000000000 +0000 @@ -102,7 +102,7 @@

Synopsis

-

Element Information

+

Element Information

@@ -125,7 +125,7 @@
-

Element Pads

+

Element Pads

diff -Nru gstreamer0.10-0.10.35.3/docs/plugins/html/gstreamer-plugins-multiqueue.html gstreamer0.10-0.10.36/docs/plugins/html/gstreamer-plugins-multiqueue.html --- gstreamer0.10-0.10.35.3/docs/plugins/html/gstreamer-plugins-multiqueue.html 2012-02-05 10:13:32.000000000 +0000 +++ gstreamer0.10-0.10.36/docs/plugins/html/gstreamer-plugins-multiqueue.html 2012-02-20 23:15:13.000000000 +0000 @@ -82,7 +82,7 @@

-

+

Multiqueue is similar to a normal GstQueue with the following additional features:

@@ -172,7 +172,7 @@

Synopsis

-

Element Information

+

Element Information

@@ -195,7 +195,7 @@
-

Element Pads

+

Element Pads

diff -Nru gstreamer0.10-0.10.35.3/docs/plugins/html/gstreamer-plugins-plugin-coreelements.html gstreamer0.10-0.10.36/docs/plugins/html/gstreamer-plugins-plugin-coreelements.html --- gstreamer0.10-0.10.35.3/docs/plugins/html/gstreamer-plugins-plugin-coreelements.html 2012-02-05 10:13:32.000000000 +0000 +++ gstreamer0.10-0.10.36/docs/plugins/html/gstreamer-plugins-plugin-coreelements.html 2012-02-20 23:15:13.000000000 +0000 @@ -39,7 +39,7 @@ - + @@ -47,7 +47,7 @@ - + diff -Nru gstreamer0.10-0.10.35.3/docs/plugins/html/gstreamer-plugins-plugin-coreindexers.html gstreamer0.10-0.10.36/docs/plugins/html/gstreamer-plugins-plugin-coreindexers.html --- gstreamer0.10-0.10.35.3/docs/plugins/html/gstreamer-plugins-plugin-coreindexers.html 2012-02-05 10:13:32.000000000 +0000 +++ gstreamer0.10-0.10.36/docs/plugins/html/gstreamer-plugins-plugin-coreindexers.html 2012-02-20 23:15:13.000000000 +0000 @@ -28,7 +28,7 @@

version

0.10.35.10.10.36

run-time license

package

GStreamer gitGStreamer source release

origin

-

Plugin Information

+

Plugin Information

@@ -38,7 +38,7 @@ - + @@ -46,7 +46,7 @@ - + @@ -56,7 +56,7 @@

version

0.10.35.10.10.36

run-time license

package

GStreamer gitGStreamer source release

origin

-

Elements

+

Elements

diff -Nru gstreamer0.10-0.10.35.3/docs/plugins/html/gstreamer-plugins-queue2.html gstreamer0.10-0.10.36/docs/plugins/html/gstreamer-plugins-queue2.html --- gstreamer0.10-0.10.35.3/docs/plugins/html/gstreamer-plugins-queue2.html 2012-02-05 10:13:32.000000000 +0000 +++ gstreamer0.10-0.10.36/docs/plugins/html/gstreamer-plugins-queue2.html 2012-02-20 23:15:13.000000000 +0000 @@ -111,7 +111,7 @@

Synopsis

-

Element Information

+

Element Information

@@ -134,7 +134,7 @@
-

Element Pads

+

Element Pads

diff -Nru gstreamer0.10-0.10.35.3/docs/plugins/html/gstreamer-plugins-queue.html gstreamer0.10-0.10.36/docs/plugins/html/gstreamer-plugins-queue.html --- gstreamer0.10-0.10.35.3/docs/plugins/html/gstreamer-plugins-queue.html 2012-02-05 10:13:32.000000000 +0000 +++ gstreamer0.10-0.10.36/docs/plugins/html/gstreamer-plugins-queue.html 2012-02-20 23:15:13.000000000 +0000 @@ -121,7 +121,7 @@

Synopsis

-

Element Information

+

Element Information

@@ -144,7 +144,7 @@
-

Element Pads

+

Element Pads

diff -Nru gstreamer0.10-0.10.35.3/docs/plugins/html/gstreamer-plugins-tee.html gstreamer0.10-0.10.36/docs/plugins/html/gstreamer-plugins-tee.html --- gstreamer0.10-0.10.35.3/docs/plugins/html/gstreamer-plugins-tee.html 2012-02-05 10:13:32.000000000 +0000 +++ gstreamer0.10-0.10.36/docs/plugins/html/gstreamer-plugins-tee.html 2012-02-20 23:15:13.000000000 +0000 @@ -101,7 +101,7 @@

Synopsis

-

Element Information

+

Element Information

@@ -124,7 +124,7 @@
-

Element Pads

+

Element Pads

diff -Nru gstreamer0.10-0.10.35.3/docs/plugins/html/gstreamer-plugins-typefind.html gstreamer0.10-0.10.36/docs/plugins/html/gstreamer-plugins-typefind.html --- gstreamer0.10-0.10.35.3/docs/plugins/html/gstreamer-plugins-typefind.html 2012-02-05 10:13:32.000000000 +0000 +++ gstreamer0.10-0.10.36/docs/plugins/html/gstreamer-plugins-typefind.html 2012-02-20 23:15:13.000000000 +0000 @@ -89,7 +89,7 @@

Synopsis

-

Element Information

+

Element Information

diff -Nru gstreamer0.10-0.10.35.3/docs/plugins/html/index.html gstreamer0.10-0.10.36/docs/plugins/html/index.html --- gstreamer0.10-0.10.35.3/docs/plugins/html/index.html 2012-02-05 10:13:32.000000000 +0000 +++ gstreamer0.10-0.10.36/docs/plugins/html/index.html 2012-02-20 23:15:13.000000000 +0000 @@ -15,7 +15,7 @@

- for GStreamer Core Plugins 0.10 (0.10.35.3) + for GStreamer Core Plugins 0.10 (0.10.36) The latest version of this documentation can be found on-line at http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer-plugins/html/.

diff -Nru gstreamer0.10-0.10.35.3/docs/plugins/inspect/plugin-coreelements.xml gstreamer0.10-0.10.36/docs/plugins/inspect/plugin-coreelements.xml --- gstreamer0.10-0.10.35.3/docs/plugins/inspect/plugin-coreelements.xml 2011-12-30 01:14:32.000000000 +0000 +++ gstreamer0.10-0.10.36/docs/plugins/inspect/plugin-coreelements.xml 2012-02-20 23:01:52.000000000 +0000 @@ -3,10 +3,10 @@ standard GStreamer elements ../../plugins/elements/.libs/libgstcoreelements.so libgstcoreelements.so - 0.10.35.1 + 0.10.36 LGPL gstreamer - GStreamer git + GStreamer source release Unknown package origin @@ -331,4 +331,4 @@ - + \ No newline at end of file diff -Nru gstreamer0.10-0.10.35.3/docs/plugins/inspect/plugin-coreindexers.xml gstreamer0.10-0.10.36/docs/plugins/inspect/plugin-coreindexers.xml --- gstreamer0.10-0.10.35.3/docs/plugins/inspect/plugin-coreindexers.xml 2011-12-30 01:14:32.000000000 +0000 +++ gstreamer0.10-0.10.36/docs/plugins/inspect/plugin-coreindexers.xml 2012-02-20 23:01:52.000000000 +0000 @@ -3,11 +3,11 @@ GStreamer core indexers ../../plugins/indexers/.libs/libgstcoreindexers.so libgstcoreindexers.so - 0.10.35.1 + 0.10.36 LGPL gstreamer - GStreamer git + GStreamer source release Unknown package origin - + \ No newline at end of file diff -Nru gstreamer0.10-0.10.35.3/docs/plugins/Makefile.in gstreamer0.10-0.10.36/docs/plugins/Makefile.in --- gstreamer0.10-0.10.35.3/docs/plugins/Makefile.in 2012-02-04 15:55:48.000000000 +0000 +++ gstreamer0.10-0.10.36/docs/plugins/Makefile.in 2012-02-20 22:48:22.000000000 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11.2 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -97,11 +97,11 @@ CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ SOURCES = DIST_SOURCES = @@ -583,6 +583,7 @@ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; +$(top_srcdir)/common/upload-doc.mak $(top_srcdir)/common/gtk-doc-plugins.mak: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh diff -Nru gstreamer0.10-0.10.35.3/docs/pwg/Makefile.in gstreamer0.10-0.10.36/docs/pwg/Makefile.in --- gstreamer0.10-0.10.35.3/docs/pwg/Makefile.in 2012-02-04 15:55:48.000000000 +0000 +++ gstreamer0.10-0.10.36/docs/pwg/Makefile.in 2012-02-20 22:48:22.000000000 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11.2 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -103,11 +103,11 @@ CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ SOURCES = DIST_SOURCES = @@ -513,6 +513,7 @@ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; +$(srcdir)/../manuals.mak $(top_srcdir)/common/upload-doc.mak $(srcdir)/../htmlinstall.mak: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh diff -Nru gstreamer0.10-0.10.35.3/docs/slides/Makefile.in gstreamer0.10-0.10.36/docs/slides/Makefile.in --- gstreamer0.10-0.10.35.3/docs/slides/Makefile.in 2012-02-04 15:55:48.000000000 +0000 +++ gstreamer0.10-0.10.36/docs/slides/Makefile.in 2012-02-20 22:48:22.000000000 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11.2 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -78,11 +78,11 @@ CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ SOURCES = DIST_SOURCES = diff -Nru gstreamer0.10-0.10.35.3/docs/xsl/Makefile.in gstreamer0.10-0.10.36/docs/xsl/Makefile.in --- gstreamer0.10-0.10.35.3/docs/xsl/Makefile.in 2012-02-04 15:55:49.000000000 +0000 +++ gstreamer0.10-0.10.36/docs/xsl/Makefile.in 2012-02-20 22:48:22.000000000 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11.2 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -78,11 +78,11 @@ CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ SOURCES = DIST_SOURCES = diff -Nru gstreamer0.10-0.10.35.3/gst/Makefile.in gstreamer0.10-0.10.36/gst/Makefile.in --- gstreamer0.10-0.10.35.3/gst/Makefile.in 2012-02-04 15:55:50.000000000 +0000 +++ gstreamer0.10-0.10.36/gst/Makefile.in 2012-02-20 22:48:23.000000000 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11.2 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -199,8 +199,8 @@ libgstreamer_@GST_MAJORMINOR@_la_OBJECTS = \ $(am_libgstreamer_@GST_MAJORMINOR@_la_OBJECTS) \ $(nodist_libgstreamer_@GST_MAJORMINOR@_la_OBJECTS) -AM_V_lt = $(am__v_lt_$(V)) -am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent libgstreamer_@GST_MAJORMINOR@_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ @@ -216,21 +216,21 @@ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) -AM_V_CC = $(am__v_CC_$(V)) -am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) +AM_V_CC = $(am__v_CC_@AM_V@) +am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ -AM_V_CCLD = $(am__v_CCLD_$(V)) -am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) +AM_V_CCLD = $(am__v_CCLD_@AM_V@) +am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; SOURCES = $(libgstreamer_@GST_MAJORMINOR@_la_SOURCES) \ $(EXTRA_libgstreamer_@GST_MAJORMINOR@_la_SOURCES) \ @@ -824,7 +824,7 @@ echo "rm -f \"$${dir}/so_locations\""; \ rm -f "$${dir}/so_locations"; \ done -libgstreamer-@GST_MAJORMINOR@.la: $(libgstreamer_@GST_MAJORMINOR@_la_OBJECTS) $(libgstreamer_@GST_MAJORMINOR@_la_DEPENDENCIES) +libgstreamer-@GST_MAJORMINOR@.la: $(libgstreamer_@GST_MAJORMINOR@_la_OBJECTS) $(libgstreamer_@GST_MAJORMINOR@_la_DEPENDENCIES) $(EXTRA_libgstreamer_@GST_MAJORMINOR@_la_DEPENDENCIES) $(AM_V_CCLD)$(libgstreamer_@GST_MAJORMINOR@_la_LINK) -rpath $(libdir) $(libgstreamer_@GST_MAJORMINOR@_la_OBJECTS) $(libgstreamer_@GST_MAJORMINOR@_la_LIBADD) $(LIBS) mostlyclean-compile: diff -Nru gstreamer0.10-0.10.35.3/gst/parse/Makefile.in gstreamer0.10-0.10.36/gst/parse/Makefile.in --- gstreamer0.10-0.10.35.3/gst/parse/Makefile.in 2012-02-04 15:55:50.000000000 +0000 +++ gstreamer0.10-0.10.36/gst/parse/Makefile.in 2012-02-20 22:48:24.000000000 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11.2 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -88,8 +88,8 @@ libgstparse_la-lex.priv_gst_parse_yy.lo \ libgstparse_la-grammar.tab.lo libgstparse_la_OBJECTS = $(nodist_libgstparse_la_OBJECTS) -AM_V_lt = $(am__v_lt_$(V)) -am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent libgstparse_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ @@ -105,21 +105,21 @@ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) -AM_V_CC = $(am__v_CC_$(V)) -am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) +AM_V_CC = $(am__v_CC_@AM_V@) +am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ -AM_V_CCLD = $(am__v_CCLD_$(V)) -am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) +AM_V_CCLD = $(am__v_CCLD_@AM_V@) +am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; SOURCES = $(nodist_libgstparse_la_SOURCES) DIST_SOURCES = @@ -463,7 +463,7 @@ echo "rm -f \"$${dir}/so_locations\""; \ rm -f "$${dir}/so_locations"; \ done -libgstparse.la: $(libgstparse_la_OBJECTS) $(libgstparse_la_DEPENDENCIES) +libgstparse.la: $(libgstparse_la_OBJECTS) $(libgstparse_la_DEPENDENCIES) $(EXTRA_libgstparse_la_DEPENDENCIES) $(AM_V_CCLD)$(libgstparse_la_LINK) $(libgstparse_la_OBJECTS) $(libgstparse_la_LIBADD) $(LIBS) mostlyclean-compile: diff -Nru gstreamer0.10-0.10.35.3/gstreamer.doap gstreamer0.10-0.10.36/gstreamer.doap --- gstreamer0.10-0.10.35.3/gstreamer.doap 2011-12-11 18:45:56.000000000 +0000 +++ gstreamer0.10-0.10.36/gstreamer.doap 2012-02-20 22:13:11.000000000 +0000 @@ -40,6 +40,18 @@ + 0.10.36 + 0.10 + Harder + 2012-02-20 + + + + + + + + 0.10.35 0.10 Nuclear Fission diff -Nru gstreamer0.10-0.10.35.3/gstreamer.spec gstreamer0.10-0.10.36/gstreamer.spec --- gstreamer0.10-0.10.35.3/gstreamer.spec 2012-02-04 15:56:27.000000000 +0000 +++ gstreamer0.10-0.10.36/gstreamer.spec 2012-02-20 22:48:51.000000000 +0000 @@ -5,8 +5,8 @@ %define _libxml2 2.4.9 Name: %{gstreamer} -Version: 0.10.35.3 -Release: 0.20120204.155558 +Version: 0.10.36 +Release: 1 Summary: GStreamer streaming media framework runtime Group: Applications/Multimedia diff -Nru gstreamer0.10-0.10.35.3/libs/gst/base/gstbaseparse.c gstreamer0.10-0.10.36/libs/gst/base/gstbaseparse.c --- gstreamer0.10-0.10.35.3/libs/gst/base/gstbaseparse.c 2012-01-18 01:07:24.000000000 +0000 +++ gstreamer0.10-0.10.36/libs/gst/base/gstbaseparse.c 2012-02-15 12:41:49.000000000 +0000 @@ -1433,14 +1433,6 @@ if ((update_min || update_avg || update_max)) gst_base_parse_post_bitrates (parse, update_min, update_avg, update_max); - /* If average bitrate changes that much and no valid (time) duration provided, - * then post a new duration message so applications can update their cached - * values */ - if (update_avg && !(parse->priv->duration_fmt == GST_FORMAT_TIME && - GST_CLOCK_TIME_IS_VALID (parse->priv->duration))) - gst_element_post_message (GST_ELEMENT (parse), - gst_message_new_duration (GST_OBJECT (parse), GST_FORMAT_TIME, -1)); - exit: return; } @@ -2189,12 +2181,11 @@ } seen_key = FALSE; } - } else { seen_delta = TRUE; + } else { + seen_key = TRUE; } - seen_key |= !GST_BUFFER_FLAG_IS_SET (buf, GST_BUFFER_FLAG_DELTA_UNIT); - parse->priv->buffers_send = g_slist_prepend (parse->priv->buffers_send, buf); parse->priv->buffers_queued = diff -Nru gstreamer0.10-0.10.35.3/libs/gst/base/Makefile.in gstreamer0.10-0.10.36/libs/gst/base/Makefile.in --- gstreamer0.10-0.10.35.3/libs/gst/base/Makefile.in 2012-02-04 15:55:51.000000000 +0000 +++ gstreamer0.10-0.10.36/libs/gst/base/Makefile.in 2012-02-20 22:48:26.000000000 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11.2 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -131,8 +131,8 @@ libgstbase_@GST_MAJORMINOR@_la-gstdataqueue.lo libgstbase_@GST_MAJORMINOR@_la_OBJECTS = \ $(am_libgstbase_@GST_MAJORMINOR@_la_OBJECTS) -AM_V_lt = $(am__v_lt_$(V)) -am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent libgstbase_@GST_MAJORMINOR@_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ @@ -148,21 +148,21 @@ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) -AM_V_CC = $(am__v_CC_$(V)) -am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) +AM_V_CC = $(am__v_CC_@AM_V@) +am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ -AM_V_CCLD = $(am__v_CCLD_$(V)) -am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) +AM_V_CCLD = $(am__v_CCLD_@AM_V@) +am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; SOURCES = $(libgstbase_@GST_MAJORMINOR@_la_SOURCES) DIST_SOURCES = $(libgstbase_@GST_MAJORMINOR@_la_SOURCES) @@ -564,7 +564,7 @@ echo "rm -f \"$${dir}/so_locations\""; \ rm -f "$${dir}/so_locations"; \ done -libgstbase-@GST_MAJORMINOR@.la: $(libgstbase_@GST_MAJORMINOR@_la_OBJECTS) $(libgstbase_@GST_MAJORMINOR@_la_DEPENDENCIES) +libgstbase-@GST_MAJORMINOR@.la: $(libgstbase_@GST_MAJORMINOR@_la_OBJECTS) $(libgstbase_@GST_MAJORMINOR@_la_DEPENDENCIES) $(EXTRA_libgstbase_@GST_MAJORMINOR@_la_DEPENDENCIES) $(AM_V_CCLD)$(libgstbase_@GST_MAJORMINOR@_la_LINK) -rpath $(libdir) $(libgstbase_@GST_MAJORMINOR@_la_OBJECTS) $(libgstbase_@GST_MAJORMINOR@_la_LIBADD) $(LIBS) mostlyclean-compile: diff -Nru gstreamer0.10-0.10.35.3/libs/gst/check/libcheck/Makefile.in gstreamer0.10-0.10.36/libs/gst/check/libcheck/Makefile.in --- gstreamer0.10-0.10.35.3/libs/gst/check/libcheck/Makefile.in 2012-02-04 15:55:51.000000000 +0000 +++ gstreamer0.10-0.10.36/libs/gst/check/libcheck/Makefile.in 2012-02-20 22:48:26.000000000 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11.2 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -95,8 +95,8 @@ am__objects_2 = am_libcheckinternal_la_OBJECTS = $(am__objects_1) $(am__objects_2) libcheckinternal_la_OBJECTS = $(am_libcheckinternal_la_OBJECTS) -AM_V_lt = $(am__v_lt_$(V)) -am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent libcheckinternal_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ @@ -112,21 +112,21 @@ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) -AM_V_CC = $(am__v_CC_$(V)) -am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) +AM_V_CC = $(am__v_CC_@AM_V@) +am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ -AM_V_CCLD = $(am__v_CCLD_$(V)) -am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) +AM_V_CCLD = $(am__v_CCLD_@AM_V@) +am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; SOURCES = $(libcheckinternal_la_SOURCES) DIST_SOURCES = $(libcheckinternal_la_SOURCES) @@ -481,7 +481,7 @@ echo "rm -f \"$${dir}/so_locations\""; \ rm -f "$${dir}/so_locations"; \ done -libcheckinternal.la: $(libcheckinternal_la_OBJECTS) $(libcheckinternal_la_DEPENDENCIES) +libcheckinternal.la: $(libcheckinternal_la_OBJECTS) $(libcheckinternal_la_DEPENDENCIES) $(EXTRA_libcheckinternal_la_DEPENDENCIES) $(AM_V_CCLD)$(libcheckinternal_la_LINK) $(libcheckinternal_la_OBJECTS) $(libcheckinternal_la_LIBADD) $(LIBS) mostlyclean-compile: diff -Nru gstreamer0.10-0.10.35.3/libs/gst/check/Makefile.in gstreamer0.10-0.10.36/libs/gst/check/Makefile.in --- gstreamer0.10-0.10.35.3/libs/gst/check/Makefile.in 2012-02-04 15:55:51.000000000 +0000 +++ gstreamer0.10-0.10.36/libs/gst/check/Makefile.in 2012-02-20 22:48:26.000000000 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11.2 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -122,8 +122,8 @@ libgstcheck_@GST_MAJORMINOR@_la-gstconsistencychecker.lo libgstcheck_@GST_MAJORMINOR@_la_OBJECTS = \ $(am_libgstcheck_@GST_MAJORMINOR@_la_OBJECTS) -AM_V_lt = $(am__v_lt_$(V)) -am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent libgstcheck_@GST_MAJORMINOR@_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ @@ -139,21 +139,21 @@ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) -AM_V_CC = $(am__v_CC_$(V)) -am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) +AM_V_CC = $(am__v_CC_@AM_V@) +am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ -AM_V_CCLD = $(am__v_CCLD_$(V)) -am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) +AM_V_CCLD = $(am__v_CCLD_@AM_V@) +am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; SOURCES = $(libgstcheck_@GST_MAJORMINOR@_la_SOURCES) DIST_SOURCES = $(libgstcheck_@GST_MAJORMINOR@_la_SOURCES) @@ -640,7 +640,7 @@ echo "rm -f \"$${dir}/so_locations\""; \ rm -f "$${dir}/so_locations"; \ done -libgstcheck-@GST_MAJORMINOR@.la: $(libgstcheck_@GST_MAJORMINOR@_la_OBJECTS) $(libgstcheck_@GST_MAJORMINOR@_la_DEPENDENCIES) +libgstcheck-@GST_MAJORMINOR@.la: $(libgstcheck_@GST_MAJORMINOR@_la_OBJECTS) $(libgstcheck_@GST_MAJORMINOR@_la_DEPENDENCIES) $(EXTRA_libgstcheck_@GST_MAJORMINOR@_la_DEPENDENCIES) $(AM_V_CCLD)$(libgstcheck_@GST_MAJORMINOR@_la_LINK) -rpath $(libdir) $(libgstcheck_@GST_MAJORMINOR@_la_OBJECTS) $(libgstcheck_@GST_MAJORMINOR@_la_LIBADD) $(LIBS) mostlyclean-compile: diff -Nru gstreamer0.10-0.10.35.3/libs/gst/controller/Makefile.in gstreamer0.10-0.10.36/libs/gst/controller/Makefile.in --- gstreamer0.10-0.10.35.3/libs/gst/controller/Makefile.in 2012-02-04 15:55:51.000000000 +0000 +++ gstreamer0.10-0.10.36/libs/gst/controller/Makefile.in 2012-02-20 22:48:26.000000000 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11.2 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -127,8 +127,8 @@ libgstcontroller_@GST_MAJORMINOR@_la-gstlfocontrolsource.lo libgstcontroller_@GST_MAJORMINOR@_la_OBJECTS = \ $(am_libgstcontroller_@GST_MAJORMINOR@_la_OBJECTS) -AM_V_lt = $(am__v_lt_$(V)) -am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent libgstcontroller_@GST_MAJORMINOR@_la_LINK = $(LIBTOOL) $(AM_V_lt) \ --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link \ @@ -145,21 +145,21 @@ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) -AM_V_CC = $(am__v_CC_$(V)) -am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) +AM_V_CC = $(am__v_CC_@AM_V@) +am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ -AM_V_CCLD = $(am__v_CCLD_$(V)) -am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) +AM_V_CCLD = $(am__v_CCLD_@AM_V@) +am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; SOURCES = $(libgstcontroller_@GST_MAJORMINOR@_la_SOURCES) DIST_SOURCES = $(libgstcontroller_@GST_MAJORMINOR@_la_SOURCES) @@ -541,7 +541,7 @@ echo "rm -f \"$${dir}/so_locations\""; \ rm -f "$${dir}/so_locations"; \ done -libgstcontroller-@GST_MAJORMINOR@.la: $(libgstcontroller_@GST_MAJORMINOR@_la_OBJECTS) $(libgstcontroller_@GST_MAJORMINOR@_la_DEPENDENCIES) +libgstcontroller-@GST_MAJORMINOR@.la: $(libgstcontroller_@GST_MAJORMINOR@_la_OBJECTS) $(libgstcontroller_@GST_MAJORMINOR@_la_DEPENDENCIES) $(EXTRA_libgstcontroller_@GST_MAJORMINOR@_la_DEPENDENCIES) $(AM_V_CCLD)$(libgstcontroller_@GST_MAJORMINOR@_la_LINK) -rpath $(libdir) $(libgstcontroller_@GST_MAJORMINOR@_la_OBJECTS) $(libgstcontroller_@GST_MAJORMINOR@_la_LIBADD) $(LIBS) mostlyclean-compile: diff -Nru gstreamer0.10-0.10.35.3/libs/gst/dataprotocol/Makefile.in gstreamer0.10-0.10.36/libs/gst/dataprotocol/Makefile.in --- gstreamer0.10-0.10.35.3/libs/gst/dataprotocol/Makefile.in 2012-02-04 15:55:51.000000000 +0000 +++ gstreamer0.10-0.10.36/libs/gst/dataprotocol/Makefile.in 2012-02-20 22:48:26.000000000 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11.2 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -118,8 +118,8 @@ libgstdataprotocol_@GST_MAJORMINOR@_la-dataprotocol.lo libgstdataprotocol_@GST_MAJORMINOR@_la_OBJECTS = \ $(am_libgstdataprotocol_@GST_MAJORMINOR@_la_OBJECTS) -AM_V_lt = $(am__v_lt_$(V)) -am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent libgstdataprotocol_@GST_MAJORMINOR@_la_LINK = $(LIBTOOL) $(AM_V_lt) \ --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link \ @@ -136,21 +136,21 @@ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) -AM_V_CC = $(am__v_CC_$(V)) -am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) +AM_V_CC = $(am__v_CC_@AM_V@) +am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ -AM_V_CCLD = $(am__v_CCLD_$(V)) -am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) +AM_V_CCLD = $(am__v_CCLD_@AM_V@) +am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; SOURCES = $(libgstdataprotocol_@GST_MAJORMINOR@_la_SOURCES) DIST_SOURCES = $(libgstdataprotocol_@GST_MAJORMINOR@_la_SOURCES) @@ -507,7 +507,7 @@ echo "rm -f \"$${dir}/so_locations\""; \ rm -f "$${dir}/so_locations"; \ done -libgstdataprotocol-@GST_MAJORMINOR@.la: $(libgstdataprotocol_@GST_MAJORMINOR@_la_OBJECTS) $(libgstdataprotocol_@GST_MAJORMINOR@_la_DEPENDENCIES) +libgstdataprotocol-@GST_MAJORMINOR@.la: $(libgstdataprotocol_@GST_MAJORMINOR@_la_OBJECTS) $(libgstdataprotocol_@GST_MAJORMINOR@_la_DEPENDENCIES) $(EXTRA_libgstdataprotocol_@GST_MAJORMINOR@_la_DEPENDENCIES) $(AM_V_CCLD)$(libgstdataprotocol_@GST_MAJORMINOR@_la_LINK) -rpath $(libdir) $(libgstdataprotocol_@GST_MAJORMINOR@_la_OBJECTS) $(libgstdataprotocol_@GST_MAJORMINOR@_la_LIBADD) $(LIBS) mostlyclean-compile: diff -Nru gstreamer0.10-0.10.35.3/libs/gst/helpers/Makefile.in gstreamer0.10-0.10.36/libs/gst/helpers/Makefile.in --- gstreamer0.10-0.10.35.3/libs/gst/helpers/Makefile.in 2012-02-04 15:55:51.000000000 +0000 +++ gstreamer0.10-0.10.36/libs/gst/helpers/Makefile.in 2012-02-20 22:48:27.000000000 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11.2 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -87,8 +87,8 @@ gst_plugin_scanner_OBJECTS = $(am_gst_plugin_scanner_OBJECTS) am__DEPENDENCIES_1 = gst_plugin_scanner_DEPENDENCIES = $(am__DEPENDENCIES_1) -AM_V_lt = $(am__v_lt_$(V)) -am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent gst_plugin_scanner_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ @@ -104,21 +104,21 @@ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) -AM_V_CC = $(am__v_CC_$(V)) -am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) +AM_V_CC = $(am__v_CC_@AM_V@) +am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ -AM_V_CCLD = $(am__v_CCLD_$(V)) -am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) +AM_V_CCLD = $(am__v_CCLD_@AM_V@) +am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; SOURCES = $(gst_plugin_scanner_SOURCES) DIST_SOURCES = $(gst_plugin_scanner_SOURCES) @@ -480,7 +480,7 @@ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ echo " rm -f" $$list; \ rm -f $$list -gst-plugin-scanner$(EXEEXT): $(gst_plugin_scanner_OBJECTS) $(gst_plugin_scanner_DEPENDENCIES) +gst-plugin-scanner$(EXEEXT): $(gst_plugin_scanner_OBJECTS) $(gst_plugin_scanner_DEPENDENCIES) $(EXTRA_gst_plugin_scanner_DEPENDENCIES) @rm -f gst-plugin-scanner$(EXEEXT) $(AM_V_CCLD)$(gst_plugin_scanner_LINK) $(gst_plugin_scanner_OBJECTS) $(gst_plugin_scanner_LDADD) $(LIBS) diff -Nru gstreamer0.10-0.10.35.3/libs/gst/Makefile.in gstreamer0.10-0.10.36/libs/gst/Makefile.in --- gstreamer0.10-0.10.35.3/libs/gst/Makefile.in 2012-02-04 15:55:51.000000000 +0000 +++ gstreamer0.10-0.10.36/libs/gst/Makefile.in 2012-02-20 22:48:25.000000000 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11.2 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -78,11 +78,11 @@ CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ SOURCES = DIST_SOURCES = diff -Nru gstreamer0.10-0.10.35.3/libs/gst/net/Makefile.in gstreamer0.10-0.10.36/libs/gst/net/Makefile.in --- gstreamer0.10-0.10.35.3/libs/gst/net/Makefile.in 2012-02-04 15:55:52.000000000 +0000 +++ gstreamer0.10-0.10.36/libs/gst/net/Makefile.in 2012-02-20 22:48:27.000000000 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11.2 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -123,8 +123,8 @@ libgstnet_@GST_MAJORMINOR@_la-gstnettimeprovider.lo libgstnet_@GST_MAJORMINOR@_la_OBJECTS = \ $(am_libgstnet_@GST_MAJORMINOR@_la_OBJECTS) -AM_V_lt = $(am__v_lt_$(V)) -am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent libgstnet_@GST_MAJORMINOR@_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ @@ -140,21 +140,21 @@ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) -AM_V_CC = $(am__v_CC_$(V)) -am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) +AM_V_CC = $(am__v_CC_@AM_V@) +am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ -AM_V_CCLD = $(am__v_CCLD_$(V)) -am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) +AM_V_CCLD = $(am__v_CCLD_@AM_V@) +am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; SOURCES = $(libgstnet_@GST_MAJORMINOR@_la_SOURCES) DIST_SOURCES = $(libgstnet_@GST_MAJORMINOR@_la_SOURCES) @@ -526,7 +526,7 @@ echo "rm -f \"$${dir}/so_locations\""; \ rm -f "$${dir}/so_locations"; \ done -libgstnet-@GST_MAJORMINOR@.la: $(libgstnet_@GST_MAJORMINOR@_la_OBJECTS) $(libgstnet_@GST_MAJORMINOR@_la_DEPENDENCIES) +libgstnet-@GST_MAJORMINOR@.la: $(libgstnet_@GST_MAJORMINOR@_la_OBJECTS) $(libgstnet_@GST_MAJORMINOR@_la_DEPENDENCIES) $(EXTRA_libgstnet_@GST_MAJORMINOR@_la_DEPENDENCIES) $(AM_V_CCLD)$(libgstnet_@GST_MAJORMINOR@_la_LINK) -rpath $(libdir) $(libgstnet_@GST_MAJORMINOR@_la_OBJECTS) $(libgstnet_@GST_MAJORMINOR@_la_LIBADD) $(LIBS) mostlyclean-compile: diff -Nru gstreamer0.10-0.10.35.3/libs/Makefile.in gstreamer0.10-0.10.36/libs/Makefile.in --- gstreamer0.10-0.10.35.3/libs/Makefile.in 2012-02-04 15:55:50.000000000 +0000 +++ gstreamer0.10-0.10.36/libs/Makefile.in 2012-02-20 22:48:24.000000000 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11.2 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -78,11 +78,11 @@ CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ SOURCES = DIST_SOURCES = diff -Nru gstreamer0.10-0.10.35.3/m4/Makefile.in gstreamer0.10-0.10.36/m4/Makefile.in --- gstreamer0.10-0.10.35.3/m4/Makefile.in 2012-02-04 15:55:52.000000000 +0000 +++ gstreamer0.10-0.10.36/m4/Makefile.in 2012-02-20 22:48:27.000000000 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11.2 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -78,11 +78,11 @@ CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ SOURCES = DIST_SOURCES = diff -Nru gstreamer0.10-0.10.35.3/Makefile.in gstreamer0.10-0.10.36/Makefile.in --- gstreamer0.10-0.10.35.3/Makefile.in 2012-02-04 15:55:55.000000000 +0000 +++ gstreamer0.10-0.10.36/Makefile.in 2012-02-20 22:48:34.000000000 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11.2 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -101,11 +101,11 @@ CONFIG_HEADER = config.h CONFIG_CLEAN_FILES = stamp.h gst-element-check.m4 gstreamer.spec CONFIG_CLEAN_VPATH_FILES = -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ SOURCES = DIST_SOURCES = @@ -156,9 +156,11 @@ distdir = $(PACKAGE)-$(VERSION) top_distdir = $(distdir) am__remove_distdir = \ - { test ! -d "$(distdir)" \ - || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ - && rm -fr "$(distdir)"; }; } + if test -d "$(distdir)"; then \ + find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ + && rm -rf "$(distdir)" \ + || { sleep 5 && rm -rf "$(distdir)"; }; \ + else :; fi am__relativize = \ dir0=`pwd`; \ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ @@ -586,6 +588,7 @@ echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ esac; +$(top_srcdir)/common/win32.mak $(top_srcdir)/common/release.mak $(top_srcdir)/common/po.mak $(top_srcdir)/common/coverage/lcov.mak $(top_srcdir)/common/cruft.mak: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) $(SHELL) ./config.status --recheck @@ -856,6 +859,10 @@ tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 $(am__remove_distdir) +dist-lzip: distdir + tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz + $(am__remove_distdir) + dist-lzma: distdir tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma $(am__remove_distdir) @@ -893,6 +900,8 @@ bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ *.tar.lzma*) \ lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\ + *.tar.lz*) \ + lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ *.tar.xz*) \ xz -dc $(distdir).tar.xz | $(am__untar) ;;\ *.tar.Z*) \ @@ -1083,8 +1092,8 @@ .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ all all-am all-local am--refresh check check-am clean \ clean-generic clean-libtool ctags ctags-recursive dist \ - dist-all dist-bzip2 dist-gzip dist-hook dist-lzma dist-shar \ - dist-tarZ dist-xz dist-zip distcheck distclean \ + dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-lzma \ + dist-shar dist-tarZ dist-xz dist-zip distcheck distclean \ distclean-generic distclean-hdr distclean-libtool \ distclean-tags distcleancheck distdir distuninstallcheck dvi \ dvi-am html html-am info info-am install install-aclocalDATA \ diff -Nru gstreamer0.10-0.10.35.3/missing gstreamer0.10-0.10.36/missing --- gstreamer0.10-0.10.35.3/missing 2012-02-04 15:55:47.000000000 +0000 +++ gstreamer0.10-0.10.36/missing 2012-02-20 21:31:41.000000000 +0000 @@ -1,10 +1,10 @@ #! /bin/sh # Common stub for a few missing GNU programs while installing. -scriptversion=2009-04-28.21; # UTC +scriptversion=2012-01-06.13; # UTC # Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006, -# 2008, 2009 Free Software Foundation, Inc. +# 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. # Originally by Fran,cois Pinard , 1996. # This program is free software; you can redistribute it and/or modify @@ -84,7 +84,6 @@ help2man touch the output file lex create \`lex.yy.c', if possible, from existing .c makeinfo touch the output file - tar try tar, gnutar, gtar, then tar without non-portable flags yacc create \`y.tab.[ch]', if possible, from existing .[ch] Version suffixes to PROGRAM as well as the prefixes \`gnu-', \`gnu', and @@ -122,15 +121,6 @@ # Not GNU programs, they don't have --version. ;; - tar*) - if test -n "$run"; then - echo 1>&2 "ERROR: \`tar' requires --run" - exit 1 - elif test "x$2" = "x--version" || test "x$2" = "x--help"; then - exit 1 - fi - ;; - *) if test -z "$run" && ($1 --version) > /dev/null 2>&1; then # We have it, but it failed. @@ -226,7 +216,7 @@ \`Bison' from any GNU archive site." rm -f y.tab.c y.tab.h if test $# -ne 1; then - eval LASTARG="\${$#}" + eval LASTARG=\${$#} case $LASTARG in *.y) SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'` @@ -256,7 +246,7 @@ \`Flex' from any GNU archive site." rm -f lex.yy.c if test $# -ne 1; then - eval LASTARG="\${$#}" + eval LASTARG=\${$#} case $LASTARG in *.l) SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'` @@ -318,41 +308,6 @@ touch $file ;; - tar*) - shift - - # We have already tried tar in the generic part. - # Look for gnutar/gtar before invocation to avoid ugly error - # messages. - if (gnutar --version > /dev/null 2>&1); then - gnutar "$@" && exit 0 - fi - if (gtar --version > /dev/null 2>&1); then - gtar "$@" && exit 0 - fi - firstarg="$1" - if shift; then - case $firstarg in - *o*) - firstarg=`echo "$firstarg" | sed s/o//` - tar "$firstarg" "$@" && exit 0 - ;; - esac - case $firstarg in - *h*) - firstarg=`echo "$firstarg" | sed s/h//` - tar "$firstarg" "$@" && exit 0 - ;; - esac - fi - - echo 1>&2 "\ -WARNING: I can't seem to be able to run \`tar' with the given arguments. - You may want to install GNU tar or Free paxutils, or check the - command line arguments." - exit 1 - ;; - *) echo 1>&2 "\ WARNING: \`$1' is needed, and is $msg. diff -Nru gstreamer0.10-0.10.35.3/NEWS gstreamer0.10-0.10.36/NEWS --- gstreamer0.10-0.10.35.3/NEWS 2011-12-11 18:45:52.000000000 +0000 +++ gstreamer0.10-0.10.36/NEWS 2012-02-20 23:01:49.000000000 +0000 @@ -1,4 +1,186 @@ -This is GStreamer 0.10.35 "Nuclear Fission" +This is GStreamer 0.10.36 "Harder" + +Changes since 0.10.35: + + * bin: Don't interpret pipelines without sink elements as always being in EOS state + * bin: Only post EOS messages after reaching the PLAYING state + * buffer: add set/get_qdata() to attach arbitrary metadata to buffers + * caps, structure, gstvalue: some optimisations and improvements + * miniobject: add weak referencing functionality + * gstobject: make gst_object_replace() atomic + * pad: Only do the subset check in gst_pad_accept_caps() if the pad claims to accept the caps + * pad: make public some ghostpad/proxypad API + * preset: allow applications to specify an extra preset directory with application-specific presets + * collectpads: add GstCollectPads2 API + * basebarse: new detect vfunc so subclassed can do some format detection first + * baseparse: new get_sink_caps vfunc so downstream caps restrictions can be propagated upstream + * baseparse: answer position query in stream time and try upstream first + * baseparse: send duration message when updating internal duration + * baseparse: make baseparse-based elements is reusable + * baseparse: provide latency query support + * basesink: don't compensate for render-delay twice + * basesink: try harder to arrange increasing position reporting + * basesrc: allow for the size to change dynamically + * basetransform: add query vfunc + * basetransform: caps negotiation improvements + * basetransform: delay serialized events when src caps are not set yet + * filesrc: do not mistake short reads for EOS + * filesrc/fdsrc: indicate dynamic size handling to basesrc + * inputselector: add sync mode that syncs inactive pads to the running time of the active pad + * queue2: add bufferlist support + * queue2: adjust input data rate estimation + * multiqueue: add mode to synchronize deactivated/not-linked streams by the running time + * multiqueue: check filled state of queues even if another one is empty + * outputselector: don't send last segment/buffer when no segment was configured yet + * tools: teach gst-launch about missing-plugin messages + * tools: make unversioned wrapper look for -0.10 tools only + +Bugs fixed since 0.10.35: + + * 647940 : [basesrc] - fails to send updated segment event when duration changes + * 662777 : Caps negotiation got a lot slow since the last release + * 647493 : Regression: gstbus: Not getting all messages posted on the bus + * 415754 : [API] GstCollectPads2; muxing sparse/subtitle streams + * 459466 : double memory usage for pluginfeature names + * 546570 : gst_caps_append/merge should not require caps2 to be writable + * 609473 : [miniobject] Add support for weak references + * 619844 : [basetransform] transform_caps can ignore pass-through + * 628021 : [baseaudiosink] position reporting not increasing + * 629300 : gstructure: New API for comparing structures + * 643269 : dot file flow direction + * 645017 : [inputselector] Add mode to drop buffers only after the active sinkpad's running time is after the current buffer + * 645107 : [multiqueue] Implement throttling based on stream's running time + * 647756 : [bin] Posting EOS message although not reached PLAYING yet + * 648025 : parse-launch: don't unescape inside quotes + * 650002 : 'No space left on device' message logged continuously, filling /home slice + * 650973 : check: add fail_unless_equals_int64 + * 652037 : basesrc: less persistent caching of size + * 652577 : basesink: s/if/is/ + * 653137 : Warnings in Gstreamer (core) with Clang compiler + * 653172 : Compilation fails when PR_SET_NAME is not defined in prctl.h + * 655155 : Build failure for gstcontroller.c -- (-Wall) assignment discards qualifiers from pointer target type + * 655204 : bad interaction between queue and adder + * 655381 : GstBitReader and GstByteReader functions missing out argument annotations + * 656193 : don't revalidate utf8 elementfactory metadata all the time + * 656265 : Fix compiler warnings reported by ICC + * 656557 : Add Farsight and Nice support to gst-uninstalled + * 657316 : capsfilter is racy when changing the caps during initial pipeline startup + * 657318 : basetranform dosn't allow query handlers to be overridden + * 657421 : Fix compiler warnings reported by ICC + * 658076 : setcaps function for ghost pads never called + * 658449 : Fix typos in docs and code comments + * 658517 : [ghostpad] Peer query does not work with empty GstPlaySinkVideoConvert + * 658518 : basesink: Backport query override support + * 658541 : [API change] caps negotiation failures + * 658918 : [pad] set caps on pad before checking for peer + * 659139 : gstpad: make some debug traces more useful + * 659571 : basetransform: delay events we cannot send right away + * 659606 : Remaining non-subset caps warnings + * 660083 : Fix mingw compiler warnings + * 660144 : [GstBaseParse] make start/stop methods optional + * 660165 : basetransform: send delayed events earlier + * 660760 : .prs presets needs to have a per-application option + * 660778 : multiqueue: check filled state of queues even if another one is empty + * 660955 : gst_type_register_static_full: guard against large instance sizes that don't fit into a guint16 + * 662091 : plugin loader: spawn new plugin loader helper after loading N plugins + * 662199 : [capsfilter] behavior has changed + * 662291 : basetransform: cache transformed caps where appropriate + * 662664 : API: add gst_element_class_add_static_pad_template() and fix template pad ref leaks + * 663333 : basetransfrom cache should be invalidated whenever there is any change in the peer caps + * 663643 : gstvalue: consider lists and ranges equal if they hold the same set + * 664221 : [baseparse] ::sink_get_caps() vfunc breaks API/ABI + * 664720 : API: add gst_buffer_{set,get}_qdata() + * 665921 : filesrc: Incorrect EOF detection in create_read + * 666174 : [basetransform] causes segfaults because gst_pad_alloc_buffer_and_set_caps return a buffer with a size of 0 + * 667284 : registry: add missing #ifndef guard + * 667286 : gstpoll: Include correct poll.h based on autoconf test + * 667288 : plugins: Explicitly cast initialization values to the correct type. + * 667290 : tools: Include locale.h before any i18n headers. + * 667298 : basesink: don't compensate for render-delay twice + * 667444 : baseparse: clear adapter in reset so no old data is read when re-using elements + * 668289 : regression: playbin2: repeat mode only repeats twice in totem + * 668764 : collectpads2: move private stuff into private struct + * 669036 : Missing include in gstpreset.h causes build error + * 669502 : [baseparse] duration msg spam when upstream knows avg bitrate + +API additions since 0.10.35: + + * gst_base_parse_set_latency() + * GstBaseParse::detect + * GstBaseParse::get_sink_caps + * gst_base_src_set_dynamic_size() + * GstBaseTransform::query + * gst_collect_pads2_add_pad() + * gst_collect_pads2_add_pad_full() + * gst_collect_pads2_available() + * gst_collect_pads2()_collect + * gst_collect_pads2_collect_range() + * gst_collect_pads2_flush() + * gst_collect_pads2_get_type() + * gst_collect_pads2_is_active() + * gst_collect_pads2_new() + * gst_collect_pads2_peek() + * gst_collect_pads2_pop() + * gst_collect_pads2_read() + * gst_collect_pads2_read_buffer() + * gst_collect_pads2_remove_pad() + * gst_collect_pads2_set_buffer_function() + * gst_collect_pads2_set_clip_function() + * gst_collect_pads2_set_compare_function() + * gst_collect_pads2_set_event_function() + * gst_collect_pads2_set_flushing() + * gst_collect_pads2_set_function() + * gst_collect_pads2_set_waiting() + * gst_collect_pads2_start() + * gst_collect_pads2_stop() + * gst_collect_pads2_take_buffer() + * gst_buffer_get_qdata() + * gst_buffer_set_qdata() + * gst_caps_is_strictly_equal() + * gst_caps_is_subset_structure + * gst_element_class_add_static_pad_template() + * GstElement::state_changed + * gst_ghost_pad_activate_pull_default() + * gst_ghost_pad_activate_push_default() + * gst_ghost_pad_internal_activate_pull_default() + * gst_ghost_pad_internal_activate_push_default() + * gst_ghost_pad_link_default() + * gst_ghost_pad_setcaps_default() + * gst_ghost_pad_unlink_default() + * gst_mini_object_weak_ref() + * gst_mini_object_weak_unref() + * gst_preset_get_app_dir() + * gst_preset_set_app_dir() + * gst_proxy_pad_acceptcaps_default() + * gst_proxy_pad_bufferalloc_default() + * gst_proxy_pad_chain_default() + * gst_proxy_pad_chain_list_default() + * gst_proxy_pad_checkgetrange_default() + * gst_proxy_pad_event_default() + * gst_proxy_pad_fixatecaps_default() + * gst_proxy_pad_get_internal() + * gst_proxy_pad_getcaps_default() + * gst_proxy_pad_getrange_default() + * gst_proxy_pad_iterate_internal_links_default() + * gst_proxy_pad_query_default() + * gst_proxy_pad_query_type_default() + * gst_proxy_pad_setcaps_default() + * gst_proxy_pad_unlink_default() + * gst_structure_can_intersect() + * gst_structure_intersect() + * gst_structure_is_equal() + * gst_structure_is_subset() + * gst_tag_list_is_equal() + * gst_tag_list_new_from_string() + * gst_tag_list_to_string() + * fail_unless_equals_int64() + +API deprecations since 0.10.35: + + * gst_plugin_feature_type_name_filter() + * GstTypeNameData + * gst_filter_run() + * GstFilterFunc Changes since 0.10.34: diff -Nru gstreamer0.10-0.10.35.3/pkgconfig/Makefile.in gstreamer0.10-0.10.36/pkgconfig/Makefile.in --- gstreamer0.10-0.10.35.3/pkgconfig/Makefile.in 2012-02-04 15:55:52.000000000 +0000 +++ gstreamer0.10-0.10.36/pkgconfig/Makefile.in 2012-02-20 22:48:27.000000000 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11.2 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -97,11 +97,11 @@ gstreamer-dataprotocol-uninstalled.pc gstreamer-net.pc \ gstreamer-net-uninstalled.pc CONFIG_CLEAN_VPATH_FILES = -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ SOURCES = DIST_SOURCES = diff -Nru gstreamer0.10-0.10.35.3/plugins/elements/Makefile.in gstreamer0.10-0.10.36/plugins/elements/Makefile.in --- gstreamer0.10-0.10.35.3/plugins/elements/Makefile.in 2012-02-04 15:55:52.000000000 +0000 +++ gstreamer0.10-0.10.36/plugins/elements/Makefile.in 2012-02-20 22:48:28.000000000 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11.2 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -131,8 +131,8 @@ libgstcoreelements_la-gsttypefindelement.lo \ libgstcoreelements_la-gstvalve.lo libgstcoreelements_la_OBJECTS = $(am_libgstcoreelements_la_OBJECTS) -AM_V_lt = $(am__v_lt_$(V)) -am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent libgstcoreelements_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ $(libgstcoreelements_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ @@ -148,21 +148,21 @@ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) -AM_V_CC = $(am__v_CC_$(V)) -am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) +AM_V_CC = $(am__v_CC_@AM_V@) +am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ -AM_V_CCLD = $(am__v_CCLD_$(V)) -am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) +AM_V_CCLD = $(am__v_CCLD_@AM_V@) +am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; SOURCES = $(libgstcoreelements_la_SOURCES) DIST_SOURCES = $(libgstcoreelements_la_SOURCES) @@ -557,7 +557,7 @@ echo "rm -f \"$${dir}/so_locations\""; \ rm -f "$${dir}/so_locations"; \ done -libgstcoreelements.la: $(libgstcoreelements_la_OBJECTS) $(libgstcoreelements_la_DEPENDENCIES) +libgstcoreelements.la: $(libgstcoreelements_la_OBJECTS) $(libgstcoreelements_la_DEPENDENCIES) $(EXTRA_libgstcoreelements_la_DEPENDENCIES) $(AM_V_CCLD)$(libgstcoreelements_la_LINK) -rpath $(plugindir) $(libgstcoreelements_la_OBJECTS) $(libgstcoreelements_la_LIBADD) $(LIBS) mostlyclean-compile: diff -Nru gstreamer0.10-0.10.35.3/plugins/indexers/Makefile.in gstreamer0.10-0.10.36/plugins/indexers/Makefile.in --- gstreamer0.10-0.10.35.3/plugins/indexers/Makefile.in 2012-02-04 15:55:52.000000000 +0000 +++ gstreamer0.10-0.10.36/plugins/indexers/Makefile.in 2012-02-20 22:48:28.000000000 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11.2 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -119,8 +119,8 @@ libgstcoreindexers_la-gstindexers.lo \ libgstcoreindexers_la-gstmemindex.lo $(am__objects_1) libgstcoreindexers_la_OBJECTS = $(am_libgstcoreindexers_la_OBJECTS) -AM_V_lt = $(am__v_lt_$(V)) -am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent libgstcoreindexers_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ $(libgstcoreindexers_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ @@ -136,21 +136,21 @@ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) -AM_V_CC = $(am__v_CC_$(V)) -am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) +AM_V_CC = $(am__v_CC_@AM_V@) +am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ -AM_V_CCLD = $(am__v_CCLD_$(V)) -am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) +AM_V_CCLD = $(am__v_CCLD_@AM_V@) +am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; SOURCES = $(libgstcoreindexers_la_SOURCES) DIST_SOURCES = $(am__libgstcoreindexers_la_SOURCES_DIST) @@ -511,7 +511,7 @@ echo "rm -f \"$${dir}/so_locations\""; \ rm -f "$${dir}/so_locations"; \ done -libgstcoreindexers.la: $(libgstcoreindexers_la_OBJECTS) $(libgstcoreindexers_la_DEPENDENCIES) +libgstcoreindexers.la: $(libgstcoreindexers_la_OBJECTS) $(libgstcoreindexers_la_DEPENDENCIES) $(EXTRA_libgstcoreindexers_la_DEPENDENCIES) $(AM_V_CCLD)$(libgstcoreindexers_la_LINK) -rpath $(plugindir) $(libgstcoreindexers_la_OBJECTS) $(libgstcoreindexers_la_LIBADD) $(LIBS) mostlyclean-compile: diff -Nru gstreamer0.10-0.10.35.3/plugins/Makefile.in gstreamer0.10-0.10.36/plugins/Makefile.in --- gstreamer0.10-0.10.35.3/plugins/Makefile.in 2012-02-04 15:55:52.000000000 +0000 +++ gstreamer0.10-0.10.36/plugins/Makefile.in 2012-02-20 22:48:27.000000000 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11.2 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -78,11 +78,11 @@ CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ SOURCES = DIST_SOURCES = Binary files /tmp/SYTKs5WBs7/gstreamer0.10-0.10.35.3/po/af.gmo and /tmp/UCEhADWSW7/gstreamer0.10-0.10.36/po/af.gmo differ diff -Nru gstreamer0.10-0.10.35.3/po/af.po gstreamer0.10-0.10.36/po/af.po --- gstreamer0.10-0.10.35.3/po/af.po 2012-02-05 10:14:16.000000000 +0000 +++ gstreamer0.10-0.10.36/po/af.po 2012-02-20 23:15:17.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: gstreamer 0.9.7\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-02-05 00:19+0000\n" +"POT-Creation-Date: 2012-02-20 21:32+0000\n" "PO-Revision-Date: 2005-12-05 11:45+0200\n" "Last-Translator: Petri Jooste \n" "Language-Team: Afrikaans \n" Binary files /tmp/SYTKs5WBs7/gstreamer0.10-0.10.35.3/po/az.gmo and /tmp/UCEhADWSW7/gstreamer0.10-0.10.36/po/az.gmo differ diff -Nru gstreamer0.10-0.10.35.3/po/az.po gstreamer0.10-0.10.36/po/az.po --- gstreamer0.10-0.10.35.3/po/az.po 2012-02-05 10:14:16.000000000 +0000 +++ gstreamer0.10-0.10.36/po/az.po 2012-02-20 23:15:17.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: gstreamer-0.8.0\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-02-05 00:19+0000\n" +"POT-Creation-Date: 2012-02-20 21:32+0000\n" "PO-Revision-Date: 2004-03-19 18:40+0200\n" "Last-Translator: Metin Amiroff \n" "Language-Team: Azerbaijani \n" Binary files /tmp/SYTKs5WBs7/gstreamer0.10-0.10.35.3/po/be.gmo and /tmp/UCEhADWSW7/gstreamer0.10-0.10.36/po/be.gmo differ diff -Nru gstreamer0.10-0.10.35.3/po/be.po gstreamer0.10-0.10.36/po/be.po --- gstreamer0.10-0.10.35.3/po/be.po 2012-02-05 10:14:16.000000000 +0000 +++ gstreamer0.10-0.10.36/po/be.po 2012-02-20 23:15:17.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: gstreamer 0.9.7\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-02-05 00:19+0000\n" +"POT-Creation-Date: 2012-02-20 21:32+0000\n" "PO-Revision-Date: 2006-01-18 22:26+0200\n" "Last-Translator: Ales Nyakhaychyk \n" "Language-Team: Belarusian \n" Binary files /tmp/SYTKs5WBs7/gstreamer0.10-0.10.35.3/po/bg.gmo and /tmp/UCEhADWSW7/gstreamer0.10-0.10.36/po/bg.gmo differ diff -Nru gstreamer0.10-0.10.35.3/po/bg.po gstreamer0.10-0.10.36/po/bg.po --- gstreamer0.10-0.10.35.3/po/bg.po 2012-02-05 10:14:16.000000000 +0000 +++ gstreamer0.10-0.10.36/po/bg.po 2012-02-20 23:15:17.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: gstreamer 0.10.32.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-02-05 00:19+0000\n" +"POT-Creation-Date: 2012-02-20 21:32+0000\n" "PO-Revision-Date: 2011-04-26 22:40+0300\n" "Last-Translator: Alexander Shopov \n" "Language-Team: Bulgarian \n" Binary files /tmp/SYTKs5WBs7/gstreamer0.10-0.10.35.3/po/ca.gmo and /tmp/UCEhADWSW7/gstreamer0.10-0.10.36/po/ca.gmo differ diff -Nru gstreamer0.10-0.10.35.3/po/ca.po gstreamer0.10-0.10.36/po/ca.po --- gstreamer0.10-0.10.35.3/po/ca.po 2012-02-05 10:14:16.000000000 +0000 +++ gstreamer0.10-0.10.36/po/ca.po 2012-02-20 23:15:17.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: gstreamer 0.10.30.3\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-02-05 00:19+0000\n" +"POT-Creation-Date: 2012-02-20 21:32+0000\n" "PO-Revision-Date: 2010-11-04 19:41+0100\n" "Last-Translator: Jordi Mallach \n" "Language-Team: Catalan \n" Binary files /tmp/SYTKs5WBs7/gstreamer0.10-0.10.35.3/po/cs.gmo and /tmp/UCEhADWSW7/gstreamer0.10-0.10.36/po/cs.gmo differ diff -Nru gstreamer0.10-0.10.35.3/po/cs.po gstreamer0.10-0.10.36/po/cs.po --- gstreamer0.10-0.10.35.3/po/cs.po 2012-02-05 10:14:16.000000000 +0000 +++ gstreamer0.10-0.10.36/po/cs.po 2012-02-20 23:15:17.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: gstreamer 0.10.32.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-02-05 00:19+0000\n" +"POT-Creation-Date: 2012-02-20 21:32+0000\n" "PO-Revision-Date: 2011-12-01 08:17+0100\n" "Last-Translator: Marek Černocký \n" "Language-Team: Czech \n" Binary files /tmp/SYTKs5WBs7/gstreamer0.10-0.10.35.3/po/da.gmo and /tmp/UCEhADWSW7/gstreamer0.10-0.10.36/po/da.gmo differ diff -Nru gstreamer0.10-0.10.35.3/po/da.po gstreamer0.10-0.10.36/po/da.po --- gstreamer0.10-0.10.35.3/po/da.po 2012-02-05 10:14:16.000000000 +0000 +++ gstreamer0.10-0.10.36/po/da.po 2012-02-20 23:15:17.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: gstreamer 0.10.30.3\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-02-05 00:19+0000\n" +"POT-Creation-Date: 2012-02-20 21:32+0000\n" "PO-Revision-Date: 2010-11-06 22:52+0100\n" "Last-Translator: Mogens Jaeger \n" "Language-Team: Danish \n" Binary files /tmp/SYTKs5WBs7/gstreamer0.10-0.10.35.3/po/de.gmo and /tmp/UCEhADWSW7/gstreamer0.10-0.10.36/po/de.gmo differ diff -Nru gstreamer0.10-0.10.35.3/po/de.po gstreamer0.10-0.10.36/po/de.po --- gstreamer0.10-0.10.35.3/po/de.po 2012-02-05 10:14:16.000000000 +0000 +++ gstreamer0.10-0.10.36/po/de.po 2012-02-20 23:15:17.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: gstreamer 0.10.32.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-02-05 00:19+0000\n" +"POT-Creation-Date: 2012-02-20 21:32+0000\n" "PO-Revision-Date: 2011-04-27 23:44+0200\n" "Last-Translator: Christian Kirbach \n" "Language-Team: German \n" Binary files /tmp/SYTKs5WBs7/gstreamer0.10-0.10.35.3/po/el.gmo and /tmp/UCEhADWSW7/gstreamer0.10-0.10.36/po/el.gmo differ diff -Nru gstreamer0.10-0.10.35.3/po/el.po gstreamer0.10-0.10.36/po/el.po --- gstreamer0.10-0.10.35.3/po/el.po 2012-02-05 10:14:16.000000000 +0000 +++ gstreamer0.10-0.10.36/po/el.po 2012-02-20 23:15:17.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: gstreamer-0.10.30.3\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-02-05 00:19+0000\n" +"POT-Creation-Date: 2012-02-20 21:32+0000\n" "PO-Revision-Date: 2010-11-29 11:14+0200\n" "Last-Translator: Michael Kotsarinis \n" "Language-Team: Greek \n" Binary files /tmp/SYTKs5WBs7/gstreamer0.10-0.10.35.3/po/en_GB.gmo and /tmp/UCEhADWSW7/gstreamer0.10-0.10.36/po/en_GB.gmo differ diff -Nru gstreamer0.10-0.10.35.3/po/en_GB.po gstreamer0.10-0.10.36/po/en_GB.po --- gstreamer0.10-0.10.35.3/po/en_GB.po 2012-02-05 10:14:16.000000000 +0000 +++ gstreamer0.10-0.10.36/po/en_GB.po 2012-02-20 23:15:17.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: gstreamer 0.8.1\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-02-05 00:19+0000\n" +"POT-Creation-Date: 2012-02-20 21:32+0000\n" "PO-Revision-Date: 2004-04-26 10:36-0400\n" "Last-Translator: Gareth Owen \n" "Language-Team: English (British) \n" Binary files /tmp/SYTKs5WBs7/gstreamer0.10-0.10.35.3/po/eo.gmo and /tmp/UCEhADWSW7/gstreamer0.10-0.10.36/po/eo.gmo differ diff -Nru gstreamer0.10-0.10.35.3/po/eo.po gstreamer0.10-0.10.36/po/eo.po --- gstreamer0.10-0.10.35.3/po/eo.po 2012-02-05 10:14:16.000000000 +0000 +++ gstreamer0.10-0.10.36/po/eo.po 2012-02-20 23:15:17.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: gstreamer 0.10.32.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-02-05 00:19+0000\n" +"POT-Creation-Date: 2012-02-20 21:32+0000\n" "PO-Revision-Date: 2011-06-04 21:11+0100\n" "Last-Translator: Kristjan SCHMIDT \n" "Language-Team: Esperanto \n" Binary files /tmp/SYTKs5WBs7/gstreamer0.10-0.10.35.3/po/es.gmo and /tmp/UCEhADWSW7/gstreamer0.10-0.10.36/po/es.gmo differ diff -Nru gstreamer0.10-0.10.35.3/po/es.po gstreamer0.10-0.10.36/po/es.po --- gstreamer0.10-0.10.35.3/po/es.po 2012-02-05 10:14:16.000000000 +0000 +++ gstreamer0.10-0.10.36/po/es.po 2012-02-20 23:15:17.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: gstreamer 0.10.32.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-02-05 00:19+0000\n" +"POT-Creation-Date: 2012-02-20 21:32+0000\n" "PO-Revision-Date: 2011-10-02 15:45+0200\n" "Last-Translator: Jorge González González \n" "Language-Team: Spanish \n" Binary files /tmp/SYTKs5WBs7/gstreamer0.10-0.10.35.3/po/eu.gmo and /tmp/UCEhADWSW7/gstreamer0.10-0.10.36/po/eu.gmo differ diff -Nru gstreamer0.10-0.10.35.3/po/eu.po gstreamer0.10-0.10.36/po/eu.po --- gstreamer0.10-0.10.35.3/po/eu.po 2012-02-05 10:14:16.000000000 +0000 +++ gstreamer0.10-0.10.36/po/eu.po 2012-02-20 23:15:17.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: gstreamer-0.10.26.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-02-05 00:19+0000\n" +"POT-Creation-Date: 2012-02-20 21:32+0000\n" "PO-Revision-Date: 2010-03-25 13:10+0100\n" "Last-Translator: Mikel Olasagasti Uranga \n" "Language-Team: Basque \n" Binary files /tmp/SYTKs5WBs7/gstreamer0.10-0.10.35.3/po/fi.gmo and /tmp/UCEhADWSW7/gstreamer0.10-0.10.36/po/fi.gmo differ diff -Nru gstreamer0.10-0.10.35.3/po/fi.po gstreamer0.10-0.10.36/po/fi.po --- gstreamer0.10-0.10.35.3/po/fi.po 2012-02-05 10:14:16.000000000 +0000 +++ gstreamer0.10-0.10.36/po/fi.po 2012-02-20 23:15:17.000000000 +0000 @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: gstreamer 0.10.30.3\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-02-05 00:19+0000\n" +"POT-Creation-Date: 2012-02-20 21:32+0000\n" "PO-Revision-Date: 2010-11-17 23:10+0200\n" "Last-Translator: Tommi Vainikainen \n" "Language-Team: Finnish \n" Binary files /tmp/SYTKs5WBs7/gstreamer0.10-0.10.35.3/po/fr.gmo and /tmp/UCEhADWSW7/gstreamer0.10-0.10.36/po/fr.gmo differ diff -Nru gstreamer0.10-0.10.35.3/po/fr.po gstreamer0.10-0.10.36/po/fr.po --- gstreamer0.10-0.10.35.3/po/fr.po 2012-02-05 10:14:16.000000000 +0000 +++ gstreamer0.10-0.10.36/po/fr.po 2012-02-20 23:15:17.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: gstreamer 0.10.32.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-02-05 00:19+0000\n" +"POT-Creation-Date: 2012-02-20 21:32+0000\n" "PO-Revision-Date: 2011-04-28 09:34+0200\n" "Last-Translator: Claude Paroz \n" "Language-Team: French \n" Binary files /tmp/SYTKs5WBs7/gstreamer0.10-0.10.35.3/po/gl.gmo and /tmp/UCEhADWSW7/gstreamer0.10-0.10.36/po/gl.gmo differ diff -Nru gstreamer0.10-0.10.35.3/po/gl.po gstreamer0.10-0.10.36/po/gl.po --- gstreamer0.10-0.10.35.3/po/gl.po 2012-02-05 10:14:17.000000000 +0000 +++ gstreamer0.10-0.10.36/po/gl.po 2012-02-20 23:15:17.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: gstreamer 0.10.32.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-02-05 00:19+0000\n" +"POT-Creation-Date: 2012-02-20 21:32+0000\n" "PO-Revision-Date: 2011-09-05 12:49+0200\n" "Last-Translator: Fran Dieguez \n" "Language-Team: Galician \n" diff -Nru gstreamer0.10-0.10.35.3/po/gstreamer-0.10.pot gstreamer0.10-0.10.36/po/gstreamer-0.10.pot --- gstreamer0.10-0.10.35.3/po/gstreamer-0.10.pot 2012-02-05 00:19:21.000000000 +0000 +++ gstreamer0.10-0.10.36/po/gstreamer-0.10.pot 2012-02-20 21:32:51.000000000 +0000 @@ -5,9 +5,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: gstreamer 0.10.35.3\n" +"Project-Id-Version: gstreamer 0.10.36\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-02-05 00:19+0000\n" +"POT-Creation-Date: 2012-02-20 21:32+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Binary files /tmp/SYTKs5WBs7/gstreamer0.10-0.10.35.3/po/hu.gmo and /tmp/UCEhADWSW7/gstreamer0.10-0.10.36/po/hu.gmo differ diff -Nru gstreamer0.10-0.10.35.3/po/hu.po gstreamer0.10-0.10.36/po/hu.po --- gstreamer0.10-0.10.35.3/po/hu.po 2012-02-05 10:14:17.000000000 +0000 +++ gstreamer0.10-0.10.36/po/hu.po 2012-02-20 23:15:17.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: gstreamer 0.10.30.3\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-02-05 00:19+0000\n" +"POT-Creation-Date: 2012-02-20 21:32+0000\n" "PO-Revision-Date: 2010-11-01 13:39+0100\n" "Last-Translator: Gabor Kelemen \n" "Language-Team: Hungarian \n" Binary files /tmp/SYTKs5WBs7/gstreamer0.10-0.10.35.3/po/id.gmo and /tmp/UCEhADWSW7/gstreamer0.10-0.10.36/po/id.gmo differ diff -Nru gstreamer0.10-0.10.35.3/po/id.po gstreamer0.10-0.10.36/po/id.po --- gstreamer0.10-0.10.35.3/po/id.po 2012-02-05 10:14:17.000000000 +0000 +++ gstreamer0.10-0.10.36/po/id.po 2012-02-20 21:32:52.000000000 +0000 @@ -1,13 +1,13 @@ # Indonesian translations for gstreamer package. # This file is put in the public domain. -# Andhika Padmawan , 2010. +# Andhika Padmawan , 2010-2012. # msgid "" msgstr "" -"Project-Id-Version: gstreamer 0.10.29.2\n" +"Project-Id-Version: gstreamer 0.10.32.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-02-05 00:19+0000\n" -"PO-Revision-Date: 2010-06-29 21:55+0700\n" +"POT-Creation-Date: 2012-02-20 21:32+0000\n" +"PO-Revision-Date: 2012-01-28 11:44+0700\n" "Last-Translator: Andhika Padmawan \n" "Language-Team: Indonesian \n" "Language: id\n" @@ -153,7 +153,7 @@ msgstr "Tak dapat mengatur pustaka pendukung." msgid "Encoding error." -msgstr "" +msgstr "Galat penyandian." msgid "GStreamer encountered a general resource error." msgstr "GStreamer menghadapi galat umum sumber daya." @@ -303,13 +303,11 @@ msgid "date the data was created (as a GDate structure)" msgstr "tanggal data dibuat (menurut struktur GDate)" -#, fuzzy msgid "datetime" -msgstr "tanggal" +msgstr "tanggalwaktu" -#, fuzzy msgid "date and time the data was created (as a GstDateTime structure)" -msgstr "tanggal data dibuat (menurut struktur GDate)" +msgstr "tanggal dan waktu data dibuat (menurut struktur GDateTime)" msgid "genre" msgstr "genre" @@ -405,12 +403,11 @@ msgid "URI to the copyright notice of the data" msgstr "URI ke keterangan hak cipta data" -#, fuzzy msgid "encoded by" -msgstr "penyandi" +msgstr "disandikan oleh" msgid "name of the encoding person or organization" -msgstr "" +msgstr "nama penyandian orang atau organisasi" msgid "contact" msgstr "kontak" @@ -653,12 +650,11 @@ "lokasi di dalam kota tempat media dihasilkan atau dibuat (misalnya " "lingkungan)" -#, fuzzy msgid "geo location horizontal error" -msgstr "nama lokasi geografis" +msgstr "galat horizontal lokasi geografis" msgid "expected error of the horizontal positioning measures (in meters)" -msgstr "" +msgstr "galat yang diharapkan dari pengukuran posisi horizontal (dalam meter)" msgid "geo location movement speed" msgstr "kecepatan gerak lokasi geografis" @@ -765,19 +761,17 @@ msgid "Model of the device used to create this media" msgstr "Model divais yang digunakan untuk membuat media ini" -#, fuzzy msgid "application name" -msgstr "nama lokasi geografis" +msgstr "nama aplikasi" -#, fuzzy msgid "Application used to create the media" -msgstr "Model divais yang digunakan untuk membuat media ini" +msgstr "Aplikasi yang digunakan untuk membuat media" msgid "application data" -msgstr "" +msgstr "data aplikasi" msgid "Arbitrary application data to be serialized into the media" -msgstr "" +msgstr "Data aplikasi wajib yang akan diurutkan dalam media" msgid "image orientation" msgstr "orientasi gambar" @@ -963,13 +957,13 @@ msgstr "dapat dikendalikan" msgid "changeable in NULL, READY, PAUSED or PLAYING state" -msgstr "" +msgstr "dapat diubah dalam kondisi NULL, READY, PAUSED atau PLAYING" msgid "changeable only in NULL, READY or PAUSED state" -msgstr "" +msgstr "hanya dapat diubah dalam kondisi NULL, READY, atau PAUSED" msgid "changeable only in NULL or READY state" -msgstr "" +msgstr "hanya dapat diubah dalam kondisi NULL atau READY" msgid "Blacklisted files:" msgstr "Berkas yang dilarang:" @@ -1053,7 +1047,7 @@ msgstr "GALAT: elemen yang dinamakan '%s' tak ditemukan.\n" msgid "Index statistics" -msgstr "" +msgstr "Statistik indeks" #, c-format msgid "Got message #%u from element \"%s\" (%s): " @@ -1165,7 +1159,7 @@ msgstr "Paksa EOS pada sumber sebelum mematikan pemipaan" msgid "Gather and print index statistics" -msgstr "" +msgstr "Kumpulkan dan cetak statistik indeks" #, c-format msgid "ERROR: pipeline could not be constructed: %s.\n" Binary files /tmp/SYTKs5WBs7/gstreamer0.10-0.10.35.3/po/it.gmo and /tmp/UCEhADWSW7/gstreamer0.10-0.10.36/po/it.gmo differ diff -Nru gstreamer0.10-0.10.35.3/po/it.po gstreamer0.10-0.10.36/po/it.po --- gstreamer0.10-0.10.35.3/po/it.po 2012-02-05 10:14:17.000000000 +0000 +++ gstreamer0.10-0.10.36/po/it.po 2012-02-20 23:15:17.000000000 +0000 @@ -106,7 +106,7 @@ msgstr "" "Project-Id-Version: gstreamer 0.10.30.3\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-02-05 00:19+0000\n" +"POT-Creation-Date: 2012-02-20 21:32+0000\n" "PO-Revision-Date: 2010-10-25 10:03+0200\n" "Last-Translator: Luca Ferretti \n" "Language-Team: Italian \n" Binary files /tmp/SYTKs5WBs7/gstreamer0.10-0.10.35.3/po/ja.gmo and /tmp/UCEhADWSW7/gstreamer0.10-0.10.36/po/ja.gmo differ diff -Nru gstreamer0.10-0.10.35.3/po/ja.po gstreamer0.10-0.10.36/po/ja.po --- gstreamer0.10-0.10.35.3/po/ja.po 2012-02-05 10:14:17.000000000 +0000 +++ gstreamer0.10-0.10.36/po/ja.po 2012-02-20 23:15:17.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: gstreamer 0.10.20.3\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-02-05 00:19+0000\n" +"POT-Creation-Date: 2012-02-20 21:32+0000\n" "PO-Revision-Date: 2008-10-16 19:57+0900\n" "Last-Translator: Makoto Kato \n" "Language-Team: Japanese \n" Binary files /tmp/SYTKs5WBs7/gstreamer0.10-0.10.35.3/po/lt.gmo and /tmp/UCEhADWSW7/gstreamer0.10-0.10.36/po/lt.gmo differ diff -Nru gstreamer0.10-0.10.35.3/po/lt.po gstreamer0.10-0.10.36/po/lt.po --- gstreamer0.10-0.10.35.3/po/lt.po 2012-02-05 10:14:17.000000000 +0000 +++ gstreamer0.10-0.10.36/po/lt.po 2012-02-20 23:15:17.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: gstreamer 0.10.29.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-02-05 00:19+0000\n" +"POT-Creation-Date: 2012-02-20 21:32+0000\n" "PO-Revision-Date: 2010-07-16 00:50+0300\n" "Last-Translator: Žygimantas Beručka \n" "Language-Team: Lithuanian \n" Binary files /tmp/SYTKs5WBs7/gstreamer0.10-0.10.35.3/po/nb.gmo and /tmp/UCEhADWSW7/gstreamer0.10-0.10.36/po/nb.gmo differ diff -Nru gstreamer0.10-0.10.35.3/po/nb.po gstreamer0.10-0.10.36/po/nb.po --- gstreamer0.10-0.10.35.3/po/nb.po 2012-02-05 10:14:17.000000000 +0000 +++ gstreamer0.10-0.10.36/po/nb.po 2012-02-20 23:15:17.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: gstreamer 0.10.30.3\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-02-05 00:19+0000\n" +"POT-Creation-Date: 2012-02-20 21:32+0000\n" "PO-Revision-Date: 2010-10-24 21:36+0200\n" "Last-Translator: Kjartan Maraas \n" "Language-Team: Norwegian Bokmaal \n" Binary files /tmp/SYTKs5WBs7/gstreamer0.10-0.10.35.3/po/nl.gmo and /tmp/UCEhADWSW7/gstreamer0.10-0.10.36/po/nl.gmo differ diff -Nru gstreamer0.10-0.10.35.3/po/nl.po gstreamer0.10-0.10.36/po/nl.po --- gstreamer0.10-0.10.35.3/po/nl.po 2012-02-05 10:14:17.000000000 +0000 +++ gstreamer0.10-0.10.36/po/nl.po 2012-02-20 23:15:17.000000000 +0000 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: gstreamer 0.10.32.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-02-05 00:19+0000\n" +"POT-Creation-Date: 2012-02-20 21:32+0000\n" "PO-Revision-Date: 2011-04-26 23:10+0200\n" "Last-Translator: Freek de Kruijf \n" "Language-Team: Dutch \n" Binary files /tmp/SYTKs5WBs7/gstreamer0.10-0.10.35.3/po/pl.gmo and /tmp/UCEhADWSW7/gstreamer0.10-0.10.36/po/pl.gmo differ diff -Nru gstreamer0.10-0.10.35.3/po/pl.po gstreamer0.10-0.10.36/po/pl.po --- gstreamer0.10-0.10.35.3/po/pl.po 2012-02-05 10:14:17.000000000 +0000 +++ gstreamer0.10-0.10.36/po/pl.po 2012-02-20 23:15:17.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: gstreamer 0.10.32.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-02-05 00:19+0000\n" +"POT-Creation-Date: 2012-02-20 21:32+0000\n" "PO-Revision-Date: 2011-04-26 17:54+0200\n" "Last-Translator: Jakub Bogusz \n" "Language-Team: Polish \n" Binary files /tmp/SYTKs5WBs7/gstreamer0.10-0.10.35.3/po/pt_BR.gmo and /tmp/UCEhADWSW7/gstreamer0.10-0.10.36/po/pt_BR.gmo differ diff -Nru gstreamer0.10-0.10.35.3/po/pt_BR.po gstreamer0.10-0.10.36/po/pt_BR.po --- gstreamer0.10-0.10.35.3/po/pt_BR.po 2012-02-05 10:14:17.000000000 +0000 +++ gstreamer0.10-0.10.36/po/pt_BR.po 2012-02-20 23:15:17.000000000 +0000 @@ -17,7 +17,7 @@ msgstr "" "Project-Id-Version: gstreamer-0.10.31.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-02-05 00:19+0000\n" +"POT-Creation-Date: 2012-02-20 21:32+0000\n" "PO-Revision-Date: 2011-01-08 01:36-0300\n" "Last-Translator: Fabrício Godoy \n" "Language-Team: Brazilian Portuguese \n" Binary files /tmp/SYTKs5WBs7/gstreamer0.10-0.10.35.3/po/ro.gmo and /tmp/UCEhADWSW7/gstreamer0.10-0.10.36/po/ro.gmo differ diff -Nru gstreamer0.10-0.10.35.3/po/ro.po gstreamer0.10-0.10.36/po/ro.po --- gstreamer0.10-0.10.35.3/po/ro.po 2012-02-05 10:14:17.000000000 +0000 +++ gstreamer0.10-0.10.36/po/ro.po 2012-02-20 23:15:17.000000000 +0000 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: gstreamer 0.10.29.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-02-05 00:19+0000\n" +"POT-Creation-Date: 2012-02-20 21:32+0000\n" "PO-Revision-Date: 2010-08-16 01:10+0300\n" "Last-Translator: Lucian Adrian Grijincu \n" "Language-Team: Romanian \n" Binary files /tmp/SYTKs5WBs7/gstreamer0.10-0.10.35.3/po/ru.gmo and /tmp/UCEhADWSW7/gstreamer0.10-0.10.36/po/ru.gmo differ diff -Nru gstreamer0.10-0.10.35.3/po/ru.po gstreamer0.10-0.10.36/po/ru.po --- gstreamer0.10-0.10.35.3/po/ru.po 2012-02-05 10:14:17.000000000 +0000 +++ gstreamer0.10-0.10.36/po/ru.po 2012-02-20 23:15:17.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: gstreamer-0.10.32.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-02-05 00:19+0000\n" +"POT-Creation-Date: 2012-02-20 21:32+0000\n" "PO-Revision-Date: 2011-04-26 20:25+0400\n" "Last-Translator: Yuri Kozlov \n" "Language-Team: Russian \n" Binary files /tmp/SYTKs5WBs7/gstreamer0.10-0.10.35.3/po/rw.gmo and /tmp/UCEhADWSW7/gstreamer0.10-0.10.36/po/rw.gmo differ diff -Nru gstreamer0.10-0.10.35.3/po/rw.po gstreamer0.10-0.10.36/po/rw.po --- gstreamer0.10-0.10.35.3/po/rw.po 2012-02-05 10:14:17.000000000 +0000 +++ gstreamer0.10-0.10.36/po/rw.po 2012-02-20 23:15:17.000000000 +0000 @@ -15,7 +15,7 @@ msgstr "" "Project-Id-Version: gstreamer 0.8.8\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-02-05 00:19+0000\n" +"POT-Creation-Date: 2012-02-20 21:32+0000\n" "PO-Revision-Date: 2005-04-04 10:55-0700\n" "Last-Translator: Steven Michael Murphy \n" "Language-Team: Kinyarwanda \n" Binary files /tmp/SYTKs5WBs7/gstreamer0.10-0.10.35.3/po/sk.gmo and /tmp/UCEhADWSW7/gstreamer0.10-0.10.36/po/sk.gmo differ diff -Nru gstreamer0.10-0.10.35.3/po/sk.po gstreamer0.10-0.10.36/po/sk.po --- gstreamer0.10-0.10.35.3/po/sk.po 2012-02-05 10:14:17.000000000 +0000 +++ gstreamer0.10-0.10.36/po/sk.po 2012-02-20 23:15:17.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: gstreamer 0.10.30.3\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-02-05 00:19+0000\n" +"POT-Creation-Date: 2012-02-20 21:32+0000\n" "PO-Revision-Date: 2010-11-08 16:13+0100\n" "Last-Translator: Peter Tuhársky \n" "Language-Team: Slovak \n" Binary files /tmp/SYTKs5WBs7/gstreamer0.10-0.10.35.3/po/sl.gmo and /tmp/UCEhADWSW7/gstreamer0.10-0.10.36/po/sl.gmo differ diff -Nru gstreamer0.10-0.10.35.3/po/sl.po gstreamer0.10-0.10.36/po/sl.po --- gstreamer0.10-0.10.35.3/po/sl.po 2012-02-05 10:14:17.000000000 +0000 +++ gstreamer0.10-0.10.36/po/sl.po 2012-02-20 23:15:17.000000000 +0000 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: gstreamer 0.10.32.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-02-05 00:19+0000\n" +"POT-Creation-Date: 2012-02-20 21:32+0000\n" "PO-Revision-Date: 2011-09-22 15:02+0100\n" "Last-Translator: Klemen Košir \n" "Language-Team: Slovenian \n" Binary files /tmp/SYTKs5WBs7/gstreamer0.10-0.10.35.3/po/sq.gmo and /tmp/UCEhADWSW7/gstreamer0.10-0.10.36/po/sq.gmo differ diff -Nru gstreamer0.10-0.10.35.3/po/sq.po gstreamer0.10-0.10.36/po/sq.po --- gstreamer0.10-0.10.35.3/po/sq.po 2012-02-05 10:14:17.000000000 +0000 +++ gstreamer0.10-0.10.36/po/sq.po 2012-02-20 23:15:17.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: gstreamer 0.8.4\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-02-05 00:19+0000\n" +"POT-Creation-Date: 2012-02-20 21:32+0000\n" "PO-Revision-Date: 2004-08-07 23:46+0200\n" "Last-Translator: Laurent Dhima \n" "Language-Team: Albanian \n" Binary files /tmp/SYTKs5WBs7/gstreamer0.10-0.10.35.3/po/sr.gmo and /tmp/UCEhADWSW7/gstreamer0.10-0.10.36/po/sr.gmo differ diff -Nru gstreamer0.10-0.10.35.3/po/sr.po gstreamer0.10-0.10.36/po/sr.po --- gstreamer0.10-0.10.35.3/po/sr.po 2012-02-05 10:14:17.000000000 +0000 +++ gstreamer0.10-0.10.36/po/sr.po 2012-02-20 23:15:17.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: gstreamer-0.10.32.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-02-05 00:19+0000\n" +"POT-Creation-Date: 2012-02-20 21:32+0000\n" "PO-Revision-Date: 2011-12-05 10:40+0200\n" "Last-Translator: Мирослав Николић \n" "Language-Team: Serbian \n" Binary files /tmp/SYTKs5WBs7/gstreamer0.10-0.10.35.3/po/sv.gmo and /tmp/UCEhADWSW7/gstreamer0.10-0.10.36/po/sv.gmo differ diff -Nru gstreamer0.10-0.10.35.3/po/sv.po gstreamer0.10-0.10.36/po/sv.po --- gstreamer0.10-0.10.35.3/po/sv.po 2012-02-05 10:14:17.000000000 +0000 +++ gstreamer0.10-0.10.36/po/sv.po 2012-02-20 23:15:17.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: gstreamer 0.10.31.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-02-05 00:19+0000\n" +"POT-Creation-Date: 2012-02-20 21:32+0000\n" "PO-Revision-Date: 2011-01-09 19:46+0100\n" "Last-Translator: Daniel Nylander \n" "Language-Team: Swedish \n" Binary files /tmp/SYTKs5WBs7/gstreamer0.10-0.10.35.3/po/tr.gmo and /tmp/UCEhADWSW7/gstreamer0.10-0.10.36/po/tr.gmo differ diff -Nru gstreamer0.10-0.10.35.3/po/tr.po gstreamer0.10-0.10.36/po/tr.po --- gstreamer0.10-0.10.35.3/po/tr.po 2012-02-05 10:14:17.000000000 +0000 +++ gstreamer0.10-0.10.36/po/tr.po 2012-02-20 23:15:17.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: gstreamer 0.8.0\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-02-05 00:19+0000\n" +"POT-Creation-Date: 2012-02-20 21:32+0000\n" "PO-Revision-Date: 2004-04-03 03:14+0300\n" "Last-Translator: Baris Cicek \n" "Language-Team: Turkish \n" Binary files /tmp/SYTKs5WBs7/gstreamer0.10-0.10.35.3/po/uk.gmo and /tmp/UCEhADWSW7/gstreamer0.10-0.10.36/po/uk.gmo differ diff -Nru gstreamer0.10-0.10.35.3/po/uk.po gstreamer0.10-0.10.36/po/uk.po --- gstreamer0.10-0.10.35.3/po/uk.po 2012-02-05 10:14:17.000000000 +0000 +++ gstreamer0.10-0.10.36/po/uk.po 2012-02-20 23:15:17.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: gstreamer 0.10.32.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-02-05 00:19+0000\n" +"POT-Creation-Date: 2012-02-20 21:32+0000\n" "PO-Revision-Date: 2011-04-30 20:26+0300\n" "Last-Translator: Yuri Chornoivan \n" "Language-Team: Ukrainian \n" Binary files /tmp/SYTKs5WBs7/gstreamer0.10-0.10.35.3/po/vi.gmo and /tmp/UCEhADWSW7/gstreamer0.10-0.10.36/po/vi.gmo differ diff -Nru gstreamer0.10-0.10.35.3/po/vi.po gstreamer0.10-0.10.36/po/vi.po --- gstreamer0.10-0.10.35.3/po/vi.po 2012-02-05 10:14:17.000000000 +0000 +++ gstreamer0.10-0.10.36/po/vi.po 2012-02-20 23:15:17.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: gstreamer 0.10.29.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-02-05 00:19+0000\n" +"POT-Creation-Date: 2012-02-20 21:32+0000\n" "PO-Revision-Date: 2010-10-03 19:09+1030\n" "Last-Translator: Clytie Siddall \n" "Language-Team: Vietnamese \n" Binary files /tmp/SYTKs5WBs7/gstreamer0.10-0.10.35.3/po/zh_CN.gmo and /tmp/UCEhADWSW7/gstreamer0.10-0.10.36/po/zh_CN.gmo differ diff -Nru gstreamer0.10-0.10.35.3/po/zh_CN.po gstreamer0.10-0.10.36/po/zh_CN.po --- gstreamer0.10-0.10.35.3/po/zh_CN.po 2012-02-05 10:14:17.000000000 +0000 +++ gstreamer0.10-0.10.36/po/zh_CN.po 2012-02-20 23:15:17.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: gstreamer 0.10.25.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-02-05 00:19+0000\n" +"POT-Creation-Date: 2012-02-20 21:32+0000\n" "PO-Revision-Date: 2010-02-02 18:58+0800\n" "Last-Translator: Ji ZhengYu \n" "Language-Team: Chinese (simplified) \n" Binary files /tmp/SYTKs5WBs7/gstreamer0.10-0.10.35.3/po/zh_TW.gmo and /tmp/UCEhADWSW7/gstreamer0.10-0.10.36/po/zh_TW.gmo differ diff -Nru gstreamer0.10-0.10.35.3/po/zh_TW.po gstreamer0.10-0.10.36/po/zh_TW.po --- gstreamer0.10-0.10.35.3/po/zh_TW.po 2012-02-05 10:14:17.000000000 +0000 +++ gstreamer0.10-0.10.36/po/zh_TW.po 2012-02-20 23:15:17.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: gstreamer 0.8.8\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-02-05 00:19+0000\n" +"POT-Creation-Date: 2012-02-20 21:32+0000\n" "PO-Revision-Date: 2005-04-27 14:55+0800\n" "Last-Translator: Abel Cheung \n" "Language-Team: Chinese (traditional) \n" diff -Nru gstreamer0.10-0.10.35.3/RELEASE gstreamer0.10-0.10.36/RELEASE --- gstreamer0.10-0.10.35.3/RELEASE 2011-12-11 18:45:52.000000000 +0000 +++ gstreamer0.10-0.10.36/RELEASE 2012-02-20 22:51:40.000000000 +0000 @@ -1,5 +1,5 @@ -Release notes for GStreamer 0.10.35 "Nuclear Fission" +Release notes for GStreamer 0.10.36 "Harder" @@ -37,13 +37,186 @@ Features of this release - * work around GLib atomic ops API change - * some minor win32/mingw fixes - * don't use G_CONST_RETURN in public headers + * bin: Don't interpret pipelines without sink elements as always being in EOS state + * bin: Only post EOS messages after reaching the PLAYING state + * buffer: add set/get_qdata() to attach arbitrary metadata to buffers + * caps, structure, gstvalue: some optimisations and improvements + * miniobject: add weak referencing functionality + * gstobject: make gst_object_replace() atomic + * pad: Only do the subset check in gst_pad_accept_caps() if the pad claims to accept the caps + * pad: make public some ghostpad/proxypad API + * preset: allow applications to specify an extra preset directory with application-specific presets + * collectpads: add GstCollectPads2 API + * basebarse: new detect vfunc so subclassed can do some format detection first + * baseparse: new get_sink_caps vfunc so downstream caps restrictions can be propagated upstream + * baseparse: answer position query in stream time and try upstream first + * baseparse: send duration message when updating internal duration + * baseparse: make baseparse-based elements is reusable + * baseparse: provide latency query support + * basesink: don't compensate for render-delay twice + * basesink: try harder to arrange increasing position reporting + * basesrc: allow for the size to change dynamically + * basetransform: add query vfunc + * basetransform: caps negotiation improvements + * basetransform: delay serialized events when src caps are not set yet + * filesrc: do not mistake short reads for EOS + * filesrc/fdsrc: indicate dynamic size handling to basesrc + * inputselector: add sync mode that syncs inactive pads to the running time of the active pad + * queue2: add bufferlist support + * queue2: adjust input data rate estimation + * multiqueue: add mode to synchronize deactivated/not-linked streams by the running time + * multiqueue: check filled state of queues even if another one is empty + * outputselector: don't send last segment/buffer when no segment was configured yet + * tools: teach gst-launch about missing-plugin messages + * tools: make unversioned wrapper look for -0.10 tools only Bugs fixed in this release - * 652211 : Use const instead G_CONST_RETURN + * 647940 : [basesrc] - fails to send updated segment event when duration changes + * 662777 : Caps negotiation got a lot slow since the last release + * 647493 : Regression: gstbus: Not getting all messages posted on the bus + * 415754 : [API] GstCollectPads2; muxing sparse/subtitle streams + * 459466 : double memory usage for pluginfeature names + * 546570 : gst_caps_append/merge should not require caps2 to be writable + * 609473 : [miniobject] Add support for weak references + * 619844 : [basetransform] transform_caps can ignore pass-through + * 628021 : [baseaudiosink] position reporting not increasing + * 629300 : gstructure: New API for comparing structures + * 643269 : dot file flow direction + * 645017 : [inputselector] Add mode to drop buffers only after the active sinkpad's running time is after the current buffer + * 645107 : [multiqueue] Implement throttling based on stream's running time + * 647756 : [bin] Posting EOS message although not reached PLAYING yet + * 648025 : parse-launch: don't unescape inside quotes + * 650002 : 'No space left on device' message logged continuously, filling /home slice + * 650973 : check: add fail_unless_equals_int64 + * 652037 : basesrc: less persistent caching of size + * 652577 : basesink: s/if/is/ + * 653137 : Warnings in Gstreamer (core) with Clang compiler + * 653172 : Compilation fails when PR_SET_NAME is not defined in prctl.h + * 655155 : Build failure for gstcontroller.c -- (-Wall) assignment discards qualifiers from pointer target type + * 655204 : bad interaction between queue and adder + * 655381 : GstBitReader and GstByteReader functions missing out argument annotations + * 656193 : don't revalidate utf8 elementfactory metadata all the time + * 656265 : Fix compiler warnings reported by ICC + * 656557 : Add Farsight and Nice support to gst-uninstalled + * 657316 : capsfilter is racy when changing the caps during initial pipeline startup + * 657318 : basetranform dosn't allow query handlers to be overridden + * 657421 : Fix compiler warnings reported by ICC + * 658076 : setcaps function for ghost pads never called + * 658449 : Fix typos in docs and code comments + * 658517 : [ghostpad] Peer query does not work with empty GstPlaySinkVideoConvert + * 658518 : basesink: Backport query override support + * 658541 : [API change] caps negotiation failures + * 658918 : [pad] set caps on pad before checking for peer + * 659139 : gstpad: make some debug traces more useful + * 659571 : basetransform: delay events we cannot send right away + * 659606 : Remaining non-subset caps warnings + * 660083 : Fix mingw compiler warnings + * 660144 : [GstBaseParse] make start/stop methods optional + * 660165 : basetransform: send delayed events earlier + * 660760 : .prs presets needs to have a per-application option + * 660778 : multiqueue: check filled state of queues even if another one is empty + * 660955 : gst_type_register_static_full: guard against large instance sizes that don't fit into a guint16 + * 662091 : plugin loader: spawn new plugin loader helper after loading N plugins + * 662199 : [capsfilter] behavior has changed + * 662291 : basetransform: cache transformed caps where appropriate + * 662664 : API: add gst_element_class_add_static_pad_template() and fix template pad ref leaks + * 663333 : basetransfrom cache should be invalidated whenever there is any change in the peer caps + * 663643 : gstvalue: consider lists and ranges equal if they hold the same set + * 664221 : [baseparse] ::sink_get_caps() vfunc breaks API/ABI + * 664720 : API: add gst_buffer_{set,get}_qdata() + * 665921 : filesrc: Incorrect EOF detection in create_read + * 666174 : [basetransform] causes segfaults because gst_pad_alloc_buffer_and_set_caps return a buffer with a size of 0 + * 667284 : registry: add missing #ifndef guard + * 667286 : gstpoll: Include correct poll.h based on autoconf test + * 667288 : plugins: Explicitly cast initialization values to the correct type. + * 667290 : tools: Include locale.h before any i18n headers. + * 667298 : basesink: don't compensate for render-delay twice + * 667444 : baseparse: clear adapter in reset so no old data is read when re-using elements + * 668289 : regression: playbin2: repeat mode only repeats twice in totem + * 668764 : collectpads2: move private stuff into private struct + * 669036 : Missing include in gstpreset.h causes build error + * 669502 : [baseparse] duration msg spam when upstream knows avg bitrate + +API changed in this release + +- API additions: + + * gst_base_parse_set_latency() + * GstBaseParse::detect + * GstBaseParse::get_sink_caps + * gst_base_src_set_dynamic_size() + * GstBaseTransform::query + * gst_collect_pads2_add_pad() + * gst_collect_pads2_add_pad_full() + * gst_collect_pads2_available() + * gst_collect_pads2()_collect + * gst_collect_pads2_collect_range() + * gst_collect_pads2_flush() + * gst_collect_pads2_get_type() + * gst_collect_pads2_is_active() + * gst_collect_pads2_new() + * gst_collect_pads2_peek() + * gst_collect_pads2_pop() + * gst_collect_pads2_read() + * gst_collect_pads2_read_buffer() + * gst_collect_pads2_remove_pad() + * gst_collect_pads2_set_buffer_function() + * gst_collect_pads2_set_clip_function() + * gst_collect_pads2_set_compare_function() + * gst_collect_pads2_set_event_function() + * gst_collect_pads2_set_flushing() + * gst_collect_pads2_set_function() + * gst_collect_pads2_set_waiting() + * gst_collect_pads2_start() + * gst_collect_pads2_stop() + * gst_collect_pads2_take_buffer() + * gst_buffer_get_qdata() + * gst_buffer_set_qdata() + * gst_caps_is_strictly_equal() + * gst_caps_is_subset_structure + * gst_element_class_add_static_pad_template() + * GstElement::state_changed + * gst_ghost_pad_activate_pull_default() + * gst_ghost_pad_activate_push_default() + * gst_ghost_pad_internal_activate_pull_default() + * gst_ghost_pad_internal_activate_push_default() + * gst_ghost_pad_link_default() + * gst_ghost_pad_setcaps_default() + * gst_ghost_pad_unlink_default() + * gst_mini_object_weak_ref() + * gst_mini_object_weak_unref() + * gst_preset_get_app_dir() + * gst_preset_set_app_dir() + * gst_proxy_pad_acceptcaps_default() + * gst_proxy_pad_bufferalloc_default() + * gst_proxy_pad_chain_default() + * gst_proxy_pad_chain_list_default() + * gst_proxy_pad_checkgetrange_default() + * gst_proxy_pad_event_default() + * gst_proxy_pad_fixatecaps_default() + * gst_proxy_pad_get_internal() + * gst_proxy_pad_getcaps_default() + * gst_proxy_pad_getrange_default() + * gst_proxy_pad_iterate_internal_links_default() + * gst_proxy_pad_query_default() + * gst_proxy_pad_query_type_default() + * gst_proxy_pad_setcaps_default() + * gst_proxy_pad_unlink_default() + * gst_structure_can_intersect() + * gst_structure_intersect() + * gst_structure_is_equal() + * gst_structure_is_subset() + * gst_tag_list_is_equal() + * gst_tag_list_new_from_string() + * gst_tag_list_to_string() + * fail_unless_equals_int64() +- API deprecations: + + * gst_plugin_feature_type_name_filter() + * GstTypeNameData + * gst_filter_run() + * GstFilterFunc Download @@ -77,7 +250,36 @@ Contributors to this release + * Antoine Tremblay * David Schleef - * Javier Jardón - * Руслан Ижбулатов + * Edward Hervey + * Emmanuel Pacaud + * Evan Nemerson + * Fabrizio (Misto) Milo + * Guillaume Desmottes + * Havard Graff + * Idar Tollefsen + * Jan Schmidt + * Josep Torra + * João Paulo Pizani Flor + * Mark Nauwelaerts + * Nicolas Dufresne + * Peteris Krisjanis + * Philip Jägenstedt + * Piotr Fusik + * Raimo Järvi + * Raluca Elena Podiuc + * René Stadler + * Reynaldo H. Verdejo Pinochet + * Robert Swain + * Sebastian Dröge + * Shaun Hoopes + * Sjoerd Simons + * Stas Sergeev + * Stefan Kost + * Stefan Sauer + * Thiago Santos + * Tim-Philipp Müller + * Vincent Penquerc'h + * Wim Taymans   \ No newline at end of file diff -Nru gstreamer0.10-0.10.35.3/tests/benchmarks/Makefile.in gstreamer0.10-0.10.36/tests/benchmarks/Makefile.in --- gstreamer0.10-0.10.35.3/tests/benchmarks/Makefile.in 2012-02-04 15:55:53.000000000 +0000 +++ gstreamer0.10-0.10.36/tests/benchmarks/Makefile.in 2012-02-20 22:48:28.000000000 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11.2 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -89,8 +89,8 @@ caps_LDADD = $(LDADD) am__DEPENDENCIES_1 = caps_DEPENDENCIES = $(am__DEPENDENCIES_1) -AM_V_lt = $(am__v_lt_$(V)) -am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent capsnego_SOURCES = capsnego.c capsnego_OBJECTS = capsnego.$(OBJEXT) @@ -138,21 +138,21 @@ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) -AM_V_CC = $(am__v_CC_$(V)) -am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) +AM_V_CC = $(am__v_CC_@AM_V@) +am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ -AM_V_CCLD = $(am__v_CCLD_$(V)) -am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) +AM_V_CCLD = $(am__v_CCLD_@AM_V@) +am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; SOURCES = caps.c capsnego.c complexity.c controller.c \ gstbufferstress.c gstclockstress.c gstpollstress.c init.c \ @@ -480,31 +480,31 @@ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ echo " rm -f" $$list; \ rm -f $$list -caps$(EXEEXT): $(caps_OBJECTS) $(caps_DEPENDENCIES) +caps$(EXEEXT): $(caps_OBJECTS) $(caps_DEPENDENCIES) $(EXTRA_caps_DEPENDENCIES) @rm -f caps$(EXEEXT) $(AM_V_CCLD)$(LINK) $(caps_OBJECTS) $(caps_LDADD) $(LIBS) -capsnego$(EXEEXT): $(capsnego_OBJECTS) $(capsnego_DEPENDENCIES) +capsnego$(EXEEXT): $(capsnego_OBJECTS) $(capsnego_DEPENDENCIES) $(EXTRA_capsnego_DEPENDENCIES) @rm -f capsnego$(EXEEXT) $(AM_V_CCLD)$(LINK) $(capsnego_OBJECTS) $(capsnego_LDADD) $(LIBS) -complexity$(EXEEXT): $(complexity_OBJECTS) $(complexity_DEPENDENCIES) +complexity$(EXEEXT): $(complexity_OBJECTS) $(complexity_DEPENDENCIES) $(EXTRA_complexity_DEPENDENCIES) @rm -f complexity$(EXEEXT) $(AM_V_CCLD)$(LINK) $(complexity_OBJECTS) $(complexity_LDADD) $(LIBS) -controller$(EXEEXT): $(controller_OBJECTS) $(controller_DEPENDENCIES) +controller$(EXEEXT): $(controller_OBJECTS) $(controller_DEPENDENCIES) $(EXTRA_controller_DEPENDENCIES) @rm -f controller$(EXEEXT) $(AM_V_CCLD)$(controller_LINK) $(controller_OBJECTS) $(controller_LDADD) $(LIBS) -gstbufferstress$(EXEEXT): $(gstbufferstress_OBJECTS) $(gstbufferstress_DEPENDENCIES) +gstbufferstress$(EXEEXT): $(gstbufferstress_OBJECTS) $(gstbufferstress_DEPENDENCIES) $(EXTRA_gstbufferstress_DEPENDENCIES) @rm -f gstbufferstress$(EXEEXT) $(AM_V_CCLD)$(LINK) $(gstbufferstress_OBJECTS) $(gstbufferstress_LDADD) $(LIBS) -gstclockstress$(EXEEXT): $(gstclockstress_OBJECTS) $(gstclockstress_DEPENDENCIES) +gstclockstress$(EXEEXT): $(gstclockstress_OBJECTS) $(gstclockstress_DEPENDENCIES) $(EXTRA_gstclockstress_DEPENDENCIES) @rm -f gstclockstress$(EXEEXT) $(AM_V_CCLD)$(LINK) $(gstclockstress_OBJECTS) $(gstclockstress_LDADD) $(LIBS) -gstpollstress$(EXEEXT): $(gstpollstress_OBJECTS) $(gstpollstress_DEPENDENCIES) +gstpollstress$(EXEEXT): $(gstpollstress_OBJECTS) $(gstpollstress_DEPENDENCIES) $(EXTRA_gstpollstress_DEPENDENCIES) @rm -f gstpollstress$(EXEEXT) $(AM_V_CCLD)$(LINK) $(gstpollstress_OBJECTS) $(gstpollstress_LDADD) $(LIBS) -init$(EXEEXT): $(init_OBJECTS) $(init_DEPENDENCIES) +init$(EXEEXT): $(init_OBJECTS) $(init_DEPENDENCIES) $(EXTRA_init_DEPENDENCIES) @rm -f init$(EXEEXT) $(AM_V_CCLD)$(LINK) $(init_OBJECTS) $(init_LDADD) $(LIBS) -mass-elements$(EXEEXT): $(mass_elements_OBJECTS) $(mass_elements_DEPENDENCIES) +mass-elements$(EXEEXT): $(mass_elements_OBJECTS) $(mass_elements_DEPENDENCIES) $(EXTRA_mass_elements_DEPENDENCIES) @rm -f mass-elements$(EXEEXT) $(AM_V_CCLD)$(LINK) $(mass_elements_OBJECTS) $(mass_elements_LDADD) $(LIBS) diff -Nru gstreamer0.10-0.10.35.3/tests/check/Makefile.in gstreamer0.10-0.10.36/tests/check/Makefile.in --- gstreamer0.10-0.10.35.3/tests/check/Makefile.in 2012-02-04 15:55:53.000000000 +0000 +++ gstreamer0.10-0.10.36/tests/check/Makefile.in 2012-02-20 22:48:29.000000000 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11.2 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -151,8 +151,8 @@ elements_capsfilter_DEPENDENCIES = $(top_builddir)/libs/gst/check/libgstcheck-@GST_MAJORMINOR@.la \ $(top_builddir)/libs/gst/base/libgstbase-@GST_MAJORMINOR@.la \ $(am__DEPENDENCIES_1) -AM_V_lt = $(am__v_lt_$(V)) -am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent am__dirstamp = $(am__leading_dot)dirstamp elements_fakesink_SOURCES = elements/fakesink.c @@ -625,18 +625,18 @@ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) -AM_V_CC = $(am__v_CC_$(V)) -am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) +AM_V_CC = $(am__v_CC_@AM_V@) +am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ -AM_V_CCLD = $(am__v_CCLD_$(V)) -am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) +AM_V_CCLD = $(am__v_CCLD_@AM_V@) +am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) @@ -644,18 +644,18 @@ $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CXXFLAGS) $(CXXFLAGS) -AM_V_CXX = $(am__v_CXX_$(V)) -am__v_CXX_ = $(am__v_CXX_$(AM_DEFAULT_VERBOSITY)) +AM_V_CXX = $(am__v_CXX_@AM_V@) +am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) am__v_CXX_0 = @echo " CXX " $@; CXXLD = $(CXX) CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -AM_V_CXXLD = $(am__v_CXXLD_$(V)) -am__v_CXXLD_ = $(am__v_CXXLD_$(AM_DEFAULT_VERBOSITY)) +AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) +am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) am__v_CXXLD_0 = @echo " CXXLD " $@; -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; SOURCES = elements/capsfilter.c elements/fakesink.c elements/fakesrc.c \ elements/fdsrc.c elements/filesink.c elements/filesrc.c \ @@ -1176,6 +1176,7 @@ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; +$(top_srcdir)/common/check.mak: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh @@ -1206,247 +1207,247 @@ elements/$(am__dirstamp): @$(MKDIR_P) elements @: > elements/$(am__dirstamp) -elements/capsfilter$(EXEEXT): $(elements_capsfilter_OBJECTS) $(elements_capsfilter_DEPENDENCIES) elements/$(am__dirstamp) +elements/capsfilter$(EXEEXT): $(elements_capsfilter_OBJECTS) $(elements_capsfilter_DEPENDENCIES) $(EXTRA_elements_capsfilter_DEPENDENCIES) elements/$(am__dirstamp) @rm -f elements/capsfilter$(EXEEXT) $(AM_V_CCLD)$(LINK) $(elements_capsfilter_OBJECTS) $(elements_capsfilter_LDADD) $(LIBS) -elements/fakesink$(EXEEXT): $(elements_fakesink_OBJECTS) $(elements_fakesink_DEPENDENCIES) elements/$(am__dirstamp) +elements/fakesink$(EXEEXT): $(elements_fakesink_OBJECTS) $(elements_fakesink_DEPENDENCIES) $(EXTRA_elements_fakesink_DEPENDENCIES) elements/$(am__dirstamp) @rm -f elements/fakesink$(EXEEXT) $(AM_V_CCLD)$(LINK) $(elements_fakesink_OBJECTS) $(elements_fakesink_LDADD) $(LIBS) -elements/fakesrc$(EXEEXT): $(elements_fakesrc_OBJECTS) $(elements_fakesrc_DEPENDENCIES) elements/$(am__dirstamp) +elements/fakesrc$(EXEEXT): $(elements_fakesrc_OBJECTS) $(elements_fakesrc_DEPENDENCIES) $(EXTRA_elements_fakesrc_DEPENDENCIES) elements/$(am__dirstamp) @rm -f elements/fakesrc$(EXEEXT) $(AM_V_CCLD)$(LINK) $(elements_fakesrc_OBJECTS) $(elements_fakesrc_LDADD) $(LIBS) -elements/fdsrc$(EXEEXT): $(elements_fdsrc_OBJECTS) $(elements_fdsrc_DEPENDENCIES) elements/$(am__dirstamp) +elements/fdsrc$(EXEEXT): $(elements_fdsrc_OBJECTS) $(elements_fdsrc_DEPENDENCIES) $(EXTRA_elements_fdsrc_DEPENDENCIES) elements/$(am__dirstamp) @rm -f elements/fdsrc$(EXEEXT) $(AM_V_CCLD)$(elements_fdsrc_LINK) $(elements_fdsrc_OBJECTS) $(elements_fdsrc_LDADD) $(LIBS) -elements/filesink$(EXEEXT): $(elements_filesink_OBJECTS) $(elements_filesink_DEPENDENCIES) elements/$(am__dirstamp) +elements/filesink$(EXEEXT): $(elements_filesink_OBJECTS) $(elements_filesink_DEPENDENCIES) $(EXTRA_elements_filesink_DEPENDENCIES) elements/$(am__dirstamp) @rm -f elements/filesink$(EXEEXT) $(AM_V_CCLD)$(LINK) $(elements_filesink_OBJECTS) $(elements_filesink_LDADD) $(LIBS) -elements/filesrc$(EXEEXT): $(elements_filesrc_OBJECTS) $(elements_filesrc_DEPENDENCIES) elements/$(am__dirstamp) +elements/filesrc$(EXEEXT): $(elements_filesrc_OBJECTS) $(elements_filesrc_DEPENDENCIES) $(EXTRA_elements_filesrc_DEPENDENCIES) elements/$(am__dirstamp) @rm -f elements/filesrc$(EXEEXT) $(AM_V_CCLD)$(elements_filesrc_LINK) $(elements_filesrc_OBJECTS) $(elements_filesrc_LDADD) $(LIBS) -elements/funnel$(EXEEXT): $(elements_funnel_OBJECTS) $(elements_funnel_DEPENDENCIES) elements/$(am__dirstamp) +elements/funnel$(EXEEXT): $(elements_funnel_OBJECTS) $(elements_funnel_DEPENDENCIES) $(EXTRA_elements_funnel_DEPENDENCIES) elements/$(am__dirstamp) @rm -f elements/funnel$(EXEEXT) $(AM_V_CCLD)$(LINK) $(elements_funnel_OBJECTS) $(elements_funnel_LDADD) $(LIBS) -elements/identity$(EXEEXT): $(elements_identity_OBJECTS) $(elements_identity_DEPENDENCIES) elements/$(am__dirstamp) +elements/identity$(EXEEXT): $(elements_identity_OBJECTS) $(elements_identity_DEPENDENCIES) $(EXTRA_elements_identity_DEPENDENCIES) elements/$(am__dirstamp) @rm -f elements/identity$(EXEEXT) $(AM_V_CCLD)$(LINK) $(elements_identity_OBJECTS) $(elements_identity_LDADD) $(LIBS) -elements/multiqueue$(EXEEXT): $(elements_multiqueue_OBJECTS) $(elements_multiqueue_DEPENDENCIES) elements/$(am__dirstamp) +elements/multiqueue$(EXEEXT): $(elements_multiqueue_OBJECTS) $(elements_multiqueue_DEPENDENCIES) $(EXTRA_elements_multiqueue_DEPENDENCIES) elements/$(am__dirstamp) @rm -f elements/multiqueue$(EXEEXT) $(AM_V_CCLD)$(LINK) $(elements_multiqueue_OBJECTS) $(elements_multiqueue_LDADD) $(LIBS) -elements/queue$(EXEEXT): $(elements_queue_OBJECTS) $(elements_queue_DEPENDENCIES) elements/$(am__dirstamp) +elements/queue$(EXEEXT): $(elements_queue_OBJECTS) $(elements_queue_DEPENDENCIES) $(EXTRA_elements_queue_DEPENDENCIES) elements/$(am__dirstamp) @rm -f elements/queue$(EXEEXT) $(AM_V_CCLD)$(LINK) $(elements_queue_OBJECTS) $(elements_queue_LDADD) $(LIBS) -elements/queue2$(EXEEXT): $(elements_queue2_OBJECTS) $(elements_queue2_DEPENDENCIES) elements/$(am__dirstamp) +elements/queue2$(EXEEXT): $(elements_queue2_OBJECTS) $(elements_queue2_DEPENDENCIES) $(EXTRA_elements_queue2_DEPENDENCIES) elements/$(am__dirstamp) @rm -f elements/queue2$(EXEEXT) $(AM_V_CCLD)$(LINK) $(elements_queue2_OBJECTS) $(elements_queue2_LDADD) $(LIBS) -elements/selector$(EXEEXT): $(elements_selector_OBJECTS) $(elements_selector_DEPENDENCIES) elements/$(am__dirstamp) +elements/selector$(EXEEXT): $(elements_selector_OBJECTS) $(elements_selector_DEPENDENCIES) $(EXTRA_elements_selector_DEPENDENCIES) elements/$(am__dirstamp) @rm -f elements/selector$(EXEEXT) $(AM_V_CCLD)$(LINK) $(elements_selector_OBJECTS) $(elements_selector_LDADD) $(LIBS) -elements/tee$(EXEEXT): $(elements_tee_OBJECTS) $(elements_tee_DEPENDENCIES) elements/$(am__dirstamp) +elements/tee$(EXEEXT): $(elements_tee_OBJECTS) $(elements_tee_DEPENDENCIES) $(EXTRA_elements_tee_DEPENDENCIES) elements/$(am__dirstamp) @rm -f elements/tee$(EXEEXT) $(AM_V_CCLD)$(LINK) $(elements_tee_OBJECTS) $(elements_tee_LDADD) $(LIBS) -elements/valve$(EXEEXT): $(elements_valve_OBJECTS) $(elements_valve_DEPENDENCIES) elements/$(am__dirstamp) +elements/valve$(EXEEXT): $(elements_valve_OBJECTS) $(elements_valve_DEPENDENCIES) $(EXTRA_elements_valve_DEPENDENCIES) elements/$(am__dirstamp) @rm -f elements/valve$(EXEEXT) $(AM_V_CCLD)$(LINK) $(elements_valve_OBJECTS) $(elements_valve_LDADD) $(LIBS) generic/$(am__dirstamp): @$(MKDIR_P) generic @: > generic/$(am__dirstamp) -generic/sinks$(EXEEXT): $(generic_sinks_OBJECTS) $(generic_sinks_DEPENDENCIES) generic/$(am__dirstamp) +generic/sinks$(EXEEXT): $(generic_sinks_OBJECTS) $(generic_sinks_DEPENDENCIES) $(EXTRA_generic_sinks_DEPENDENCIES) generic/$(am__dirstamp) @rm -f generic/sinks$(EXEEXT) $(AM_V_CCLD)$(LINK) $(generic_sinks_OBJECTS) $(generic_sinks_LDADD) $(LIBS) -generic/states$(EXEEXT): $(generic_states_OBJECTS) $(generic_states_DEPENDENCIES) generic/$(am__dirstamp) +generic/states$(EXEEXT): $(generic_states_OBJECTS) $(generic_states_DEPENDENCIES) $(EXTRA_generic_states_DEPENDENCIES) generic/$(am__dirstamp) @rm -f generic/states$(EXEEXT) $(AM_V_CCLD)$(LINK) $(generic_states_OBJECTS) $(generic_states_LDADD) $(LIBS) gst/$(am__dirstamp): @$(MKDIR_P) gst @: > gst/$(am__dirstamp) -gst/gst$(EXEEXT): $(gst_gst_OBJECTS) $(gst_gst_DEPENDENCIES) gst/$(am__dirstamp) +gst/gst$(EXEEXT): $(gst_gst_OBJECTS) $(gst_gst_DEPENDENCIES) $(EXTRA_gst_gst_DEPENDENCIES) gst/$(am__dirstamp) @rm -f gst/gst$(EXEEXT) $(AM_V_CCLD)$(LINK) $(gst_gst_OBJECTS) $(gst_gst_LDADD) $(LIBS) -gst/gstabi$(EXEEXT): $(gst_gstabi_OBJECTS) $(gst_gstabi_DEPENDENCIES) gst/$(am__dirstamp) +gst/gstabi$(EXEEXT): $(gst_gstabi_OBJECTS) $(gst_gstabi_DEPENDENCIES) $(EXTRA_gst_gstabi_DEPENDENCIES) gst/$(am__dirstamp) @rm -f gst/gstabi$(EXEEXT) $(AM_V_CCLD)$(LINK) $(gst_gstabi_OBJECTS) $(gst_gstabi_LDADD) $(LIBS) -gst/gstatomicqueue$(EXEEXT): $(gst_gstatomicqueue_OBJECTS) $(gst_gstatomicqueue_DEPENDENCIES) gst/$(am__dirstamp) +gst/gstatomicqueue$(EXEEXT): $(gst_gstatomicqueue_OBJECTS) $(gst_gstatomicqueue_DEPENDENCIES) $(EXTRA_gst_gstatomicqueue_DEPENDENCIES) gst/$(am__dirstamp) @rm -f gst/gstatomicqueue$(EXEEXT) $(AM_V_CCLD)$(LINK) $(gst_gstatomicqueue_OBJECTS) $(gst_gstatomicqueue_LDADD) $(LIBS) -gst/gstbin$(EXEEXT): $(gst_gstbin_OBJECTS) $(gst_gstbin_DEPENDENCIES) gst/$(am__dirstamp) +gst/gstbin$(EXEEXT): $(gst_gstbin_OBJECTS) $(gst_gstbin_DEPENDENCIES) $(EXTRA_gst_gstbin_DEPENDENCIES) gst/$(am__dirstamp) @rm -f gst/gstbin$(EXEEXT) $(AM_V_CCLD)$(LINK) $(gst_gstbin_OBJECTS) $(gst_gstbin_LDADD) $(LIBS) -gst/gstbuffer$(EXEEXT): $(gst_gstbuffer_OBJECTS) $(gst_gstbuffer_DEPENDENCIES) gst/$(am__dirstamp) +gst/gstbuffer$(EXEEXT): $(gst_gstbuffer_OBJECTS) $(gst_gstbuffer_DEPENDENCIES) $(EXTRA_gst_gstbuffer_DEPENDENCIES) gst/$(am__dirstamp) @rm -f gst/gstbuffer$(EXEEXT) $(AM_V_CCLD)$(LINK) $(gst_gstbuffer_OBJECTS) $(gst_gstbuffer_LDADD) $(LIBS) -gst/gstbufferlist$(EXEEXT): $(gst_gstbufferlist_OBJECTS) $(gst_gstbufferlist_DEPENDENCIES) gst/$(am__dirstamp) +gst/gstbufferlist$(EXEEXT): $(gst_gstbufferlist_OBJECTS) $(gst_gstbufferlist_DEPENDENCIES) $(EXTRA_gst_gstbufferlist_DEPENDENCIES) gst/$(am__dirstamp) @rm -f gst/gstbufferlist$(EXEEXT) $(AM_V_CCLD)$(LINK) $(gst_gstbufferlist_OBJECTS) $(gst_gstbufferlist_LDADD) $(LIBS) -gst/gstbus$(EXEEXT): $(gst_gstbus_OBJECTS) $(gst_gstbus_DEPENDENCIES) gst/$(am__dirstamp) +gst/gstbus$(EXEEXT): $(gst_gstbus_OBJECTS) $(gst_gstbus_DEPENDENCIES) $(EXTRA_gst_gstbus_DEPENDENCIES) gst/$(am__dirstamp) @rm -f gst/gstbus$(EXEEXT) $(AM_V_CCLD)$(LINK) $(gst_gstbus_OBJECTS) $(gst_gstbus_LDADD) $(LIBS) -gst/gstcaps$(EXEEXT): $(gst_gstcaps_OBJECTS) $(gst_gstcaps_DEPENDENCIES) gst/$(am__dirstamp) +gst/gstcaps$(EXEEXT): $(gst_gstcaps_OBJECTS) $(gst_gstcaps_DEPENDENCIES) $(EXTRA_gst_gstcaps_DEPENDENCIES) gst/$(am__dirstamp) @rm -f gst/gstcaps$(EXEEXT) $(AM_V_CCLD)$(LINK) $(gst_gstcaps_OBJECTS) $(gst_gstcaps_LDADD) $(LIBS) -gst/gstchildproxy$(EXEEXT): $(gst_gstchildproxy_OBJECTS) $(gst_gstchildproxy_DEPENDENCIES) gst/$(am__dirstamp) +gst/gstchildproxy$(EXEEXT): $(gst_gstchildproxy_OBJECTS) $(gst_gstchildproxy_DEPENDENCIES) $(EXTRA_gst_gstchildproxy_DEPENDENCIES) gst/$(am__dirstamp) @rm -f gst/gstchildproxy$(EXEEXT) $(AM_V_CCLD)$(LINK) $(gst_gstchildproxy_OBJECTS) $(gst_gstchildproxy_LDADD) $(LIBS) -gst/gstclock$(EXEEXT): $(gst_gstclock_OBJECTS) $(gst_gstclock_DEPENDENCIES) gst/$(am__dirstamp) +gst/gstclock$(EXEEXT): $(gst_gstclock_OBJECTS) $(gst_gstclock_DEPENDENCIES) $(EXTRA_gst_gstclock_DEPENDENCIES) gst/$(am__dirstamp) @rm -f gst/gstclock$(EXEEXT) $(AM_V_CCLD)$(LINK) $(gst_gstclock_OBJECTS) $(gst_gstclock_LDADD) $(LIBS) -gst/gstcpp$(EXEEXT): $(gst_gstcpp_OBJECTS) $(gst_gstcpp_DEPENDENCIES) gst/$(am__dirstamp) +gst/gstcpp$(EXEEXT): $(gst_gstcpp_OBJECTS) $(gst_gstcpp_DEPENDENCIES) $(EXTRA_gst_gstcpp_DEPENDENCIES) gst/$(am__dirstamp) @rm -f gst/gstcpp$(EXEEXT) $(AM_V_CXXLD)$(CXXLINK) $(gst_gstcpp_OBJECTS) $(gst_gstcpp_LDADD) $(LIBS) -gst/gstdatetime$(EXEEXT): $(gst_gstdatetime_OBJECTS) $(gst_gstdatetime_DEPENDENCIES) gst/$(am__dirstamp) +gst/gstdatetime$(EXEEXT): $(gst_gstdatetime_OBJECTS) $(gst_gstdatetime_DEPENDENCIES) $(EXTRA_gst_gstdatetime_DEPENDENCIES) gst/$(am__dirstamp) @rm -f gst/gstdatetime$(EXEEXT) $(AM_V_CCLD)$(LINK) $(gst_gstdatetime_OBJECTS) $(gst_gstdatetime_LDADD) $(LIBS) -gst/gstelement$(EXEEXT): $(gst_gstelement_OBJECTS) $(gst_gstelement_DEPENDENCIES) gst/$(am__dirstamp) +gst/gstelement$(EXEEXT): $(gst_gstelement_OBJECTS) $(gst_gstelement_DEPENDENCIES) $(EXTRA_gst_gstelement_DEPENDENCIES) gst/$(am__dirstamp) @rm -f gst/gstelement$(EXEEXT) $(AM_V_CCLD)$(LINK) $(gst_gstelement_OBJECTS) $(gst_gstelement_LDADD) $(LIBS) -gst/gstelementfactory$(EXEEXT): $(gst_gstelementfactory_OBJECTS) $(gst_gstelementfactory_DEPENDENCIES) gst/$(am__dirstamp) +gst/gstelementfactory$(EXEEXT): $(gst_gstelementfactory_OBJECTS) $(gst_gstelementfactory_DEPENDENCIES) $(EXTRA_gst_gstelementfactory_DEPENDENCIES) gst/$(am__dirstamp) @rm -f gst/gstelementfactory$(EXEEXT) $(AM_V_CCLD)$(LINK) $(gst_gstelementfactory_OBJECTS) $(gst_gstelementfactory_LDADD) $(LIBS) -gst/gstevent$(EXEEXT): $(gst_gstevent_OBJECTS) $(gst_gstevent_DEPENDENCIES) gst/$(am__dirstamp) +gst/gstevent$(EXEEXT): $(gst_gstevent_OBJECTS) $(gst_gstevent_DEPENDENCIES) $(EXTRA_gst_gstevent_DEPENDENCIES) gst/$(am__dirstamp) @rm -f gst/gstevent$(EXEEXT) $(AM_V_CCLD)$(LINK) $(gst_gstevent_OBJECTS) $(gst_gstevent_LDADD) $(LIBS) -gst/gstghostpad$(EXEEXT): $(gst_gstghostpad_OBJECTS) $(gst_gstghostpad_DEPENDENCIES) gst/$(am__dirstamp) +gst/gstghostpad$(EXEEXT): $(gst_gstghostpad_OBJECTS) $(gst_gstghostpad_DEPENDENCIES) $(EXTRA_gst_gstghostpad_DEPENDENCIES) gst/$(am__dirstamp) @rm -f gst/gstghostpad$(EXEEXT) $(AM_V_CCLD)$(LINK) $(gst_gstghostpad_OBJECTS) $(gst_gstghostpad_LDADD) $(LIBS) -gst/gstindex$(EXEEXT): $(gst_gstindex_OBJECTS) $(gst_gstindex_DEPENDENCIES) gst/$(am__dirstamp) +gst/gstindex$(EXEEXT): $(gst_gstindex_OBJECTS) $(gst_gstindex_DEPENDENCIES) $(EXTRA_gst_gstindex_DEPENDENCIES) gst/$(am__dirstamp) @rm -f gst/gstindex$(EXEEXT) $(AM_V_CCLD)$(LINK) $(gst_gstindex_OBJECTS) $(gst_gstindex_LDADD) $(LIBS) -gst/gstinfo$(EXEEXT): $(gst_gstinfo_OBJECTS) $(gst_gstinfo_DEPENDENCIES) gst/$(am__dirstamp) +gst/gstinfo$(EXEEXT): $(gst_gstinfo_OBJECTS) $(gst_gstinfo_DEPENDENCIES) $(EXTRA_gst_gstinfo_DEPENDENCIES) gst/$(am__dirstamp) @rm -f gst/gstinfo$(EXEEXT) $(AM_V_CCLD)$(LINK) $(gst_gstinfo_OBJECTS) $(gst_gstinfo_LDADD) $(LIBS) -gst/gstinterface$(EXEEXT): $(gst_gstinterface_OBJECTS) $(gst_gstinterface_DEPENDENCIES) gst/$(am__dirstamp) +gst/gstinterface$(EXEEXT): $(gst_gstinterface_OBJECTS) $(gst_gstinterface_DEPENDENCIES) $(EXTRA_gst_gstinterface_DEPENDENCIES) gst/$(am__dirstamp) @rm -f gst/gstinterface$(EXEEXT) $(AM_V_CCLD)$(LINK) $(gst_gstinterface_OBJECTS) $(gst_gstinterface_LDADD) $(LIBS) -gst/gstiterator$(EXEEXT): $(gst_gstiterator_OBJECTS) $(gst_gstiterator_DEPENDENCIES) gst/$(am__dirstamp) +gst/gstiterator$(EXEEXT): $(gst_gstiterator_OBJECTS) $(gst_gstiterator_DEPENDENCIES) $(EXTRA_gst_gstiterator_DEPENDENCIES) gst/$(am__dirstamp) @rm -f gst/gstiterator$(EXEEXT) $(AM_V_CCLD)$(LINK) $(gst_gstiterator_OBJECTS) $(gst_gstiterator_LDADD) $(LIBS) -gst/gstmessage$(EXEEXT): $(gst_gstmessage_OBJECTS) $(gst_gstmessage_DEPENDENCIES) gst/$(am__dirstamp) +gst/gstmessage$(EXEEXT): $(gst_gstmessage_OBJECTS) $(gst_gstmessage_DEPENDENCIES) $(EXTRA_gst_gstmessage_DEPENDENCIES) gst/$(am__dirstamp) @rm -f gst/gstmessage$(EXEEXT) $(AM_V_CCLD)$(LINK) $(gst_gstmessage_OBJECTS) $(gst_gstmessage_LDADD) $(LIBS) -gst/gstminiobject$(EXEEXT): $(gst_gstminiobject_OBJECTS) $(gst_gstminiobject_DEPENDENCIES) gst/$(am__dirstamp) +gst/gstminiobject$(EXEEXT): $(gst_gstminiobject_OBJECTS) $(gst_gstminiobject_DEPENDENCIES) $(EXTRA_gst_gstminiobject_DEPENDENCIES) gst/$(am__dirstamp) @rm -f gst/gstminiobject$(EXEEXT) $(AM_V_CCLD)$(LINK) $(gst_gstminiobject_OBJECTS) $(gst_gstminiobject_LDADD) $(LIBS) -gst/gstobject$(EXEEXT): $(gst_gstobject_OBJECTS) $(gst_gstobject_DEPENDENCIES) gst/$(am__dirstamp) +gst/gstobject$(EXEEXT): $(gst_gstobject_OBJECTS) $(gst_gstobject_DEPENDENCIES) $(EXTRA_gst_gstobject_DEPENDENCIES) gst/$(am__dirstamp) @rm -f gst/gstobject$(EXEEXT) $(AM_V_CCLD)$(LINK) $(gst_gstobject_OBJECTS) $(gst_gstobject_LDADD) $(LIBS) -gst/gstpad$(EXEEXT): $(gst_gstpad_OBJECTS) $(gst_gstpad_DEPENDENCIES) gst/$(am__dirstamp) +gst/gstpad$(EXEEXT): $(gst_gstpad_OBJECTS) $(gst_gstpad_DEPENDENCIES) $(EXTRA_gst_gstpad_DEPENDENCIES) gst/$(am__dirstamp) @rm -f gst/gstpad$(EXEEXT) $(AM_V_CCLD)$(LINK) $(gst_gstpad_OBJECTS) $(gst_gstpad_LDADD) $(LIBS) -gst/gstparamspecs$(EXEEXT): $(gst_gstparamspecs_OBJECTS) $(gst_gstparamspecs_DEPENDENCIES) gst/$(am__dirstamp) +gst/gstparamspecs$(EXEEXT): $(gst_gstparamspecs_OBJECTS) $(gst_gstparamspecs_DEPENDENCIES) $(EXTRA_gst_gstparamspecs_DEPENDENCIES) gst/$(am__dirstamp) @rm -f gst/gstparamspecs$(EXEEXT) $(AM_V_CCLD)$(LINK) $(gst_gstparamspecs_OBJECTS) $(gst_gstparamspecs_LDADD) $(LIBS) -gst/gstpipeline$(EXEEXT): $(gst_gstpipeline_OBJECTS) $(gst_gstpipeline_DEPENDENCIES) gst/$(am__dirstamp) +gst/gstpipeline$(EXEEXT): $(gst_gstpipeline_OBJECTS) $(gst_gstpipeline_DEPENDENCIES) $(EXTRA_gst_gstpipeline_DEPENDENCIES) gst/$(am__dirstamp) @rm -f gst/gstpipeline$(EXEEXT) $(AM_V_CCLD)$(LINK) $(gst_gstpipeline_OBJECTS) $(gst_gstpipeline_LDADD) $(LIBS) -gst/gstplugin$(EXEEXT): $(gst_gstplugin_OBJECTS) $(gst_gstplugin_DEPENDENCIES) gst/$(am__dirstamp) +gst/gstplugin$(EXEEXT): $(gst_gstplugin_OBJECTS) $(gst_gstplugin_DEPENDENCIES) $(EXTRA_gst_gstplugin_DEPENDENCIES) gst/$(am__dirstamp) @rm -f gst/gstplugin$(EXEEXT) $(AM_V_CCLD)$(LINK) $(gst_gstplugin_OBJECTS) $(gst_gstplugin_LDADD) $(LIBS) -gst/gstpoll$(EXEEXT): $(gst_gstpoll_OBJECTS) $(gst_gstpoll_DEPENDENCIES) gst/$(am__dirstamp) +gst/gstpoll$(EXEEXT): $(gst_gstpoll_OBJECTS) $(gst_gstpoll_DEPENDENCIES) $(EXTRA_gst_gstpoll_DEPENDENCIES) gst/$(am__dirstamp) @rm -f gst/gstpoll$(EXEEXT) $(AM_V_CCLD)$(LINK) $(gst_gstpoll_OBJECTS) $(gst_gstpoll_LDADD) $(LIBS) -gst/gstpreset$(EXEEXT): $(gst_gstpreset_OBJECTS) $(gst_gstpreset_DEPENDENCIES) gst/$(am__dirstamp) +gst/gstpreset$(EXEEXT): $(gst_gstpreset_OBJECTS) $(gst_gstpreset_DEPENDENCIES) $(EXTRA_gst_gstpreset_DEPENDENCIES) gst/$(am__dirstamp) @rm -f gst/gstpreset$(EXEEXT) $(AM_V_CCLD)$(LINK) $(gst_gstpreset_OBJECTS) $(gst_gstpreset_LDADD) $(LIBS) -gst/gstquery$(EXEEXT): $(gst_gstquery_OBJECTS) $(gst_gstquery_DEPENDENCIES) gst/$(am__dirstamp) +gst/gstquery$(EXEEXT): $(gst_gstquery_OBJECTS) $(gst_gstquery_DEPENDENCIES) $(EXTRA_gst_gstquery_DEPENDENCIES) gst/$(am__dirstamp) @rm -f gst/gstquery$(EXEEXT) $(AM_V_CCLD)$(LINK) $(gst_gstquery_OBJECTS) $(gst_gstquery_LDADD) $(LIBS) -gst/gstregistry$(EXEEXT): $(gst_gstregistry_OBJECTS) $(gst_gstregistry_DEPENDENCIES) gst/$(am__dirstamp) +gst/gstregistry$(EXEEXT): $(gst_gstregistry_OBJECTS) $(gst_gstregistry_DEPENDENCIES) $(EXTRA_gst_gstregistry_DEPENDENCIES) gst/$(am__dirstamp) @rm -f gst/gstregistry$(EXEEXT) $(AM_V_CCLD)$(LINK) $(gst_gstregistry_OBJECTS) $(gst_gstregistry_LDADD) $(LIBS) -gst/gstsegment$(EXEEXT): $(gst_gstsegment_OBJECTS) $(gst_gstsegment_DEPENDENCIES) gst/$(am__dirstamp) +gst/gstsegment$(EXEEXT): $(gst_gstsegment_OBJECTS) $(gst_gstsegment_DEPENDENCIES) $(EXTRA_gst_gstsegment_DEPENDENCIES) gst/$(am__dirstamp) @rm -f gst/gstsegment$(EXEEXT) $(AM_V_CCLD)$(LINK) $(gst_gstsegment_OBJECTS) $(gst_gstsegment_LDADD) $(LIBS) -gst/gststructure$(EXEEXT): $(gst_gststructure_OBJECTS) $(gst_gststructure_DEPENDENCIES) gst/$(am__dirstamp) +gst/gststructure$(EXEEXT): $(gst_gststructure_OBJECTS) $(gst_gststructure_DEPENDENCIES) $(EXTRA_gst_gststructure_DEPENDENCIES) gst/$(am__dirstamp) @rm -f gst/gststructure$(EXEEXT) $(AM_V_CCLD)$(LINK) $(gst_gststructure_OBJECTS) $(gst_gststructure_LDADD) $(LIBS) -gst/gstsystemclock$(EXEEXT): $(gst_gstsystemclock_OBJECTS) $(gst_gstsystemclock_DEPENDENCIES) gst/$(am__dirstamp) +gst/gstsystemclock$(EXEEXT): $(gst_gstsystemclock_OBJECTS) $(gst_gstsystemclock_DEPENDENCIES) $(EXTRA_gst_gstsystemclock_DEPENDENCIES) gst/$(am__dirstamp) @rm -f gst/gstsystemclock$(EXEEXT) $(AM_V_CCLD)$(LINK) $(gst_gstsystemclock_OBJECTS) $(gst_gstsystemclock_LDADD) $(LIBS) -gst/gsttag$(EXEEXT): $(gst_gsttag_OBJECTS) $(gst_gsttag_DEPENDENCIES) gst/$(am__dirstamp) +gst/gsttag$(EXEEXT): $(gst_gsttag_OBJECTS) $(gst_gsttag_DEPENDENCIES) $(EXTRA_gst_gsttag_DEPENDENCIES) gst/$(am__dirstamp) @rm -f gst/gsttag$(EXEEXT) $(AM_V_CCLD)$(LINK) $(gst_gsttag_OBJECTS) $(gst_gsttag_LDADD) $(LIBS) -gst/gsttagsetter$(EXEEXT): $(gst_gsttagsetter_OBJECTS) $(gst_gsttagsetter_DEPENDENCIES) gst/$(am__dirstamp) +gst/gsttagsetter$(EXEEXT): $(gst_gsttagsetter_OBJECTS) $(gst_gsttagsetter_DEPENDENCIES) $(EXTRA_gst_gsttagsetter_DEPENDENCIES) gst/$(am__dirstamp) @rm -f gst/gsttagsetter$(EXEEXT) $(AM_V_CCLD)$(LINK) $(gst_gsttagsetter_OBJECTS) $(gst_gsttagsetter_LDADD) $(LIBS) -gst/gsttask$(EXEEXT): $(gst_gsttask_OBJECTS) $(gst_gsttask_DEPENDENCIES) gst/$(am__dirstamp) +gst/gsttask$(EXEEXT): $(gst_gsttask_OBJECTS) $(gst_gsttask_DEPENDENCIES) $(EXTRA_gst_gsttask_DEPENDENCIES) gst/$(am__dirstamp) @rm -f gst/gsttask$(EXEEXT) $(AM_V_CCLD)$(LINK) $(gst_gsttask_OBJECTS) $(gst_gsttask_LDADD) $(LIBS) -gst/gsturi$(EXEEXT): $(gst_gsturi_OBJECTS) $(gst_gsturi_DEPENDENCIES) gst/$(am__dirstamp) +gst/gsturi$(EXEEXT): $(gst_gsturi_OBJECTS) $(gst_gsturi_DEPENDENCIES) $(EXTRA_gst_gsturi_DEPENDENCIES) gst/$(am__dirstamp) @rm -f gst/gsturi$(EXEEXT) $(AM_V_CCLD)$(LINK) $(gst_gsturi_OBJECTS) $(gst_gsturi_LDADD) $(LIBS) -gst/gstutils$(EXEEXT): $(gst_gstutils_OBJECTS) $(gst_gstutils_DEPENDENCIES) gst/$(am__dirstamp) +gst/gstutils$(EXEEXT): $(gst_gstutils_OBJECTS) $(gst_gstutils_DEPENDENCIES) $(EXTRA_gst_gstutils_DEPENDENCIES) gst/$(am__dirstamp) @rm -f gst/gstutils$(EXEEXT) $(AM_V_CCLD)$(LINK) $(gst_gstutils_OBJECTS) $(gst_gstutils_LDADD) $(LIBS) -gst/gstvalue$(EXEEXT): $(gst_gstvalue_OBJECTS) $(gst_gstvalue_DEPENDENCIES) gst/$(am__dirstamp) +gst/gstvalue$(EXEEXT): $(gst_gstvalue_OBJECTS) $(gst_gstvalue_DEPENDENCIES) $(EXTRA_gst_gstvalue_DEPENDENCIES) gst/$(am__dirstamp) @rm -f gst/gstvalue$(EXEEXT) $(AM_V_CCLD)$(LINK) $(gst_gstvalue_OBJECTS) $(gst_gstvalue_LDADD) $(LIBS) libs/$(am__dirstamp): @$(MKDIR_P) libs @: > libs/$(am__dirstamp) -libs/adapter$(EXEEXT): $(libs_adapter_OBJECTS) $(libs_adapter_DEPENDENCIES) libs/$(am__dirstamp) +libs/adapter$(EXEEXT): $(libs_adapter_OBJECTS) $(libs_adapter_DEPENDENCIES) $(EXTRA_libs_adapter_DEPENDENCIES) libs/$(am__dirstamp) @rm -f libs/adapter$(EXEEXT) $(AM_V_CCLD)$(LINK) $(libs_adapter_OBJECTS) $(libs_adapter_LDADD) $(LIBS) -libs/basesink$(EXEEXT): $(libs_basesink_OBJECTS) $(libs_basesink_DEPENDENCIES) libs/$(am__dirstamp) +libs/basesink$(EXEEXT): $(libs_basesink_OBJECTS) $(libs_basesink_DEPENDENCIES) $(EXTRA_libs_basesink_DEPENDENCIES) libs/$(am__dirstamp) @rm -f libs/basesink$(EXEEXT) $(AM_V_CCLD)$(LINK) $(libs_basesink_OBJECTS) $(libs_basesink_LDADD) $(LIBS) -libs/basesrc$(EXEEXT): $(libs_basesrc_OBJECTS) $(libs_basesrc_DEPENDENCIES) libs/$(am__dirstamp) +libs/basesrc$(EXEEXT): $(libs_basesrc_OBJECTS) $(libs_basesrc_DEPENDENCIES) $(EXTRA_libs_basesrc_DEPENDENCIES) libs/$(am__dirstamp) @rm -f libs/basesrc$(EXEEXT) $(AM_V_CCLD)$(LINK) $(libs_basesrc_OBJECTS) $(libs_basesrc_LDADD) $(LIBS) -libs/bitreader$(EXEEXT): $(libs_bitreader_OBJECTS) $(libs_bitreader_DEPENDENCIES) libs/$(am__dirstamp) +libs/bitreader$(EXEEXT): $(libs_bitreader_OBJECTS) $(libs_bitreader_DEPENDENCIES) $(EXTRA_libs_bitreader_DEPENDENCIES) libs/$(am__dirstamp) @rm -f libs/bitreader$(EXEEXT) $(AM_V_CCLD)$(LINK) $(libs_bitreader_OBJECTS) $(libs_bitreader_LDADD) $(LIBS) -libs/bytereader$(EXEEXT): $(libs_bytereader_OBJECTS) $(libs_bytereader_DEPENDENCIES) libs/$(am__dirstamp) +libs/bytereader$(EXEEXT): $(libs_bytereader_OBJECTS) $(libs_bytereader_DEPENDENCIES) $(EXTRA_libs_bytereader_DEPENDENCIES) libs/$(am__dirstamp) @rm -f libs/bytereader$(EXEEXT) $(AM_V_CCLD)$(LINK) $(libs_bytereader_OBJECTS) $(libs_bytereader_LDADD) $(LIBS) -libs/bytewriter$(EXEEXT): $(libs_bytewriter_OBJECTS) $(libs_bytewriter_DEPENDENCIES) libs/$(am__dirstamp) +libs/bytewriter$(EXEEXT): $(libs_bytewriter_OBJECTS) $(libs_bytewriter_DEPENDENCIES) $(EXTRA_libs_bytewriter_DEPENDENCIES) libs/$(am__dirstamp) @rm -f libs/bytewriter$(EXEEXT) $(AM_V_CCLD)$(LINK) $(libs_bytewriter_OBJECTS) $(libs_bytewriter_LDADD) $(LIBS) -libs/collectpads$(EXEEXT): $(libs_collectpads_OBJECTS) $(libs_collectpads_DEPENDENCIES) libs/$(am__dirstamp) +libs/collectpads$(EXEEXT): $(libs_collectpads_OBJECTS) $(libs_collectpads_DEPENDENCIES) $(EXTRA_libs_collectpads_DEPENDENCIES) libs/$(am__dirstamp) @rm -f libs/collectpads$(EXEEXT) $(AM_V_CCLD)$(LINK) $(libs_collectpads_OBJECTS) $(libs_collectpads_LDADD) $(LIBS) -libs/controller$(EXEEXT): $(libs_controller_OBJECTS) $(libs_controller_DEPENDENCIES) libs/$(am__dirstamp) +libs/controller$(EXEEXT): $(libs_controller_OBJECTS) $(libs_controller_DEPENDENCIES) $(EXTRA_libs_controller_DEPENDENCIES) libs/$(am__dirstamp) @rm -f libs/controller$(EXEEXT) $(AM_V_CCLD)$(LINK) $(libs_controller_OBJECTS) $(libs_controller_LDADD) $(LIBS) -libs/gdp$(EXEEXT): $(libs_gdp_OBJECTS) $(libs_gdp_DEPENDENCIES) libs/$(am__dirstamp) +libs/gdp$(EXEEXT): $(libs_gdp_OBJECTS) $(libs_gdp_DEPENDENCIES) $(EXTRA_libs_gdp_DEPENDENCIES) libs/$(am__dirstamp) @rm -f libs/gdp$(EXEEXT) $(AM_V_CCLD)$(LINK) $(libs_gdp_OBJECTS) $(libs_gdp_LDADD) $(LIBS) -libs/gstlibscpp$(EXEEXT): $(libs_gstlibscpp_OBJECTS) $(libs_gstlibscpp_DEPENDENCIES) libs/$(am__dirstamp) +libs/gstlibscpp$(EXEEXT): $(libs_gstlibscpp_OBJECTS) $(libs_gstlibscpp_DEPENDENCIES) $(EXTRA_libs_gstlibscpp_DEPENDENCIES) libs/$(am__dirstamp) @rm -f libs/gstlibscpp$(EXEEXT) $(AM_V_CXXLD)$(CXXLINK) $(libs_gstlibscpp_OBJECTS) $(libs_gstlibscpp_LDADD) $(LIBS) -libs/gstnetclientclock$(EXEEXT): $(libs_gstnetclientclock_OBJECTS) $(libs_gstnetclientclock_DEPENDENCIES) libs/$(am__dirstamp) +libs/gstnetclientclock$(EXEEXT): $(libs_gstnetclientclock_OBJECTS) $(libs_gstnetclientclock_DEPENDENCIES) $(EXTRA_libs_gstnetclientclock_DEPENDENCIES) libs/$(am__dirstamp) @rm -f libs/gstnetclientclock$(EXEEXT) $(AM_V_CCLD)$(LINK) $(libs_gstnetclientclock_OBJECTS) $(libs_gstnetclientclock_LDADD) $(LIBS) -libs/gstnettimeprovider$(EXEEXT): $(libs_gstnettimeprovider_OBJECTS) $(libs_gstnettimeprovider_DEPENDENCIES) libs/$(am__dirstamp) +libs/gstnettimeprovider$(EXEEXT): $(libs_gstnettimeprovider_OBJECTS) $(libs_gstnettimeprovider_DEPENDENCIES) $(EXTRA_libs_gstnettimeprovider_DEPENDENCIES) libs/$(am__dirstamp) @rm -f libs/gstnettimeprovider$(EXEEXT) $(AM_V_CCLD)$(LINK) $(libs_gstnettimeprovider_OBJECTS) $(libs_gstnettimeprovider_LDADD) $(LIBS) -libs/libsabi$(EXEEXT): $(libs_libsabi_OBJECTS) $(libs_libsabi_DEPENDENCIES) libs/$(am__dirstamp) +libs/libsabi$(EXEEXT): $(libs_libsabi_OBJECTS) $(libs_libsabi_DEPENDENCIES) $(EXTRA_libs_libsabi_DEPENDENCIES) libs/$(am__dirstamp) @rm -f libs/libsabi$(EXEEXT) $(AM_V_CCLD)$(LINK) $(libs_libsabi_OBJECTS) $(libs_libsabi_LDADD) $(LIBS) -libs/transform1$(EXEEXT): $(libs_transform1_OBJECTS) $(libs_transform1_DEPENDENCIES) libs/$(am__dirstamp) +libs/transform1$(EXEEXT): $(libs_transform1_OBJECTS) $(libs_transform1_DEPENDENCIES) $(EXTRA_libs_transform1_DEPENDENCIES) libs/$(am__dirstamp) @rm -f libs/transform1$(EXEEXT) $(AM_V_CCLD)$(LINK) $(libs_transform1_OBJECTS) $(libs_transform1_LDADD) $(LIBS) -libs/typefindhelper$(EXEEXT): $(libs_typefindhelper_OBJECTS) $(libs_typefindhelper_DEPENDENCIES) libs/$(am__dirstamp) +libs/typefindhelper$(EXEEXT): $(libs_typefindhelper_OBJECTS) $(libs_typefindhelper_DEPENDENCIES) $(EXTRA_libs_typefindhelper_DEPENDENCIES) libs/$(am__dirstamp) @rm -f libs/typefindhelper$(EXEEXT) $(AM_V_CCLD)$(LINK) $(libs_typefindhelper_OBJECTS) $(libs_typefindhelper_LDADD) $(LIBS) pipelines/$(am__dirstamp): @$(MKDIR_P) pipelines @: > pipelines/$(am__dirstamp) -pipelines/cleanup$(EXEEXT): $(pipelines_cleanup_OBJECTS) $(pipelines_cleanup_DEPENDENCIES) pipelines/$(am__dirstamp) +pipelines/cleanup$(EXEEXT): $(pipelines_cleanup_OBJECTS) $(pipelines_cleanup_DEPENDENCIES) $(EXTRA_pipelines_cleanup_DEPENDENCIES) pipelines/$(am__dirstamp) @rm -f pipelines/cleanup$(EXEEXT) $(AM_V_CCLD)$(LINK) $(pipelines_cleanup_OBJECTS) $(pipelines_cleanup_LDADD) $(LIBS) -pipelines/parse-disabled$(EXEEXT): $(pipelines_parse_disabled_OBJECTS) $(pipelines_parse_disabled_DEPENDENCIES) pipelines/$(am__dirstamp) +pipelines/parse-disabled$(EXEEXT): $(pipelines_parse_disabled_OBJECTS) $(pipelines_parse_disabled_DEPENDENCIES) $(EXTRA_pipelines_parse_disabled_DEPENDENCIES) pipelines/$(am__dirstamp) @rm -f pipelines/parse-disabled$(EXEEXT) $(AM_V_CCLD)$(LINK) $(pipelines_parse_disabled_OBJECTS) $(pipelines_parse_disabled_LDADD) $(LIBS) -pipelines/parse-launch$(EXEEXT): $(pipelines_parse_launch_OBJECTS) $(pipelines_parse_launch_DEPENDENCIES) pipelines/$(am__dirstamp) +pipelines/parse-launch$(EXEEXT): $(pipelines_parse_launch_OBJECTS) $(pipelines_parse_launch_DEPENDENCIES) $(EXTRA_pipelines_parse_launch_DEPENDENCIES) pipelines/$(am__dirstamp) @rm -f pipelines/parse-launch$(EXEEXT) $(AM_V_CCLD)$(LINK) $(pipelines_parse_launch_OBJECTS) $(pipelines_parse_launch_LDADD) $(LIBS) -pipelines/queue-error$(EXEEXT): $(pipelines_queue_error_OBJECTS) $(pipelines_queue_error_DEPENDENCIES) pipelines/$(am__dirstamp) +pipelines/queue-error$(EXEEXT): $(pipelines_queue_error_OBJECTS) $(pipelines_queue_error_DEPENDENCIES) $(EXTRA_pipelines_queue_error_DEPENDENCIES) pipelines/$(am__dirstamp) @rm -f pipelines/queue-error$(EXEEXT) $(AM_V_CCLD)$(LINK) $(pipelines_queue_error_OBJECTS) $(pipelines_queue_error_LDADD) $(LIBS) -pipelines/simple-launch-lines$(EXEEXT): $(pipelines_simple_launch_lines_OBJECTS) $(pipelines_simple_launch_lines_DEPENDENCIES) pipelines/$(am__dirstamp) +pipelines/simple-launch-lines$(EXEEXT): $(pipelines_simple_launch_lines_OBJECTS) $(pipelines_simple_launch_lines_DEPENDENCIES) $(EXTRA_pipelines_simple_launch_lines_DEPENDENCIES) pipelines/$(am__dirstamp) @rm -f pipelines/simple-launch-lines$(EXEEXT) $(AM_V_CCLD)$(LINK) $(pipelines_simple_launch_lines_OBJECTS) $(pipelines_simple_launch_lines_LDADD) $(LIBS) -pipelines/stress$(EXEEXT): $(pipelines_stress_OBJECTS) $(pipelines_stress_DEPENDENCIES) pipelines/$(am__dirstamp) +pipelines/stress$(EXEEXT): $(pipelines_stress_OBJECTS) $(pipelines_stress_DEPENDENCIES) $(EXTRA_pipelines_stress_DEPENDENCIES) pipelines/$(am__dirstamp) @rm -f pipelines/stress$(EXEEXT) $(AM_V_CCLD)$(LINK) $(pipelines_stress_OBJECTS) $(pipelines_stress_LDADD) $(LIBS) diff -Nru gstreamer0.10-0.10.35.3/tests/examples/adapter/Makefile.in gstreamer0.10-0.10.36/tests/examples/adapter/Makefile.in --- gstreamer0.10-0.10.35.3/tests/examples/adapter/Makefile.in 2012-02-04 15:55:53.000000000 +0000 +++ gstreamer0.10-0.10.36/tests/examples/adapter/Makefile.in 2012-02-20 22:48:29.000000000 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11.2 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -86,8 +86,8 @@ am__DEPENDENCIES_1 = adapter_test_DEPENDENCIES = $(am__DEPENDENCIES_1) \ $(top_builddir)/libs/gst/base/libgstbase-@GST_MAJORMINOR@.la -AM_V_lt = $(am__v_lt_$(V)) -am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent adapter_test_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(adapter_test_CFLAGS) \ @@ -102,21 +102,21 @@ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) -AM_V_CC = $(am__v_CC_$(V)) -am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) +AM_V_CC = $(am__v_CC_@AM_V@) +am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ -AM_V_CCLD = $(am__v_CCLD_$(V)) -am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) +AM_V_CCLD = $(am__v_CCLD_@AM_V@) +am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; SOURCES = adapter_test.c DIST_SOURCES = adapter_test.c @@ -438,7 +438,7 @@ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ echo " rm -f" $$list; \ rm -f $$list -adapter_test$(EXEEXT): $(adapter_test_OBJECTS) $(adapter_test_DEPENDENCIES) +adapter_test$(EXEEXT): $(adapter_test_OBJECTS) $(adapter_test_DEPENDENCIES) $(EXTRA_adapter_test_DEPENDENCIES) @rm -f adapter_test$(EXEEXT) $(AM_V_CCLD)$(adapter_test_LINK) $(adapter_test_OBJECTS) $(adapter_test_LDADD) $(LIBS) diff -Nru gstreamer0.10-0.10.35.3/tests/examples/controller/Makefile.in gstreamer0.10-0.10.36/tests/examples/controller/Makefile.in --- gstreamer0.10-0.10.35.3/tests/examples/controller/Makefile.in 2012-02-04 15:55:54.000000000 +0000 +++ gstreamer0.10-0.10.36/tests/examples/controller/Makefile.in 2012-02-20 22:48:29.000000000 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11.2 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -86,8 +86,8 @@ am__DEPENDENCIES_1 = audio_example_DEPENDENCIES = $(top_builddir)/libs/gst/controller/libgstcontroller-@GST_MAJORMINOR@.la \ $(am__DEPENDENCIES_1) -AM_V_lt = $(am__v_lt_$(V)) -am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent audio_example_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(audio_example_CFLAGS) \ @@ -102,21 +102,21 @@ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) -AM_V_CC = $(am__v_CC_$(V)) -am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) +AM_V_CC = $(am__v_CC_@AM_V@) +am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ -AM_V_CCLD = $(am__v_CCLD_$(V)) -am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) +AM_V_CCLD = $(am__v_CCLD_@AM_V@) +am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; SOURCES = audio-example.c DIST_SOURCES = audio-example.c @@ -441,7 +441,7 @@ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ echo " rm -f" $$list; \ rm -f $$list -audio-example$(EXEEXT): $(audio_example_OBJECTS) $(audio_example_DEPENDENCIES) +audio-example$(EXEEXT): $(audio_example_OBJECTS) $(audio_example_DEPENDENCIES) $(EXTRA_audio_example_DEPENDENCIES) @rm -f audio-example$(EXEEXT) $(AM_V_CCLD)$(audio_example_LINK) $(audio_example_OBJECTS) $(audio_example_LDADD) $(LIBS) diff -Nru gstreamer0.10-0.10.35.3/tests/examples/helloworld/Makefile.in gstreamer0.10-0.10.36/tests/examples/helloworld/Makefile.in --- gstreamer0.10-0.10.35.3/tests/examples/helloworld/Makefile.in 2012-02-04 15:55:54.000000000 +0000 +++ gstreamer0.10-0.10.36/tests/examples/helloworld/Makefile.in 2012-02-20 22:48:30.000000000 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11.2 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -85,8 +85,8 @@ helloworld_OBJECTS = helloworld-helloworld.$(OBJEXT) am__DEPENDENCIES_1 = helloworld_DEPENDENCIES = $(am__DEPENDENCIES_1) -AM_V_lt = $(am__v_lt_$(V)) -am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent helloworld_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(helloworld_CFLAGS) \ @@ -101,21 +101,21 @@ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) -AM_V_CC = $(am__v_CC_$(V)) -am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) +AM_V_CC = $(am__v_CC_@AM_V@) +am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ -AM_V_CCLD = $(am__v_CCLD_$(V)) -am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) +AM_V_CCLD = $(am__v_CCLD_@AM_V@) +am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; SOURCES = helloworld.c DIST_SOURCES = helloworld.c @@ -437,7 +437,7 @@ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ echo " rm -f" $$list; \ rm -f $$list -helloworld$(EXEEXT): $(helloworld_OBJECTS) $(helloworld_DEPENDENCIES) +helloworld$(EXEEXT): $(helloworld_OBJECTS) $(helloworld_DEPENDENCIES) $(EXTRA_helloworld_DEPENDENCIES) @rm -f helloworld$(EXEEXT) $(AM_V_CCLD)$(helloworld_LINK) $(helloworld_OBJECTS) $(helloworld_LDADD) $(LIBS) diff -Nru gstreamer0.10-0.10.35.3/tests/examples/launch/Makefile.in gstreamer0.10-0.10.36/tests/examples/launch/Makefile.in --- gstreamer0.10-0.10.35.3/tests/examples/launch/Makefile.in 2012-02-04 15:55:54.000000000 +0000 +++ gstreamer0.10-0.10.36/tests/examples/launch/Makefile.in 2012-02-20 22:48:31.000000000 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11.2 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -85,8 +85,8 @@ mp3parselaunch_OBJECTS = mp3parselaunch-mp3parselaunch.$(OBJEXT) am__DEPENDENCIES_1 = mp3parselaunch_DEPENDENCIES = $(am__DEPENDENCIES_1) -AM_V_lt = $(am__v_lt_$(V)) -am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent mp3parselaunch_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ @@ -102,21 +102,21 @@ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) -AM_V_CC = $(am__v_CC_$(V)) -am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) +AM_V_CC = $(am__v_CC_@AM_V@) +am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ -AM_V_CCLD = $(am__v_CCLD_$(V)) -am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) +AM_V_CCLD = $(am__v_CCLD_@AM_V@) +am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; SOURCES = mp3parselaunch.c DIST_SOURCES = mp3parselaunch.c @@ -438,7 +438,7 @@ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ echo " rm -f" $$list; \ rm -f $$list -mp3parselaunch$(EXEEXT): $(mp3parselaunch_OBJECTS) $(mp3parselaunch_DEPENDENCIES) +mp3parselaunch$(EXEEXT): $(mp3parselaunch_OBJECTS) $(mp3parselaunch_DEPENDENCIES) $(EXTRA_mp3parselaunch_DEPENDENCIES) @rm -f mp3parselaunch$(EXEEXT) $(AM_V_CCLD)$(mp3parselaunch_LINK) $(mp3parselaunch_OBJECTS) $(mp3parselaunch_LDADD) $(LIBS) diff -Nru gstreamer0.10-0.10.35.3/tests/examples/Makefile.in gstreamer0.10-0.10.36/tests/examples/Makefile.in --- gstreamer0.10-0.10.35.3/tests/examples/Makefile.in 2012-02-04 15:55:53.000000000 +0000 +++ gstreamer0.10-0.10.36/tests/examples/Makefile.in 2012-02-20 22:48:29.000000000 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11.2 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -84,11 +84,11 @@ CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ SOURCES = DIST_SOURCES = @@ -464,6 +464,7 @@ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; +$(top_srcdir)/common/parallel-subdirs.mak: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh diff -Nru gstreamer0.10-0.10.35.3/tests/examples/manual/Makefile.in gstreamer0.10-0.10.36/tests/examples/manual/Makefile.in --- gstreamer0.10-0.10.35.3/tests/examples/manual/Makefile.in 2012-02-04 15:55:54.000000000 +0000 +++ gstreamer0.10-0.10.36/tests/examples/manual/Makefile.in 2012-02-20 22:48:31.000000000 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11.2 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -98,8 +98,8 @@ bin_DEPENDENCIES = \ $(top_builddir)/libs/gst/base/libgstbase-@GST_MAJORMINOR@.la \ $(am__DEPENDENCIES_1) -AM_V_lt = $(am__v_lt_$(V)) -am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent decodebin_SOURCES = decodebin.c decodebin_OBJECTS = decodebin.$(OBJEXT) @@ -201,21 +201,21 @@ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) -AM_V_CC = $(am__v_CC_$(V)) -am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) +AM_V_CC = $(am__v_CC_@AM_V@) +am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ -AM_V_CCLD = $(am__v_CCLD_$(V)) -am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) +AM_V_CCLD = $(am__v_CCLD_@AM_V@) +am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; SOURCES = bin.c decodebin.c dynamic.c elementcreate.c elementfactory.c \ elementget.c elementlink.c elementmake.c fakesrc.c ghostpad.c \ @@ -600,52 +600,52 @@ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ echo " rm -f" $$list; \ rm -f $$list -bin$(EXEEXT): $(bin_OBJECTS) $(bin_DEPENDENCIES) +bin$(EXEEXT): $(bin_OBJECTS) $(bin_DEPENDENCIES) $(EXTRA_bin_DEPENDENCIES) @rm -f bin$(EXEEXT) $(AM_V_CCLD)$(LINK) $(bin_OBJECTS) $(bin_LDADD) $(LIBS) -decodebin$(EXEEXT): $(decodebin_OBJECTS) $(decodebin_DEPENDENCIES) +decodebin$(EXEEXT): $(decodebin_OBJECTS) $(decodebin_DEPENDENCIES) $(EXTRA_decodebin_DEPENDENCIES) @rm -f decodebin$(EXEEXT) $(AM_V_CCLD)$(LINK) $(decodebin_OBJECTS) $(decodebin_LDADD) $(LIBS) -dynamic$(EXEEXT): $(dynamic_OBJECTS) $(dynamic_DEPENDENCIES) +dynamic$(EXEEXT): $(dynamic_OBJECTS) $(dynamic_DEPENDENCIES) $(EXTRA_dynamic_DEPENDENCIES) @rm -f dynamic$(EXEEXT) $(AM_V_CCLD)$(LINK) $(dynamic_OBJECTS) $(dynamic_LDADD) $(LIBS) -elementcreate$(EXEEXT): $(elementcreate_OBJECTS) $(elementcreate_DEPENDENCIES) +elementcreate$(EXEEXT): $(elementcreate_OBJECTS) $(elementcreate_DEPENDENCIES) $(EXTRA_elementcreate_DEPENDENCIES) @rm -f elementcreate$(EXEEXT) $(AM_V_CCLD)$(LINK) $(elementcreate_OBJECTS) $(elementcreate_LDADD) $(LIBS) -elementfactory$(EXEEXT): $(elementfactory_OBJECTS) $(elementfactory_DEPENDENCIES) +elementfactory$(EXEEXT): $(elementfactory_OBJECTS) $(elementfactory_DEPENDENCIES) $(EXTRA_elementfactory_DEPENDENCIES) @rm -f elementfactory$(EXEEXT) $(AM_V_CCLD)$(LINK) $(elementfactory_OBJECTS) $(elementfactory_LDADD) $(LIBS) -elementget$(EXEEXT): $(elementget_OBJECTS) $(elementget_DEPENDENCIES) +elementget$(EXEEXT): $(elementget_OBJECTS) $(elementget_DEPENDENCIES) $(EXTRA_elementget_DEPENDENCIES) @rm -f elementget$(EXEEXT) $(AM_V_CCLD)$(LINK) $(elementget_OBJECTS) $(elementget_LDADD) $(LIBS) -elementlink$(EXEEXT): $(elementlink_OBJECTS) $(elementlink_DEPENDENCIES) +elementlink$(EXEEXT): $(elementlink_OBJECTS) $(elementlink_DEPENDENCIES) $(EXTRA_elementlink_DEPENDENCIES) @rm -f elementlink$(EXEEXT) $(AM_V_CCLD)$(LINK) $(elementlink_OBJECTS) $(elementlink_LDADD) $(LIBS) -elementmake$(EXEEXT): $(elementmake_OBJECTS) $(elementmake_DEPENDENCIES) +elementmake$(EXEEXT): $(elementmake_OBJECTS) $(elementmake_DEPENDENCIES) $(EXTRA_elementmake_DEPENDENCIES) @rm -f elementmake$(EXEEXT) $(AM_V_CCLD)$(LINK) $(elementmake_OBJECTS) $(elementmake_LDADD) $(LIBS) -fakesrc$(EXEEXT): $(fakesrc_OBJECTS) $(fakesrc_DEPENDENCIES) +fakesrc$(EXEEXT): $(fakesrc_OBJECTS) $(fakesrc_DEPENDENCIES) $(EXTRA_fakesrc_DEPENDENCIES) @rm -f fakesrc$(EXEEXT) $(AM_V_CCLD)$(LINK) $(fakesrc_OBJECTS) $(fakesrc_LDADD) $(LIBS) -ghostpad$(EXEEXT): $(ghostpad_OBJECTS) $(ghostpad_DEPENDENCIES) +ghostpad$(EXEEXT): $(ghostpad_OBJECTS) $(ghostpad_DEPENDENCIES) $(EXTRA_ghostpad_DEPENDENCIES) @rm -f ghostpad$(EXEEXT) $(AM_V_CCLD)$(LINK) $(ghostpad_OBJECTS) $(ghostpad_LDADD) $(LIBS) -helloworld$(EXEEXT): $(helloworld_OBJECTS) $(helloworld_DEPENDENCIES) +helloworld$(EXEEXT): $(helloworld_OBJECTS) $(helloworld_DEPENDENCIES) $(EXTRA_helloworld_DEPENDENCIES) @rm -f helloworld$(EXEEXT) $(AM_V_CCLD)$(LINK) $(helloworld_OBJECTS) $(helloworld_LDADD) $(LIBS) -init$(EXEEXT): $(init_OBJECTS) $(init_DEPENDENCIES) +init$(EXEEXT): $(init_OBJECTS) $(init_DEPENDENCIES) $(EXTRA_init_DEPENDENCIES) @rm -f init$(EXEEXT) $(AM_V_CCLD)$(LINK) $(init_OBJECTS) $(init_LDADD) $(LIBS) -pad$(EXEEXT): $(pad_OBJECTS) $(pad_DEPENDENCIES) +pad$(EXEEXT): $(pad_OBJECTS) $(pad_DEPENDENCIES) $(EXTRA_pad_DEPENDENCIES) @rm -f pad$(EXEEXT) $(AM_V_CCLD)$(LINK) $(pad_OBJECTS) $(pad_LDADD) $(LIBS) -playbin$(EXEEXT): $(playbin_OBJECTS) $(playbin_DEPENDENCIES) +playbin$(EXEEXT): $(playbin_OBJECTS) $(playbin_DEPENDENCIES) $(EXTRA_playbin_DEPENDENCIES) @rm -f playbin$(EXEEXT) $(AM_V_CCLD)$(LINK) $(playbin_OBJECTS) $(playbin_LDADD) $(LIBS) -query$(EXEEXT): $(query_OBJECTS) $(query_DEPENDENCIES) +query$(EXEEXT): $(query_OBJECTS) $(query_DEPENDENCIES) $(EXTRA_query_DEPENDENCIES) @rm -f query$(EXEEXT) $(AM_V_CCLD)$(LINK) $(query_OBJECTS) $(query_LDADD) $(LIBS) -typefind$(EXEEXT): $(typefind_OBJECTS) $(typefind_DEPENDENCIES) +typefind$(EXEEXT): $(typefind_OBJECTS) $(typefind_DEPENDENCIES) $(EXTRA_typefind_DEPENDENCIES) @rm -f typefind$(EXEEXT) $(AM_V_CCLD)$(LINK) $(typefind_OBJECTS) $(typefind_LDADD) $(LIBS) diff -Nru gstreamer0.10-0.10.35.3/tests/examples/metadata/Makefile.in gstreamer0.10-0.10.36/tests/examples/metadata/Makefile.in --- gstreamer0.10-0.10.35.3/tests/examples/metadata/Makefile.in 2012-02-04 15:55:54.000000000 +0000 +++ gstreamer0.10-0.10.36/tests/examples/metadata/Makefile.in 2012-02-20 22:48:31.000000000 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11.2 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -85,8 +85,8 @@ read_metadata_OBJECTS = read_metadata-read-metadata.$(OBJEXT) am__DEPENDENCIES_1 = read_metadata_DEPENDENCIES = $(am__DEPENDENCIES_1) -AM_V_lt = $(am__v_lt_$(V)) -am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent read_metadata_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(read_metadata_CFLAGS) \ @@ -101,21 +101,21 @@ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) -AM_V_CC = $(am__v_CC_$(V)) -am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) +AM_V_CC = $(am__v_CC_@AM_V@) +am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ -AM_V_CCLD = $(am__v_CCLD_$(V)) -am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) +AM_V_CCLD = $(am__v_CCLD_@AM_V@) +am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; SOURCES = read-metadata.c DIST_SOURCES = read-metadata.c @@ -437,7 +437,7 @@ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ echo " rm -f" $$list; \ rm -f $$list -read-metadata$(EXEEXT): $(read_metadata_OBJECTS) $(read_metadata_DEPENDENCIES) +read-metadata$(EXEEXT): $(read_metadata_OBJECTS) $(read_metadata_DEPENDENCIES) $(EXTRA_read_metadata_DEPENDENCIES) @rm -f read-metadata$(EXEEXT) $(AM_V_CCLD)$(read_metadata_LINK) $(read_metadata_OBJECTS) $(read_metadata_LDADD) $(LIBS) diff -Nru gstreamer0.10-0.10.35.3/tests/examples/queue/Makefile.in gstreamer0.10-0.10.36/tests/examples/queue/Makefile.in --- gstreamer0.10-0.10.35.3/tests/examples/queue/Makefile.in 2012-02-04 15:55:54.000000000 +0000 +++ gstreamer0.10-0.10.36/tests/examples/queue/Makefile.in 2012-02-20 22:48:32.000000000 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11.2 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -85,8 +85,8 @@ queue_OBJECTS = queue-queue.$(OBJEXT) am__DEPENDENCIES_1 = queue_DEPENDENCIES = $(am__DEPENDENCIES_1) -AM_V_lt = $(am__v_lt_$(V)) -am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent queue_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(queue_CFLAGS) $(CFLAGS) \ @@ -101,21 +101,21 @@ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) -AM_V_CC = $(am__v_CC_$(V)) -am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) +AM_V_CC = $(am__v_CC_@AM_V@) +am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ -AM_V_CCLD = $(am__v_CCLD_$(V)) -am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) +AM_V_CCLD = $(am__v_CCLD_@AM_V@) +am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; SOURCES = queue.c DIST_SOURCES = queue.c @@ -437,7 +437,7 @@ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ echo " rm -f" $$list; \ rm -f $$list -queue$(EXEEXT): $(queue_OBJECTS) $(queue_DEPENDENCIES) +queue$(EXEEXT): $(queue_OBJECTS) $(queue_DEPENDENCIES) $(EXTRA_queue_DEPENDENCIES) @rm -f queue$(EXEEXT) $(AM_V_CCLD)$(queue_LINK) $(queue_OBJECTS) $(queue_LDADD) $(LIBS) diff -Nru gstreamer0.10-0.10.35.3/tests/examples/stepping/Makefile.in gstreamer0.10-0.10.36/tests/examples/stepping/Makefile.in --- gstreamer0.10-0.10.35.3/tests/examples/stepping/Makefile.in 2012-02-04 15:55:54.000000000 +0000 +++ gstreamer0.10-0.10.36/tests/examples/stepping/Makefile.in 2012-02-20 22:48:32.000000000 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11.2 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -85,8 +85,8 @@ framestep1_OBJECTS = framestep1-framestep1.$(OBJEXT) am__DEPENDENCIES_1 = framestep1_DEPENDENCIES = $(am__DEPENDENCIES_1) -AM_V_lt = $(am__v_lt_$(V)) -am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent framestep1_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(framestep1_CFLAGS) \ @@ -101,21 +101,21 @@ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) -AM_V_CC = $(am__v_CC_$(V)) -am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) +AM_V_CC = $(am__v_CC_@AM_V@) +am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ -AM_V_CCLD = $(am__v_CCLD_$(V)) -am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) +AM_V_CCLD = $(am__v_CCLD_@AM_V@) +am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; SOURCES = framestep1.c DIST_SOURCES = framestep1.c @@ -437,7 +437,7 @@ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ echo " rm -f" $$list; \ rm -f $$list -framestep1$(EXEEXT): $(framestep1_OBJECTS) $(framestep1_DEPENDENCIES) +framestep1$(EXEEXT): $(framestep1_OBJECTS) $(framestep1_DEPENDENCIES) $(EXTRA_framestep1_DEPENDENCIES) @rm -f framestep1$(EXEEXT) $(AM_V_CCLD)$(framestep1_LINK) $(framestep1_OBJECTS) $(framestep1_LDADD) $(LIBS) diff -Nru gstreamer0.10-0.10.35.3/tests/examples/streams/Makefile.in gstreamer0.10-0.10.36/tests/examples/streams/Makefile.in --- gstreamer0.10-0.10.35.3/tests/examples/streams/Makefile.in 2012-02-04 15:55:54.000000000 +0000 +++ gstreamer0.10-0.10.36/tests/examples/streams/Makefile.in 2012-02-20 22:48:32.000000000 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11.2 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -88,8 +88,8 @@ rtpool_test_OBJECTS = $(am_rtpool_test_OBJECTS) am__DEPENDENCIES_1 = rtpool_test_DEPENDENCIES = $(am__DEPENDENCIES_1) -AM_V_lt = $(am__v_lt_$(V)) -am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent rtpool_test_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(rtpool_test_CFLAGS) \ @@ -110,21 +110,21 @@ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) -AM_V_CC = $(am__v_CC_$(V)) -am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) +AM_V_CC = $(am__v_CC_@AM_V@) +am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ -AM_V_CCLD = $(am__v_CCLD_$(V)) -am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) +AM_V_CCLD = $(am__v_CCLD_@AM_V@) +am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; SOURCES = $(rtpool_test_SOURCES) $(stream_status_SOURCES) DIST_SOURCES = $(rtpool_test_SOURCES) $(stream_status_SOURCES) @@ -451,10 +451,10 @@ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ echo " rm -f" $$list; \ rm -f $$list -rtpool-test$(EXEEXT): $(rtpool_test_OBJECTS) $(rtpool_test_DEPENDENCIES) +rtpool-test$(EXEEXT): $(rtpool_test_OBJECTS) $(rtpool_test_DEPENDENCIES) $(EXTRA_rtpool_test_DEPENDENCIES) @rm -f rtpool-test$(EXEEXT) $(AM_V_CCLD)$(rtpool_test_LINK) $(rtpool_test_OBJECTS) $(rtpool_test_LDADD) $(LIBS) -stream-status$(EXEEXT): $(stream_status_OBJECTS) $(stream_status_DEPENDENCIES) +stream-status$(EXEEXT): $(stream_status_OBJECTS) $(stream_status_DEPENDENCIES) $(EXTRA_stream_status_DEPENDENCIES) @rm -f stream-status$(EXEEXT) $(AM_V_CCLD)$(stream_status_LINK) $(stream_status_OBJECTS) $(stream_status_LDADD) $(LIBS) diff -Nru gstreamer0.10-0.10.35.3/tests/examples/typefind/Makefile.in gstreamer0.10-0.10.36/tests/examples/typefind/Makefile.in --- gstreamer0.10-0.10.35.3/tests/examples/typefind/Makefile.in 2012-02-04 15:55:55.000000000 +0000 +++ gstreamer0.10-0.10.36/tests/examples/typefind/Makefile.in 2012-02-20 22:48:33.000000000 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11.2 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -85,8 +85,8 @@ typefind_OBJECTS = typefind-typefind.$(OBJEXT) am__DEPENDENCIES_1 = typefind_DEPENDENCIES = $(am__DEPENDENCIES_1) -AM_V_lt = $(am__v_lt_$(V)) -am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent typefind_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(typefind_CFLAGS) \ @@ -101,21 +101,21 @@ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) -AM_V_CC = $(am__v_CC_$(V)) -am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) +AM_V_CC = $(am__v_CC_@AM_V@) +am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ -AM_V_CCLD = $(am__v_CCLD_$(V)) -am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) +AM_V_CCLD = $(am__v_CCLD_@AM_V@) +am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; SOURCES = typefind.c DIST_SOURCES = typefind.c @@ -437,7 +437,7 @@ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ echo " rm -f" $$list; \ rm -f $$list -typefind$(EXEEXT): $(typefind_OBJECTS) $(typefind_DEPENDENCIES) +typefind$(EXEEXT): $(typefind_OBJECTS) $(typefind_DEPENDENCIES) $(EXTRA_typefind_DEPENDENCIES) @rm -f typefind$(EXEEXT) $(AM_V_CCLD)$(typefind_LINK) $(typefind_OBJECTS) $(typefind_LDADD) $(LIBS) diff -Nru gstreamer0.10-0.10.35.3/tests/Makefile.in gstreamer0.10-0.10.36/tests/Makefile.in --- gstreamer0.10-0.10.35.3/tests/Makefile.in 2012-02-04 15:55:52.000000000 +0000 +++ gstreamer0.10-0.10.36/tests/Makefile.in 2012-02-20 22:48:28.000000000 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11.2 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -78,11 +78,11 @@ CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ SOURCES = DIST_SOURCES = diff -Nru gstreamer0.10-0.10.35.3/tests/misc/Makefile.in gstreamer0.10-0.10.36/tests/misc/Makefile.in --- gstreamer0.10-0.10.35.3/tests/misc/Makefile.in 2012-02-04 15:55:55.000000000 +0000 +++ gstreamer0.10-0.10.36/tests/misc/Makefile.in 2012-02-20 22:48:33.000000000 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11.2 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -78,11 +78,11 @@ CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ SOURCES = DIST_SOURCES = diff -Nru gstreamer0.10-0.10.35.3/tools/Makefile.in gstreamer0.10-0.10.36/tools/Makefile.in --- gstreamer0.10-0.10.35.3/tools/Makefile.in 2012-02-04 15:55:55.000000000 +0000 +++ gstreamer0.10-0.10.36/tools/Makefile.in 2012-02-20 22:48:34.000000000 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11.2 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -104,8 +104,8 @@ gst_feedback_LDADD = $(LDADD) am__DEPENDENCIES_1 = gst_feedback_DEPENDENCIES = $(am__DEPENDENCIES_1) -AM_V_lt = $(am__v_lt_$(V)) -am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent am_gst_inspect_OBJECTS = gst-run.$(OBJEXT) gst_inspect_OBJECTS = $(am_gst_inspect_OBJECTS) @@ -215,21 +215,21 @@ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) -AM_V_CC = $(am__v_CC_$(V)) -am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) +AM_V_CC = $(am__v_CC_@AM_V@) +am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ -AM_V_CCLD = $(am__v_CCLD_$(V)) -am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) +AM_V_CCLD = $(am__v_CCLD_@AM_V@) +am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; SOURCES = $(gst_feedback_SOURCES) $(gst_inspect_SOURCES) \ $(gst_inspect_@GST_MAJORMINOR@_SOURCES) $(gst_launch_SOURCES) \ @@ -690,37 +690,37 @@ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ echo " rm -f" $$list; \ rm -f $$list -gst-feedback$(EXEEXT): $(gst_feedback_OBJECTS) $(gst_feedback_DEPENDENCIES) +gst-feedback$(EXEEXT): $(gst_feedback_OBJECTS) $(gst_feedback_DEPENDENCIES) $(EXTRA_gst_feedback_DEPENDENCIES) @rm -f gst-feedback$(EXEEXT) $(AM_V_CCLD)$(LINK) $(gst_feedback_OBJECTS) $(gst_feedback_LDADD) $(LIBS) -gst-inspect$(EXEEXT): $(gst_inspect_OBJECTS) $(gst_inspect_DEPENDENCIES) +gst-inspect$(EXEEXT): $(gst_inspect_OBJECTS) $(gst_inspect_DEPENDENCIES) $(EXTRA_gst_inspect_DEPENDENCIES) @rm -f gst-inspect$(EXEEXT) $(AM_V_CCLD)$(LINK) $(gst_inspect_OBJECTS) $(gst_inspect_LDADD) $(LIBS) -gst-inspect-@GST_MAJORMINOR@$(EXEEXT): $(gst_inspect_@GST_MAJORMINOR@_OBJECTS) $(gst_inspect_@GST_MAJORMINOR@_DEPENDENCIES) +gst-inspect-@GST_MAJORMINOR@$(EXEEXT): $(gst_inspect_@GST_MAJORMINOR@_OBJECTS) $(gst_inspect_@GST_MAJORMINOR@_DEPENDENCIES) $(EXTRA_gst_inspect_@GST_MAJORMINOR@_DEPENDENCIES) @rm -f gst-inspect-@GST_MAJORMINOR@$(EXEEXT) $(AM_V_CCLD)$(gst_inspect_@GST_MAJORMINOR@_LINK) $(gst_inspect_@GST_MAJORMINOR@_OBJECTS) $(gst_inspect_@GST_MAJORMINOR@_LDADD) $(LIBS) -gst-launch$(EXEEXT): $(gst_launch_OBJECTS) $(gst_launch_DEPENDENCIES) +gst-launch$(EXEEXT): $(gst_launch_OBJECTS) $(gst_launch_DEPENDENCIES) $(EXTRA_gst_launch_DEPENDENCIES) @rm -f gst-launch$(EXEEXT) $(AM_V_CCLD)$(LINK) $(gst_launch_OBJECTS) $(gst_launch_LDADD) $(LIBS) -gst-launch-@GST_MAJORMINOR@$(EXEEXT): $(gst_launch_@GST_MAJORMINOR@_OBJECTS) $(gst_launch_@GST_MAJORMINOR@_DEPENDENCIES) +gst-launch-@GST_MAJORMINOR@$(EXEEXT): $(gst_launch_@GST_MAJORMINOR@_OBJECTS) $(gst_launch_@GST_MAJORMINOR@_DEPENDENCIES) $(EXTRA_gst_launch_@GST_MAJORMINOR@_DEPENDENCIES) @rm -f gst-launch-@GST_MAJORMINOR@$(EXEEXT) $(AM_V_CCLD)$(gst_launch_@GST_MAJORMINOR@_LINK) $(gst_launch_@GST_MAJORMINOR@_OBJECTS) $(gst_launch_@GST_MAJORMINOR@_LDADD) $(LIBS) -gst-typefind$(EXEEXT): $(gst_typefind_OBJECTS) $(gst_typefind_DEPENDENCIES) +gst-typefind$(EXEEXT): $(gst_typefind_OBJECTS) $(gst_typefind_DEPENDENCIES) $(EXTRA_gst_typefind_DEPENDENCIES) @rm -f gst-typefind$(EXEEXT) $(AM_V_CCLD)$(LINK) $(gst_typefind_OBJECTS) $(gst_typefind_LDADD) $(LIBS) -gst-typefind-@GST_MAJORMINOR@$(EXEEXT): $(gst_typefind_@GST_MAJORMINOR@_OBJECTS) $(gst_typefind_@GST_MAJORMINOR@_DEPENDENCIES) +gst-typefind-@GST_MAJORMINOR@$(EXEEXT): $(gst_typefind_@GST_MAJORMINOR@_OBJECTS) $(gst_typefind_@GST_MAJORMINOR@_DEPENDENCIES) $(EXTRA_gst_typefind_@GST_MAJORMINOR@_DEPENDENCIES) @rm -f gst-typefind-@GST_MAJORMINOR@$(EXEEXT) $(AM_V_CCLD)$(gst_typefind_@GST_MAJORMINOR@_LINK) $(gst_typefind_@GST_MAJORMINOR@_OBJECTS) $(gst_typefind_@GST_MAJORMINOR@_LDADD) $(LIBS) -gst-xmlinspect$(EXEEXT): $(gst_xmlinspect_OBJECTS) $(gst_xmlinspect_DEPENDENCIES) +gst-xmlinspect$(EXEEXT): $(gst_xmlinspect_OBJECTS) $(gst_xmlinspect_DEPENDENCIES) $(EXTRA_gst_xmlinspect_DEPENDENCIES) @rm -f gst-xmlinspect$(EXEEXT) $(AM_V_CCLD)$(LINK) $(gst_xmlinspect_OBJECTS) $(gst_xmlinspect_LDADD) $(LIBS) -gst-xmlinspect-@GST_MAJORMINOR@$(EXEEXT): $(gst_xmlinspect_@GST_MAJORMINOR@_OBJECTS) $(gst_xmlinspect_@GST_MAJORMINOR@_DEPENDENCIES) +gst-xmlinspect-@GST_MAJORMINOR@$(EXEEXT): $(gst_xmlinspect_@GST_MAJORMINOR@_OBJECTS) $(gst_xmlinspect_@GST_MAJORMINOR@_DEPENDENCIES) $(EXTRA_gst_xmlinspect_@GST_MAJORMINOR@_DEPENDENCIES) @rm -f gst-xmlinspect-@GST_MAJORMINOR@$(EXEEXT) $(AM_V_CCLD)$(gst_xmlinspect_@GST_MAJORMINOR@_LINK) $(gst_xmlinspect_@GST_MAJORMINOR@_OBJECTS) $(gst_xmlinspect_@GST_MAJORMINOR@_LDADD) $(LIBS) -gst-xmllaunch$(EXEEXT): $(gst_xmllaunch_OBJECTS) $(gst_xmllaunch_DEPENDENCIES) +gst-xmllaunch$(EXEEXT): $(gst_xmllaunch_OBJECTS) $(gst_xmllaunch_DEPENDENCIES) $(EXTRA_gst_xmllaunch_DEPENDENCIES) @rm -f gst-xmllaunch$(EXEEXT) $(AM_V_CCLD)$(LINK) $(gst_xmllaunch_OBJECTS) $(gst_xmllaunch_LDADD) $(LIBS) -gst-xmllaunch-@GST_MAJORMINOR@$(EXEEXT): $(gst_xmllaunch_@GST_MAJORMINOR@_OBJECTS) $(gst_xmllaunch_@GST_MAJORMINOR@_DEPENDENCIES) +gst-xmllaunch-@GST_MAJORMINOR@$(EXEEXT): $(gst_xmllaunch_@GST_MAJORMINOR@_OBJECTS) $(gst_xmllaunch_@GST_MAJORMINOR@_DEPENDENCIES) $(EXTRA_gst_xmllaunch_@GST_MAJORMINOR@_DEPENDENCIES) @rm -f gst-xmllaunch-@GST_MAJORMINOR@$(EXEEXT) $(AM_V_CCLD)$(gst_xmllaunch_@GST_MAJORMINOR@_LINK) $(gst_xmllaunch_@GST_MAJORMINOR@_OBJECTS) $(gst_xmllaunch_@GST_MAJORMINOR@_LDADD) $(LIBS) install-binSCRIPTS: $(bin_SCRIPTS) diff -Nru gstreamer0.10-0.10.35.3/win32/common/config.h gstreamer0.10-0.10.36/win32/common/config.h --- gstreamer0.10-0.10.35.3/win32/common/config.h 2011-12-30 01:14:40.000000000 +0000 +++ gstreamer0.10-0.10.36/win32/common/config.h 2012-02-20 22:51:01.000000000 +0000 @@ -59,13 +59,13 @@ #define GST_MAJORMINOR "0.10" /* package name in plugins */ -#define GST_PACKAGE_NAME "GStreamer prerelease" +#define GST_PACKAGE_NAME "GStreamer source release" /* package origin */ #define GST_PACKAGE_ORIGIN "Unknown package origin" /* GStreamer package release date/time for plugins as YYYY-MM-DD */ -#define GST_PACKAGE_RELEASE_DATETIME "2011-12-10T00:50Z" +#define GST_PACKAGE_RELEASE_DATETIME "2012-02-20" /* location of the installed gst-plugin-scanner */ #define GST_PLUGIN_SCANNER_INSTALLED LIBDIR "\\gst-plugin-scanner" @@ -256,6 +256,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_SYS_PARAM_H +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_POLL_H + /* Define to 1 if you have the header file. */ #undef HAVE_SYS_PRCTL_H @@ -340,7 +343,7 @@ #define PACKAGE_NAME "GStreamer" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "GStreamer 0.10.35.2" +#define PACKAGE_STRING "GStreamer 0.10.36" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "gstreamer" @@ -349,7 +352,7 @@ #undef PACKAGE_URL /* Define to the version of this package. */ -#define PACKAGE_VERSION "0.10.35.2" +#define PACKAGE_VERSION "0.10.36" /* directory where plugins are located */ #ifdef _DEBUG @@ -380,7 +383,7 @@ #undef USE_POISONING /* Version number of package */ -#define VERSION "0.10.35.2" +#define VERSION "0.10.36" /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel). */ diff -Nru gstreamer0.10-0.10.35.3/win32/common/gstversion.h gstreamer0.10-0.10.36/win32/common/gstversion.h --- gstreamer0.10-0.10.35.3/win32/common/gstversion.h 2011-12-30 01:14:40.000000000 +0000 +++ gstreamer0.10-0.10.36/win32/common/gstversion.h 2012-02-20 22:51:01.000000000 +0000 @@ -57,14 +57,14 @@ * * The micro version of GStreamer at compile time: */ -#define GST_VERSION_MICRO (35) +#define GST_VERSION_MICRO (36) /** * GST_VERSION_NANO: * * The nano version of GStreamer at compile time: * Actual releases have 0, GIT versions have 1, prerelease versions have 2-... */ -#define GST_VERSION_NANO (2) +#define GST_VERSION_NANO (0) /** * GST_CHECK_VERSION: