- 21 Mar, 2009 1 commit
-
-
Jan Schmidt authored
-
- 20 Mar, 2009 4 commits
-
-
LRN authored
Use 64-bit functions on windows to implement seeking in files bigger than 4GB. Fixes #575988
-
Stefan Kost authored
When generating arrays of control changes timestamp variable was used instead the local ts variable that we increment when stepping through the array. Pointed out by Martin Pokorny.
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
because we can, and for consistency.
-
- 19 Mar, 2009 6 commits
-
-
Tim-Philipp Müller authored
A new argument allowed_exit_value was added in SVN recently (#574213).
-
Wim Taymans authored
We were converting the GstPadLinkReturn to a gboolean, which is not what we want to do.
-
Tim-Philipp Müller authored
Add some of the bits needed for an uninstalled gst-rtsp-server (so gdb works on the examples etc.). Python bits are still missing, and we might need an -uninstalled.pc file as well in the future. Break up very long lines to make them easier to read and maintain. Also remove gst-plugins paths from the old days.
-
Wim Taymans authored
--
-
Wim Taymans authored
Add the new windows cmd.exe coloring method to the .def file.
-
Stefan Kost authored
-
- 18 Mar, 2009 6 commits
-
-
Damien Lespiau authored
Fixes #517231.
-
Wim Taymans authored
-
Wim Taymans authored
-
Wim Taymans authored
Refactor the debug line code to use as much code as possible for the win32 and other color codings. Update docs with new symbol.
-
Wim Taymans authored
-
Zeeshan Ali (Khattak) authored
Move the gst_pad_can_link() implementation from gstutils to gstpad and use gst_pad_link_prepare() to make it work correctly and also check the caps. Make the broken implementation in gstutils static. Small cleanups in the _get_fixed_caps() function. Fixes #575682.
-
- 17 Mar, 2009 3 commits
-
-
David Adam authored
Fixes build with -Werror caused by '_FILE_OFFSET_BITS redefined' warning on OpenSolaris where _FILE_OFFSET_BITS may be defined both in our config.h and via stdio.h (#575695).
-
Tim-Philipp Müller authored
-
Stefan Kost authored
Bin collects segment-start messages and segent-done messages. it posts a segment-done message to its parent, once it has received a segment-done for each segment-start. Imho it should also send a segment-start if it receives the first segment start and if parent is !=NULL. This is needed for bins in bins, so that also higher order bins can group segment-starts and segment-dones. Right now higher order bins will post a segment-done for each segment-done received.
-
- 16 Mar, 2009 1 commit
-
-
Edward Hervey authored
-
- 15 Mar, 2009 2 commits
-
-
Stefan Kost authored
-
Stefan Kost authored
-
- 13 Mar, 2009 1 commit
-
-
Wim Taymans authored
--
-
- 12 Mar, 2009 2 commits
-
-
Stefan Kost authored
-
Wim Taymans authored
Rename some function variables and add some Return: to make the docs more happy.
-
- 11 Mar, 2009 5 commits
-
-
Stefan Kost authored
-
Stefan Kost authored
Long caps fields like enums are ellipsised. If caps are not negotiated, use head- and taillabel to place them closer to the pads. Use smarter way to indent.
-
Laszlo Pandy authored
Use a monospace font for edge labels and indent.
-
Sebastian Dröge authored
-
Edward Hervey authored
-
- 10 Mar, 2009 3 commits
-
-
Stefan Kost authored
Demote one log that can come quite often. Remove one fixme that is done. Apply gst-indent changes.
-
Stefan Kost authored
-
Stefan Kost authored
-
- 09 Mar, 2009 5 commits
-
-
Jan Schmidt authored
From 7032163 to f8b3d91
-
Tim-Philipp Müller authored
-
Wim Taymans authored
Fixes #574229.
-
Stefan Kost authored
-
Wim Taymans authored
Keep track of when a new callback is installed in the callback and call the new callback in that case. Add unit test for checking pad blocking. Fixes #573823.
-
- 08 Mar, 2009 1 commit
-
-
Tim-Philipp Müller authored
-