platform/upstream/gstreamer.git
13 years agodocs: fix typo on gst-inspect man page
Michael Bunk [Mon, 12 Jul 2010 12:22:50 +0000 (14:22 +0200)]
docs: fix typo on gst-inspect man page

See #624164.

13 years agogstcheck: fix some silly list iteration code
Tim-Philipp Müller [Sat, 3 Jul 2010 14:08:12 +0000 (15:08 +0100)]
gstcheck: fix some silly list iteration code

g_list_length() is not the best way to check if a list is empty or not.

13 years agoregistry: use GStatBuf unconditionally and add typedef for backwards compatibility
Tim-Philipp Müller [Fri, 16 Jul 2010 16:53:38 +0000 (17:53 +0100)]
registry: use GStatBuf unconditionally and add typedef for backwards compatibility

No need to clutter the code with #if #else #endif.

See #623875.

13 years agostructure: Use a const GstStructure * as parameter for some more gst_structure_get...
Sebastian Dröge [Fri, 16 Jul 2010 15:33:38 +0000 (17:33 +0200)]
structure: Use a const GstStructure * as parameter for some more gst_structure_get variants

13 years agoRevert "-launch: disable CLOCK_LOST message handling"
Sebastian Dröge [Wed, 14 Jul 2010 17:47:43 +0000 (19:47 +0200)]
Revert "-launch: disable CLOCK_LOST message handling"

This reverts commit 1f8eba611a63f45766c38c640288e42b27b10bd4.

This should be fixed now (and if not should be fixed) and the
clock-lost handling is now needed for playbin2 gapless playback.

See bug #579127.

13 years agoregistrybinary: Fix compatibility with GLib 2.25 when using MSVC
David Hoyt [Thu, 8 Jul 2010 19:04:54 +0000 (21:04 +0200)]
registrybinary: Fix compatibility with GLib 2.25 when using MSVC

Newer GLib uses a new type for g_stat() and friends to improve
Windows compatibility. On POSIX this is a typedef to struct stat.

Fixes bug #623875.

13 years agopipeline: If the currently used clock gets lost update it the next time when going...
Sebastian Dröge [Thu, 8 Jul 2010 05:48:07 +0000 (07:48 +0200)]
pipeline: If the currently used clock gets lost update it the next time when going from PAUSED to playing

Fixes bug #623806.

13 years agobasesrc: Return values in stream time for the POSITION query
Sebastian Dröge [Mon, 5 Jul 2010 17:33:01 +0000 (19:33 +0200)]
basesrc: Return values in stream time for the POSITION query

Fixes bug #623622.

13 years agobasesink: Implement GstElement::get_query_types()
Sebastian Dröge [Mon, 5 Jul 2010 16:54:45 +0000 (18:54 +0200)]
basesink: Implement GstElement::get_query_types()

13 years agobasesink: Only answer the SEGMENT query in pull mode
Sebastian Dröge [Tue, 6 Jul 2010 08:13:04 +0000 (10:13 +0200)]
basesink: Only answer the SEGMENT query in pull mode

Otherwise the element handling the seeks should answer this query.

Fixes bug #623622.

13 years agobasetransform: Implement POSITION query
Sebastian Dröge [Mon, 5 Jul 2010 08:36:05 +0000 (10:36 +0200)]
basetransform: Implement POSITION query

Fixes bug #623541.

13 years agoGstPad: Do not call gst_pad_accept_caps() when caps change
Edward Hervey [Fri, 25 Jun 2010 14:31:06 +0000 (16:31 +0200)]
GstPad: Do not call gst_pad_accept_caps() when caps change

Instead just check that the caps intersect with the pad template.
The elements should properly accept/refuse the caps in setcaps().

