- Nov 30, 2010
-
-
Tim-Philipp Müller authored
-
- Nov 29, 2010
-
-
Tim-Philipp Müller authored
The unused data parameter in the class_init trampoline function seems to cause warnings with some c++ compilers. https://bugzilla.gnome.org/show_bug.cgi?id=635869
-
- Nov 28, 2010
-
-
Reynaldo H. Verdejo Pinochet authored
Fix wrongly placed example and weirdly phrased 'note' lacking proper formatting. Fix missing hint for autogen.sh location and rephrase 'built and installed' sentence. Fix wrongly phrased and redundant paragraph in PWG https://bugzilla.gnome.org/show_bug.cgi?id=634921
-
- Nov 27, 2010
-
-
Thiago Santos authored
Be more explicit about being on NULL before unrefs
-
- Nov 21, 2010
-
-
- Nov 18, 2010
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
- Nov 17, 2010
-
-
Tim-Philipp Müller authored
-
Thiago Santos authored
Adds 2 variants for the gst_date_time_from_unix_epoch function, one for UTC and another for local time. API: gst_date_time_new_from_unix_epoch_utc API: gst_date_time_new_from_unix_epoch_local_time Fixes #653031 https://bugzilla.gnome.org/show_bug.cgi?id=635031
-
- Nov 03, 2010
-
-
Vladimir Eremeev authored
This avoids compiler warnings. https://bugzilla.gnome.org/show_bug.cgi?id=633886
-
- Nov 01, 2010
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
Fix pad leak when queue2 is flushing or being shut down.
-
Tim-Philipp Müller authored
If downstream is operating in pull mode, short-circuit any pulls beyond the end of the file and return FLOW_UNEXPECTED immediately instead of sending a seek beyond the end of the file upstream, since this might confuse upstream elements (and/or http servers, for example). Fixes playback of apple trailers in totem and youtube/html5 clips in WebkitGTK+. https://bugzilla.gnome.org/show_bug.cgi?id=632977
-
- Oct 29, 2010
-
-
Jonathan Matthew authored
-
When the downstream element suggests a new format, pass the suggestion upstream if we can't convert to it. Fixes #633147
-
- Oct 27, 2010
-
-
33082eb9 introduced a bug preventing sparse unlinked streams from advancing properly, leading to the queue blocking. Fixes: #633176
-
-
Jan Schmidt authored
From 7bbd708 to 011bcc8
-
- Oct 22, 2010
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
Because we can.
-
Edward Hervey authored
Basically we're not meant to put anything more complex than simple numbers, due to the definition of G_GUINT64_CONSTANT: G_GUINT64_CONSTANT(val) (val##UL) Which previously resulted in .... 1 << 49UL
-
- Oct 20, 2010
-
-
Mark Nauwelaerts authored
Prevents delaying/hanging when resuming PLAYING. Fixes #632433.
-
- Oct 16, 2010
-
-
Tim-Philipp Müller authored
(for gtk-doc 1.15)
-
Tim-Philipp Müller authored
This reverts commit 80727c11. This doesn't make sense. gst_data_queue_new_full() is already documented above. And we need the doc blurb for _new() here.
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
Add some gtk-doc Since: markers, fix one Since: marker, fix typo.
-
- Oct 15, 2010
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Mark Nauwelaerts authored
Fixes #632236.
-
- Oct 14, 2010
-
-
David Schleef authored
From 5a668bf to 7bbd708
-
- Oct 13, 2010
-
-
Thiago Santos authored
Use seconds as double to make API similar to glib's gdatetime. Also move timezone parameter to the first position, just like glib's. https://bugzilla.gnome.org/show_bug.cgi?id=628408
-
Thiago Santos authored
Move the datetime documentation of the functions outside the ifdefs https://bugzilla.gnome.org/show_bug.cgi?id=628408
-
Thiago Santos authored
Use GDateTime internally on GstDateTime if glib already provides it. https://bugzilla.gnome.org/show_bug.cgi?id=628408
-
Thiago Santos authored
-
Tim-Philipp Müller authored
-
Stefan Kost authored
-
Edward Hervey authored
-
Edward Hervey authored
-
Edward Hervey authored
-