- Apr 27, 2010
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Stefan Kost authored
The tests verify that bug #616846 is indeed fixed.
-
- Apr 26, 2010
-
-
Benjamin Otte authored
The logic in that function is broken. Various NULL-checking bandaids for guaranteed non-NULL variables didn't even help there. This patch updates the function to check if a previous item exists before fetching it instead of after. This makes all other tests unnecessary. In particular, it makes the check for an empty list unnecessary, because for empty lists the only iter is the begin iter (and the end iter) and so the new check catches that case. https://bugzilla.gnome.org/show_bug.cgi?id=616846
-
- Apr 25, 2010
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
- Apr 23, 2010
-
-
Tim-Philipp Müller authored
From fc85867 to 4d67bd6
-
- Apr 16, 2010
-
-
Sebastian Dröge authored
Fixes bug #615579.
-
Tim-Philipp Müller authored
This way people can just #define their own custom flow returns to one of these without having the compiler (esp. gcc-4.5) complain about comparing integers to an enum or the enum not being listed Fixes #615880. API: GST_FLOW_CUSTOM_SUCCESS_1 API: GST_FLOW_CUSTOM_SUCCESS_2 API: GST_FLOW_CUSTOM_ERROR_1 API: GST_FLOW_CUSTOM_ERROR_2
-
- Apr 15, 2010
-
-
Sebastian Dröge authored
-
Thiago Santos authored
Adds missing ':' to tags docs
-
Tim-Philipp Müller authored
The result of gst_iterator_find_custom() is not a GstIterator *.
-
- Apr 14, 2010
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Wim Taymans authored
When an element is removed from a bin because it caused a state change error, don't unref the child twice. Add some more debug info. Add a unit test for this error. Fixes #615756
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
Use foo_LDADD instead of foo_LDFLAGS to specify the libraries to link to. This should make sure arguments are passed to the linker in the right order. See #615697.
-
Benjamin Otte authored
Apparently gcc warns that GstMiniObject is not castable to GstEvent/Message/Buffer due to them containing 64bit variables, even though ARM hackers claim that those only need 4byte alignment. And as long as gcc behaves that way, this warning is not very useful. So we'll remove the warning until this problem is fixed. https://bugzilla.gnome.org/show_bug.cgi?id=615698
-
- Apr 13, 2010
-
-
Tim-Philipp Müller authored
Spotted by JF Mertens. See #614767.
-
- Apr 12, 2010
-
-
David Schleef authored
Check for ability to divide uint128_t values, since that what we actually use it for (in gstutils.c). The existence of a uint128_t type doesn't mean the compiler can actually generate code for it. Also make sure that we can actually link the result successfully. Fixes bug #614767.
-
Tim-Philipp Müller authored
-
- Apr 09, 2010
-
-
Wim Taymans authored
Convert some g_print into PRINT so that they are not printed when the -q option is selected.
-
Wim Taymans authored
-
Wim Taymans authored
Parse a size=value from the query string to specify a size. This is interesting when reading from a file descriptor that actually has a size (and is not stat-able, such as the socket of an http connection)
-
Wim Taymans authored
When we are EOS, we don't need to do an upstream query for the duration in bytes because we already know it is the offset of the last written byte.
-
Sebastian Dröge authored
This makes valgrind stop complaining about reading unitializated memory, which is not initialized because it's just compiler-added struct padding...
-
Sebastian Dröge authored
From d66a8c3 to fc85867
-
- Apr 08, 2010
-
-
Tim-Philipp Müller authored
-
Stefan Kost authored
-
Stefan Kost authored
Add a graphviz dot file. Add rules to render it to svg and include in docs. Nodes are clickable. It is an attempt to show how things fit together.
-
- Apr 07, 2010
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
Require autoconf 2.60 (which was released in June 2006). Fixes #600718.
-
Tim-Philipp Müller authored
Fix 'grammar.tab.c:815:6: warning: "YYENABLE_NLS" is not defined' compiler warning and the same for YYLTYPE_IS_TRIVIAL. The two translated strings aren't particularly helpful, so just define YYENABLE_NLS to 0.
-
Tim-Philipp Müller authored
Fix 'grammar.y:668: passing argument 1 of ‘g_free’ discards qualifiers from pointer target type' compiler warning.
-
Wim Taymans authored
-
Edward Hervey authored
-
- Apr 06, 2010
-
-
Stefan Kost authored
Move the internal header to nodist (as we copy it around anyway). Use builddir in pattern substitution for it. Fixes #61483.
-
Wim Taymans authored
-