Shaves off calling the default implementation of acceptcaps which does
an expensive gst_pad_get_caps() (so if you have 50 of those elements in
a row, you'd be doing factorial(50) gst_pad_get_caps...).

Does not break any module unit test and most apps work fine.

https://bugzilla.gnome.org/show_bug.cgi?id=622740

13 years agoutils: Add more details about gst_element_get_compatible_pad
Edward Hervey [Thu, 8 Jul 2010 14:24:21 +0000 (16:24 +0200)]
utils: Add more details about gst_element_get_compatible_pad

13 years agoBack to development.
Tim-Philipp Müller [Fri, 16 Jul 2010 10:16:15 +0000 (11:16 +0100)]
Back to development.

13 years agoRelease 0.10.30 RELEASE-0.10.30
Tim-Philipp Müller [Wed, 14 Jul 2010 22:59:43 +0000 (23:59 +0100)]
Release 0.10.30

13 years agopo: update translations
Tim-Philipp Müller [Wed, 14 Jul 2010 16:58:15 +0000 (17:58 +0100)]
po: update translations

13 years agopad: remove comma at the end of the last enum value
Stefan Kost [Thu, 15 Jul 2010 09:01:24 +0000 (12:01 +0300)]
pad: remove comma at the end of the last enum value

Fixes the build for c++.

13 years agochecks: add unit test for recent taglist merge_strings_with_comma fix
Tim-Philipp Müller [Sun, 11 Jul 2010 18:00:54 +0000 (19:00 +0100)]
checks: add unit test for recent taglist merge_strings_with_comma fix

See #624113.

13 years agotaglist: fix merge_strings_with_comma() for more than two strings
Eduardo Dobay [Sun, 11 Jul 2010 17:59:53 +0000 (18:59 +0100)]
taglist: fix merge_strings_with_comma() for more than two strings

Fixes #624113.

13 years ago.gitignore: ignore new basesink unit test binary
Tim-Philipp Müller [Thu, 8 Jul 2010 12:46:56 +0000 (13:46 +0100)]
.gitignore: ignore new basesink unit test binary

13 years agotools: remove -p shorthand for --no-sigusr-handler
Tim-Philipp Müller [Thu, 8 Jul 2010 12:43:22 +0000 (13:43 +0100)]
tools: remove -p shorthand for --no-sigusr-handler

It's not really needed, and doesn't map any longer after the long option
has been renamed.

13 years ago0.10.29.4 pre-release
Tim-Philipp Müller [Tue, 6 Jul 2010 14:47:40 +0000 (15:47 +0100)]
0.10.29.4 pre-release

Also bump libtool versions now (which I meant to do for the first
pre-release but forgot).

13 years agopo: update translations
Tim-Philipp Müller [Tue, 6 Jul 2010 22:44:26 +0000 (23:44 +0100)]
po: update translations

13 years agobasesink: add accessors for the enable-last-buffer property.
Alessandro Decina [Tue, 6 Jul 2010 14:21:05 +0000 (16:21 +0200)]
basesink: add accessors for the enable-last-buffer property.

API: gst_base_sink_set_last_buffer_enabled
API: gst_base_sink_is_last_buffer_enabled

13 years agobasesink: add new enable-last-buffer property.
Alessandro Decina [Tue, 6 Jul 2010 10:18:45 +0000 (12:18 +0200)]
basesink: add new enable-last-buffer property.

Add a new enable-last-buffer property. When false, it disables storing the last
received buffer in basesink::last-buffer. This can be useful in cases where
buffers need to be released asap.

API: GstBaseSink::enable-last-buffer

13 years agochecks: rewrite gsttagsetter test to use fewer g_usleep()
Tim-Philipp Müller [Tue, 6 Jul 2010 09:48:27 +0000 (10:48 +0100)]
checks: rewrite gsttagsetter test to use fewer g_usleep()

Something about that seems to interact badly with some schedulers,
so do things differently.

Fixes #623469.

13 years agodocs: add new add gst_clock_id_wait_async_full() to docs
Tim-Philipp Müller [Tue, 6 Jul 2010 09:19:09 +0000 (10:19 +0100)]
docs: add new add gst_clock_id_wait_async_full() to docs

API: add gst_clock_id_wait_async_full

See #623589.

13 years agogstvalue: Improve gst_value_{set|get}_caps docs
Edward Hervey [Tue, 6 Jul 2010 08:28:14 +0000 (10:28 +0200)]
gstvalue: Improve gst_value_{set|get}_caps docs

13 years agowin32: export gst_clock_id_wait_async_full
Alessandro Decina [Tue, 6 Jul 2010 08:35:09 +0000 (10:35 +0200)]
win32: export gst_clock_id_wait_async_full

13 years agotests: remove ABI checks for GstClockEntry.
Alessandro Decina [Tue, 6 Jul 2010 08:31:25 +0000 (10:31 +0200)]
tests: remove ABI checks for GstClockEntry.

13 years agoclock: document that GstClockEntry should be treated as ana opaque structure.
Alessandro Decina [Mon, 5 Jul 2010 16:45:55 +0000 (18:45 +0200)]
clock: document that GstClockEntry should be treated as ana opaque structure.

13 years agoclock: use the new gst_clock_id_wait_async_full.
Alessandro Decina [Mon, 5 Jul 2010 11:10:09 +0000 (13:10 +0200)]
clock: use the new gst_clock_id_wait_async_full.

Use the new gst_clock_id_wait_async_full in gst_clock_set_master.
Also add some tests.

13 years agoclock: fix refcounting bug in gst_clock_set_master.
Alessandro Decina [Mon, 5 Jul 2010 11:01:53 +0000 (13:01 +0200)]
clock: fix refcounting bug in gst_clock_set_

Make sure clock->clockid is unreffed before clock->master.
gst_clock_id_unschedule (clock->clockid) tries to access clock->master. If
clock->master is unreffed before and it's deallocated, _unschedule could access
free'd memory.

13 years agoclock: add gst_clock_id_wait_async_full.
Alessandro Decina [Mon, 5 Jul 2010 10:56:40 +0000 (12:56 +0200)]
clock: add gst_clock_id_wait_async_full.

Add gst_clock_id_wait_async_full. It's the same as gst_clock_id_wait_async but
allows passing a GDestroyNotify to destroy user_data.

13 years agodocs: improve the api docs for new GstPadLinkChecks and its use
Stefan Kost [Mon, 5 Jul 2010 14:50:33 +0000 (17:50 +0300)]
docs: improve the api docs for new GstPadLinkChecks and its use

13 years agoREADME: update after removal of "old" dir.
Stefan Kost [Mon, 5 Jul 2010 09:21:51 +0000 (12:21 +0300)]
README: update after removal of "old" dir.

Remove "old" and add a line about "examples".

13 years agoRemove old 0.8 tests and examples from git tree
Tim-Philipp Müller [Sun, 4 Jul 2010 16:34:30 +0000 (17:34 +0100)]
Remove old 0.8 tests and examples from git tree

Doesn't really look like anything's worth keeping.

13 years agocheck: skip silly test that segfaults when in a CK_FORK=no environment
Tim-Philipp Müller [Sat, 3 Jul 2010 15:39:40 +0000 (16:39 +0100)]
check: skip silly test that segfaults when in a CK_FORK=no environment

See #623469.

13 years agochecks: make fakesrc check work in a CK_FORK=no environment
Tim-Philipp Müller [Sat, 3 Jul 2010 14:13:14 +0000 (15:13 +0100)]
checks: make fakesrc check work in a CK_FORK=no environment

Reset have_eos at the beginning of each test.

See #623469.

13 years agochecks: run tests calling gst_deinit() last so things work with CK_FORK=no
Tim-Philipp Müller [Sat, 3 Jul 2010 13:09:36 +0000 (14:09 +0100)]
checks: run tests calling gst_deinit() last so things work with CK_FORK=no

Because gst_init() will fail once gst_deinit() has been called.

See #623469.

13 years agochecks: don't assume element factory is not loaded yet
Tim-Philipp Müller [Sat, 3 Jul 2010 13:04:32 +0000 (14:04 +0100)]
checks: don't assume element factory is not loaded yet

It may already be loaded if check is being run with CK_FORK=no.

See #623469.

13 years agodocs: fix a couple of typos in the manual
Tim-Philipp Müller [Thu, 1 Jul 2010 18:58:09 +0000 (19:58 +0100)]
docs: fix a couple of typos in the manual

Spotted by Alexander Saprykin.

Fixes #622379.

13 years agogstcaps: Make sure _normalize() is applied on all structures.
Edward Hervey [Thu, 1 Jul 2010 15:56:33 +0000 (17:56 +0200)]
gstcaps: Make sure _normalize() is applied on all structures.

We need to use gst_caps_get_size() in the loop counter since some
structures could be added while iterating.

Fixes #623301

13 years agodocs: update 'XML in GStreamer' section in application developer's manual
Tim-Philipp Müller [Wed, 30 Jun 2010 12:16:35 +0000 (13:16 +0100)]
docs: update 'XML in GStreamer' section in application developer's manual

13 years ago0.10.29.3 pre-release
Tim-Philipp Müller [Tue, 29 Jun 2010 17:48:05 +0000 (18:48 +0100)]
0.10.29.3 pre-release

13 years agomultiqueue: implement acceptcaps function
Wim Taymans [Fri, 25 Jun 2010 17:03:27 +0000 (19:03 +0200)]
multiqueue: implement acceptcaps function

Our acceptcaps function can simply forward the query.

13 years agoBump automake requirement to 1.10
Tim-Philipp Müller [Mon, 28 Jun 2010 14:28:59 +0000 (15:28 +0100)]
Bump automake requirement to 1.10

For maintainability reasons and $(builddir).

Fixes #622944.

13 years agotools: mention --eos-on-shutdown on gst-launch man page
Tim-Philipp Müller [Mon, 28 Jun 2010 12:56:00 +0000 (13:56 +0100)]
tools: mention --eos-on-shutdown on gst-launch man page

13 years agoutils: Don't use G_GNUC_CONST for the uint64 scaling functions
Sebastian Dröge [Mon, 28 Jun 2010 08:20:39 +0000 (10:20 +0200)]
utils: Don't use G_GNUC_CONST for the uint64 scaling functions

They are actually *not* const functions because on architectures
without int128 instructions the parameters were changed.

gcc re-used the parameters on the stack for multiple calls though
and the changed parameters were used for the second call then.

Fixes bug #623003.

14 years ago0.10.29.2 pre-release
Tim-Philipp Müller [Sat, 26 Jun 2010 16:48:31 +0000 (17:48 +0100)]
0.10.29.2 pre-release

14 years agopo: update translations
Tim-Philipp Müller [Sat, 26 Jun 2010 16:47:55 +0000 (17:47 +0100)]
po: update translations

14 years agoexamples: remove xml example build system bits and purge from tree
Tim-Philipp Müller [Sat, 26 Jun 2010 09:16:36 +0000 (10:16 +0100)]
examples: remove xml example build system bits and purge from tree

Fixes make distcheck.

14 years agoxml: keep dummy gst_xml_get_type() function for g-i even if rest of GstXML is removed
Tim-Philipp Müller [Sat, 26 Jun 2010 08:59:31 +0000 (09:59 +0100)]
xml: keep dummy gst_xml_get_type() function for g-i even if rest of GstXML is removed

Add a minimal gst_xml_get_type() function, so that gobject-introspection doesn't
break the compilation if we're compiling with GST_REMOVE_DEPRECATED defined or
--disable-loadsave having been passed to configure. Until someone figures out
a better way at least.

14 years agoDon't include <libxml/parser.h> from public headers if GST_DISABLE_DEPRECATED is...
Tim-Philipp Müller [Sat, 26 Jun 2010 00:01:49 +0000 (01:01 +0100)]
Don't include <libxml/parser.h> from public headers if GST_DISABLE_DEPRECATED is defined

Since everything GstXML related has been deprecated, we can now skip the
libxml includes from the public headers when GST_DISABLE_DEPRECATED is
defined.

See #463435.

14 years agoexamples: add missing stdlib.h include in typefind example
Tim-Philipp Müller [Fri, 25 Jun 2010 23:18:10 +0000 (00:18 +0100)]
examples: add missing stdlib.h include in typefind example

14 years agodot-dump: terminate truncated strings and escape special chars
Stefan Kost [Fri, 25 Jun 2010 18:23:22 +0000 (21:23 +0300)]
dot-dump: terminate truncated strings and escape special chars

Fixes syntax errors in generated dot files for caps with strings.

14 years agopad: more documentation regarding the new flags
Edward Hervey [Fri, 25 Jun 2010 16:52:02 +0000 (18:52 +0200)]
pad: more documentation regarding the new flags

14 years agopad: make the NOTHING link check flag be 0
Wim Taymans [Fri, 25 Jun 2010 16:18:55 +0000 (18:18 +0200)]
pad: make the NOTHING link check flag be 0

Make the pad link check of NOTHING be 0. This way we have a flag for each
feature and 0 when no flags are set.

14 years agotests: Remove GstXML tests
Sebastian Dröge [Fri, 25 Jun 2010 16:24:47 +0000 (18:24 +0200)]
tests: Remove GstXML tests

14 years agogstxml: Deprecate GstXml and related functions
Sebastian Dröge [Fri, 25 Jun 2010 16:13:57 +0000 (18:13 +0200)]
gstxml: Deprecate GstXml and related functions

Pipeline serialisation to and from XML is horribly broken for all
but the most simple use cases, and will likely never be fixed.
Make sure everyone playing around with these tools is aware of
this, to avoid frustration. See countless bug reports in bugzilla.

Fixes bug #622685.

14 years agocontroller: Fix build with GST_REMOVE_DEPRECATED
Sebastian Dröge [Fri, 25 Jun 2010 16:11:30 +0000 (18:11 +0200)]
controller: Fix build with GST_REMOVE_DEPRECATED

14 years agobenchmarks: Use gst_element_link_pads_full
Edward Hervey [Thu, 24 Jun 2010 10:19:20 +0000 (12:19 +0200)]
benchmarks: Use gst_element_link_pads_full

We're testing caps negotiation, not pad linking. Brings the startup
time down 100 fold.

14 years agotools: deprecate gst-xmllaunch and print fat warning if someone tries to use it
Tim-Philipp Müller [Thu, 24 Jun 2010 16:53:36 +0000 (17:53 +0100)]
tools: deprecate gst-xmllaunch and print fat warning if someone tries to use it

Pipeline serialisation to and from XML is horribly broken for all
but the most simple use cases, and will likely never be fixed.
Make sure everyone playing around with these tools is aware of
this, to avoid frustration. See countless bug reports in bugzilla.

14 years agogst-launch: rename new --no-play command line option to --no-sigusr-handler
Tim-Philipp Müller [Thu, 24 Jun 2010 16:22:13 +0000 (17:22 +0100)]
gst-launch: rename new --no-play command line option to --no-sigusr-handler

--no-play seems a bit confusing.

Fixes #621867.

14 years agoAutomatic update of common submodule
Stefan Kost [Thu, 24 Jun 2010 12:07:11 +0000 (15:07 +0300)]
Automatic update of common submodule

From 73ff93a to a519571

14 years agobinaryregistry: ignore the plugin cache if the filter environment has changed
Tim-Philipp Müller [Wed, 23 Jun 2010 10:02:16 +0000 (11:02 +0100)]
binaryregistry: ignore the plugin cache if the filter environment has changed

Make sure that we properly update the registry and the cache file whenever
the filter environment changes or there's no more filter set.

14 years agopluginloading: add support for whitelisting based on plugin or source module name...
Tim-Philipp Müller [Thu, 27 May 2010 11:36:10 +0000 (12:36 +0100)]
pluginloading: add support for whitelisting based on plugin or source module name and path

This feature is primarily intended for use in plugin modules' unit tests.

Consider the following situation: gst-plugins-good is built against an
installed GStreamer core. An older version of gst-plugins-good is also
installed in that prefix, along with random other plugin modules. Now,
when doing 'make check' in the just-built gst-plugins-good tree, we
want to only load plugins from GStreamer core, gst-plugins-base, and
gst-plugins-good, but not random other modules (we don't want any unit
tests to fail just because some module in gst-plugins-bad has a broken
plugin_init, for example). Also, we want to only load gst-plugins-good
modules from the locally-built source tree, but not any of the older
gst-plugins-good modules installed. This is usually assured by loading
the ones in the source tree first (by adding that path first to the
right environment variables), but it gets tricky when plugins are
moved, removed, merged, or renamed, or the plugin filename changes.

Note that 'make check' should really work right without doing
'make install' or uninstalling the old gst-plugins-good package (or
any other gst-plugins-foo package) first.

Enter GST_PLUGIN_LOADING_WHITELIST. This environment variable may
contain source-package@path-prefix pairs separated by the platform
search path separator (G_SEARCHPATH_SEPARATOR_S). The source package
and path prefix are separated by the '@' character. The path prefix is
entirely optional, as is the '@' separator if no path is given.

It is also possible to filter based on plugin names instead of the name
of the source-package by specifying one or more plugin names separated
by commas before the optional path prefix.

In short, the following match patterns are possible:

   plugin1,plugin2@pathprefix or
   plugin1,plugin2@* or just
   plugin1,plugin2 or
   source-package@pathprefix or
   source-package@* or just
   source-package

So for our gst-plugins-good unit test example above, we  would set the
environment variable on *nix to something like this (will likely be a
relative path in practice):
gstreamer:gst-plugins-base:gst-plugins-good@/path/to/src/gst-plugins-good

Fixes #619815 and #619717.

14 years agogstghostpad: We don't need any checks when linking target pad
Edward Hervey [Wed, 23 Jun 2010 15:24:07 +0000 (17:24 +0200)]
gstghostpad: We don't need any checks when linking target pad

https://bugzilla.gnome.org/show_bug.cgi?id=622504

14 years agogstutils: New gst_element_link_pads_full method
Edward Hervey [Wed, 23 Jun 2010 15:00:17 +0000 (17:00 +0200)]
gstutils: New gst_element_link_pads_full method

Links the elements with the specified pad linking checks.

API:gst_element_link_pads_full

https://bugzilla.gnome.org/show_bug.cgi?id=622504

14 years agoGstPad: Add new pad linking method with configurable checks.
Edward Hervey [Wed, 23 Jun 2010 14:45:19 +0000 (16:45 +0200)]
GstPad: Add new pad linking method with configurable checks.

To be used for cases where we don't need all checks to be validated.

API: gst_pad_link_full
API: GstPadLinkCheck

https://bugzilla.gnome.org/show_bug.cgi?id=622504

14 years agotag: Adds GST_TAG_IMAGE_ORIENTATION tag
Thiago Santos [Tue, 15 Jun 2010 21:26:01 +0000 (18:26 -0300)]
tag: Adds GST_TAG_IMAGE_ORIENTATION tag

Adds a new tag to inform about the image orientation and how
to rotate and flip it before display.

Note that this tag is a string with a predefined set of
possible values.

API: GST_TAG_IMAGE_ORIENTATION

Fixes #619508

14 years agogstobject: deprecate gst_object_{set|get}_name_prefix()
Tim-Philipp Müller [Tue, 22 Jun 2010 17:53:15 +0000 (18:53 +0100)]
gstobject: deprecate gst_object_{set|get}_name_prefix()

The name prefix stuff has never been used for anything and it doesn't
look like we'll ever want to use it for anything.

Fixes #621006.

14 years agoAdd gobject-introspection annotations for GstPadIntLinkFunction
Johan Dahlin [Tue, 22 Jun 2010 13:20:53 +0000 (10:20 -0300)]
Add gobject-introspection annotations for GstPadIntLinkFunction

Fixes build with latest gobject-introspection from git.

https://bugzilla.gnome.org/show_bug.cgi?id=622025

14 years agoqueue2: fix merging of ranges
Wim Taymans [Mon, 21 Jun 2010 09:41:46 +0000 (11:41 +0200)]
queue2: fix merging of ranges

When we merge two ranges, don't updata the current range writing_pos with
whereever we were writing earlier in the merged range.  Spotted by bilboed.

14 years agoregistry: also skip .deps dirs when scanning for plugins
Tim-Philipp Müller [Sat, 19 Jun 2010 10:19:37 +0000 (11:19 +0100)]
registry: also skip .deps dirs when scanning for plugins

No need to descend into .deps dirs in uninstalled setups, we know
these don't contain any plugins.

14 years agotaglist: add gst_tag_list_peek_string_index to avoid a copy
Thiago Santos [Thu, 17 Jun 2010 14:39:04 +0000 (11:39 -0300)]
taglist: add gst_tag_list_peek_string_index to avoid a copy

Adds a variation of the _get_string_index function that doesn't copy
the string.

API: gst_tag_list_peek_string_index

https://bugzilla.gnome.org/show_bug.cgi?id=621896

14 years agotypefind: make sure buffers' metadata is writable before setting caps on them
Tim-Philipp Müller [Fri, 18 Jun 2010 11:00:53 +0000 (12:00 +0100)]
typefind: make sure buffers' metadata is writable before setting caps on them

Fixes warnings when using playbin2 with dvb:// streams, where typefind
comes after mpegtsparse.

14 years agodocs: update introspected plugin docs for gstdoc-scanobj changes
Tim-Philipp Müller [Thu, 17 Jun 2010 14:52:57 +0000 (15:52 +0100)]
docs: update introspected plugin docs for gstdoc-scanobj changes

Update common for latest gstdoc-scanobj and inspect xml files for
escaping and pad template order changes.

14 years agobasesink: Initialize jitter to prevent printing an uninitialized variable if waiting...
Sebastian Dröge [Thu, 17 Jun 2010 11:19:24 +0000 (13:19 +0200)]
basesink: Initialize jitter to prevent printing an uninitialized variable if waiting for the clock failed

14 years agopo: update for new strings
Tim-Philipp Müller [Thu, 17 Jun 2010 09:34:51 +0000 (10:34 +0100)]
po: update for new strings

14 years agomanual: fix another typo and some inaccuracies
Tim-Philipp Müller [Thu, 17 Jun 2010 08:33:43 +0000 (09:33 +0100)]
manual: fix another typo and some inaccuracies

Fix a wrong statement and flesh out section on messages and queries
a bit.

14 years agomanual: Fix another typo
Alexander Saprykin [Thu, 17 Jun 2010 07:05:58 +0000 (09:05 +0200)]
manual: Fix another typo

14 years agomanual: Fix typo
Alexander Saprykin [Thu, 17 Jun 2010 07:05:28 +0000 (09:05 +0200)]
manual: Fix typo

14 years agoelementfactory: Add an allow-none annotation
Johan Dahlin [Wed, 16 Jun 2010 16:11:06 +0000 (13:11 -0300)]
elementfactory: Add an allow-none annotation

https://bugzilla.gnome.org/show_bug.cgi?id=621773

14 years agominiobject: Add introspection annotations
Johan Dahlin [Wed, 16 Jun 2010 16:10:26 +0000 (13:10 -0300)]
miniobject: Add introspection annotations

These are required to know how to unref/ref and
convert to/from a GValue.

https://bugzilla.gnome.org/show_bug.cgi?id=621773

14 years agoevent: Add out annotations
Johan Dahlin [Wed, 16 Jun 2010 16:10:13 +0000 (13:10 -0300)]
event: Add out annotations

https://bugzilla.gnome.org/show_bug.cgi?id=621773

14 years agoquery: Add out annotations
Johan Dahlin [Wed, 16 Jun 2010 16:10:06 +0000 (13:10 -0300)]
query: Add out annotations

https://bugzilla.gnome.org/show_bug.cgi?id=621773

14 years agomessage: Add out annotations
Johan Dahlin [Wed, 16 Jun 2010 16:09:57 +0000 (13:09 -0300)]
message: Add out annotations

https://bugzilla.gnome.org/show_bug.cgi?id=621773

14 years agofdsink: make sync property work correctly
Wim Taymans [Wed, 16 Jun 2010 11:00:30 +0000 (13:00 +0200)]
fdsink: make sync property work correctly

Don't override the default get_times vmethod so that we can use the sync
property.
Set the default sync property to FALSE. It used to be set to TRUE but because
the get_times was NULL, it always behaved like FALSE.

Fixes #621530

14 years agoelement: Improve gst_element_get_name() docs
Benjamin Gaignard [Tue, 15 Jun 2010 16:48:53 +0000 (18:48 +0200)]
element: Improve gst_element_get_name() docs

Fixes bug #621660.

14 years agoAutomatic update of common submodule
Edward Hervey [Tue, 15 Jun 2010 14:49:04 +0000 (16:49 +0200)]
Automatic update of common submodule

From 9339ccc to 35617c2

14 years agoAutomatic update of common submodule
Stefan Kost [Tue, 15 Jun 2010 13:53:35 +0000 (16:53 +0300)]
Automatic update of common submodule

From 5adb1ca to 9339ccc

14 years agoAutomatic update of common submodule
Stefan Kost [Tue, 15 Jun 2010 13:34:37 +0000 (16:34 +0300)]
Automatic update of common submodule

From 57c89b7 to 5adb1ca

14 years agoAutomatic update of common submodule
Stefan Kost [Tue, 15 Jun 2010 12:31:12 +0000 (15:31 +0300)]
Automatic update of common submodule

From c804988 to 57c89b7

14 years agoRevert "GstPad: Add GST_PAD_NEGOTIABLE GstPadFlag"
Edward Hervey [Tue, 15 Jun 2010 09:48:26 +0000 (11:48 +0200)]
Revert "GstPad: Add GST_PAD_NEGOTIABLE GstPadFlag"

This reverts commit dc38e75d88bd8921895821f7afed01cab30e46c9.

boom

14 years agoRevert "gstpad: Return pad template in get_caps if pad is not negotiable"
Edward Hervey [Tue, 15 Jun 2010 09:48:17 +0000 (11:48 +0200)]
Revert "gstpad: Return pad template in get_caps if pad is not negotiable"

This reverts commit 7460321a600438966d7152ab2b4318be48eadce0.

crack

14 years agoRevert "pad: fix comment"
Edward Hervey [Tue, 15 Jun 2010 09:48:07 +0000 (11:48 +0200)]
Revert "pad: fix comment"

This reverts commit 8e92cb4a7d56cdfa4674315c64b58c1b1b9d8208.

whatever...

14 years agoRevert "element: only clear negotiable when going to NULL"
Edward Hervey [Tue, 15 Jun 2010 09:47:57 +0000 (11:47 +0200)]
Revert "element: only clear negotiable when going to NULL"

This reverts commit 8f5ec1f737c3b37538b2307aef160d9d21f1c422.

bleeeeh

14 years agoinfo: add dummy TRACE log level macros for when debugging is disabled
Tim-Philipp Müller [Tue, 15 Jun 2010 09:46:08 +0000 (10:46 +0100)]
info: add dummy TRACE log level macros for when debugging is disabled

Forgot those when adding the original API, just like the API markers
in the commit message:

API: GST_TRACE
API: GST_TRACE_OBJECT
API: GST_CAT_TRACE
API: GST_CAT_TRACE_OBJECT
API: GST_LEVEL_TRACE

Fixes compilation with --disable-gst-debug

14 years agogst-launch: print more errors to stderr and suppress more output in quiet mode
Tim-Philipp Müller [Tue, 15 Jun 2010 00:15:54 +0000 (01:15 +0100)]
gst-launch: print more errors to stderr and suppress more output in quiet mode

If --quiet is given, don't print anything but errors. Also, make
sure errors are always printed to stderr and not to stdout.

Fixes #621595.