Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-12-21 | basesink: fix typo | Wim Taymans | 1 | -1/+1 | |
2010-12-20 | Automatic update of common submodule | Edward Hervey | 1 | -0/+0 | |
From 169462a to 46445ad | |||||
2010-12-19 | taglist: Don't leak copies of empty strings | Sebastian Dröge | 2 | -17/+28 | |
2010-12-17 | base: documentation fixups and annotation | Edward Hervey | 2 | -5/+5 | |
2010-12-17 | gst: documentation fixups and annotation | Edward Hervey | 8 | -17/+19 | |
Reported by enabling the --warn-all option of g-ir-scanner | |||||
2010-12-17 | gstdatetime: Fix documentation | Edward Hervey | 1 | -8/+4 | |
second => seconds microsecond argument was dropped | |||||
2010-12-17 | basesrc: Use an atomic integer instead of a lock for checking tags presence | Edward Hervey | 1 | -6/+12 | |
https://bugzilla.gnome.org/show_bug.cgi?id=636455 | |||||
2010-12-16 | basetransform: Handle downstream giving a buffer with new caps but invalid size | Sebastian Dröge | 1 | -0/+6 | |
This can happen for example when downstream proposed new caps, later proposed the previous caps again which in turn enables passthrough mode in upstream elements and the wrong-sized buffer appears in an element where the caps change never happened. Simply allocate a new buffer in this case. See bug #635461. | |||||
2010-12-15 | info: use the publicly visible address to fix the tests | Stefan Kost | 1 | -1/+10 | |
The -Bsymbolic change causes us to get a different address when internaly looking up the function than what application would get when the use the symbol that they see. This made removing the default loghandler to fail, as it is set internally and removed externaly. | |||||
2010-12-15 | Automatic update of common submodule | Stefan Kost | 1 | -0/+0 | |
From 20742ae to 169462a | |||||
2010-12-15 | configure: use the -Bsymbolic-functions linker flag if supported | Stefan Kost | 1 | -0/+19 | |
This feature turns intra library calls into direct function calls and thus makes them a little faster. The downside is that this causes problems for e.g. LD_PRELOAD based tools. Thus add a configure option to turn it off. | |||||
2010-12-14 | basesink: improve last_stop calculation | Wim Taymans | 1 | -1/+1 | |
Only update the last_stop value when we had a valid stop position for the clipping or else the clipping code assumes the stop position extends to the end of the segment, which makes the position reporting return weird values. | |||||
2010-12-14 | basesink: fix object type handling in queued preroll | Wim Taymans | 1 | -10/+23 | |
Factor out the method to get the object type. When preroll-queue-len > 0, use the right object type instead of ignoring buffer-lists. | |||||
2010-12-13 | Automatic update of common submodule | Stefan Kost | 1 | -0/+0 | |
From 011bcc8 to 20742ae | |||||
2010-12-11 | libs: Fix GIR build for srcdir != builddir | Edward Hervey | 5 | -0/+8 | |
2010-12-08 | docs: fix wrong use of Since: keyword | Stefan Kost | 1 | -3/+3 | |
2010-12-08 | registry: maintain the typefind extension list order | Stefan Kost | 1 | -2/+3 | |
2010-12-08 | docs: add () to xref the function. | Stefan Kost | 1 | -1/+1 | |
2010-12-07 | utils: remove some dead code, GST_DEBUG_COLOR is never defined | Tim-Philipp Müller | 1 | -30/+0 | |
2010-12-07 | utils: const-ify arguments to gst_object_default_error() | Tim-Philipp Müller | 2 | -3/+6 | |
2010-12-07 | docs: gst_error_get_message() returns string in UTF-8, not current locale | Tim-Philipp Müller | 1 | -2/+2 | |
We tell gettext to return everything in UTF-8 encoding. | |||||
2010-12-07 | docs: libgstbase: more gobject introspection annotations | Tim-Philipp Müller | 12 | -113/+193 | |
Many of these are superfluous and were added for clarity. | |||||
2010-12-07 | docs: gst: more gobject introspection annotations | Tim-Philipp Müller | 55 | -803/+1080 | |
Many of these are superfluous, added for clarity. | |||||
2010-12-07 | pad: register gst_pad_get_fixed_caps_func() with the debug log system | Tim-Philipp Müller | 1 | -0/+3 | |
2010-12-07 | libs: Add -I$(top_srcdir)/libs to g-ir-scanner commands | Edward Hervey | 3 | -0/+3 | |
Without this, it will fail finding all headers. | |||||
2010-12-07 | plugin: recommend "--gst-disable-registry-fork" as well | Stefan Kost | 1 | -4/+5 | |
Disabling forking helps with debugging the cause of the crash in gdb. | |||||
2010-12-07 | docs: some notes about our plugin docs workflow | Stefan Kost | 1 | -0/+51 | |
2010-12-06 | poll: return wakeup event in GPollFD | Wim Taymans | 1 | -0/+4 | |
2010-12-06 | pad: add some debug to fast push path | Mark Nauwelaerts | 1 | -0/+8 | |
... so we don't loose track at times it is needed the most. | |||||
2010-12-05 | basesink: Don't forget to unref the cached ClockId | Edward Hervey | 1 | -0/+4 | |
2010-12-05 | gstcheck: Don't check pad refcount too early | Edward Hervey | 1 | -1/+4 | |
Because of the new pad caching system, the peer pad might still have a reference on a pad. We therefore delay the refcount checking til 'after' we unlink the pad from any potential peer. | |||||
2010-12-05 | gstbin: Make element names clearer in debug statements | Edward Hervey | 1 | -9/+10 | |
Replaces confusing messages like: "Name name is not unique in bin bin, not adding" by "Name 'name' is not unique in bin 'bin', not adding" | |||||
2010-12-04 | registry: Fix permissions if umask is broken | David Schleef | 1 | -0/+13 | |
Fixes: #564056. | |||||
2010-12-04 | build: remove trailing whitespaces after backslash in Makefile.am | Tim-Philipp Müller | 1 | -1/+1 | |
2010-12-04 | configure: fix test so it works with FreeBSD's /bin/sh | Koop Mast | 1 | -1/+1 | |
Use '=' instead of '=='. Fixes: configure: working c++ compiler found: yes test: xyes: unexpected operator http://bugzilla-attachments.gnome.org/attachment.cgi?id=175692 | |||||
2010-12-03 | Use g_snprintf() instead of snprintf() | David Schleef | 1 | -3/+1 | |
2010-12-03 | Add build system for Android | Benjamin Gaignard | 23 | -0/+9658 | |
2010-12-03 | clock: init variables in _reinit() | Wim Taymans | 1 | -0/+2 | |
Properly initialize variables in _reinit() too | |||||
2010-12-03 | clock: make sync clock wait lockfree | Wim Taymans | 3 | -84/+111 | |
Make the common case lockfree. | |||||
2010-12-03 | binaryregistry: use function introduced in GLib 2.22 unconditionally | Tim-Philipp Müller | 1 | -4/+0 | |
2010-12-03 | poll: small cleanups | Wim Taymans | 1 | -17/+16 | |
2010-12-03 | poll: make sure we remove the readfd messages | Wim Taymans | 1 | -1/+1 | |
2010-12-03 | poll: add method to get a GPollFD | Wim Taymans | 4 | -0/+25 | |
2010-12-03 | poll: Refactor and make more lockfree | Wim Taymans | 1 | -162/+102 | |
Refactor the wakeup of the poll thread. Always make a control socket to make things easier. Make more methods lockfree. | |||||
2010-12-03 | poll: move lock to where it makes more sense | Wim Taymans | 1 | -2/+2 | |
2010-12-03 | poll: make timer polls lockfree | Wim Taymans | 1 | -33/+64 | |
Make sure we don't take a mutex in the normal code path of the timer poll. | |||||
2010-12-03 | multiqueue: return upon input when already eos | Mark Nauwelaerts | 1 | -0/+21 | |
... rather than hanging incoming thread (as considered full in eos). | |||||
2010-12-03 | caps: fix doc typo | Mark Nauwelaerts | 1 | -1/+1 | |
2010-12-03 | gst-inspect: remove some commented code | Mark Nauwelaerts | 1 | -1/+0 | |
2010-12-03 | gstobject: add stdio.h for snprint | Stefan Kost | 1 | -0/+2 | |