- Oct 05, 2009
-
-
Jan Schmidt authored
-
Jan Schmidt authored
-
- Oct 01, 2009
-
-
Jan Schmidt authored
-
Sebastian Dröge authored
-
Wim Taymans authored
Fixes #583255
-
Wim Taymans authored
-
- Sep 30, 2009
-
-
Christian F.K. Schaller authored
-
- Sep 17, 2009
-
-
Sebastian Dröge authored
-
Jonathan Matthew authored
Rhythmbox uses cdda:// URIs of the form cdda://track#device, which worked before the fix for bug #321532. Also adds a check for negative track numbers and some unit tests for URI parsing. Fixes bug #595454.
-
Jan Schmidt authored
-
- Sep 15, 2009
-
-
Michael Smith authored
-
- Sep 14, 2009
-
-
-
Edward Hervey authored
-
Edward Hervey authored
-
Edward Hervey authored
This allows using playsink from outside the playback plugin. Add code to be able to request the sink pads using standard GStreamer API. TODO : expose GObject properties/signals.
-
- Sep 13, 2009
-
-
Stefan Kost authored
This is needs to get Gobject features to show up in the docs.
-
David Schleef authored
If the last page of a stream has a granulepos of -1, that is, it doesn't complete a packet, we need to continue to search for the last granulepos.
-
Sebastian Dröge authored
This way g-ir-scanner can find the gstreamer-*-0.10 pkg-config files.
-
- Sep 12, 2009
-
-
Jan Schmidt authored
-
Jan Schmidt authored
-
- Sep 11, 2009
-
-
Jan Schmidt authored
Make the audioresample test work with CK_FORK=no, and turn a g_print into a GST_INFO.
-
Benjamin Otte authored
The fix for green lines introduced by commit 35fdfcc6 caused invalid memory accesses for even widths. This patch fixes it.
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
Fixes bug #567660.
-
Wim Taymans authored
When we're not parsing HTTP, return EPARSE when we get an HTTP message.
-
Tim-Philipp Müller authored
Should really have been READABLE and WRITABLE, but those are hard to add whilst maintaining backwards compatibility. See #343615. API: GST_MIXER_TRACK_READONLY API: GST_MIXER_TRACK_WRITEONLY
-
Tim-Philipp Müller authored
The macro is called GST_DISABLE_GST_DEBUG, not GST_DISABLE_DEBUG.
-
Sebastian Dröge authored
-
Olivier Crête authored
Add a property that makes videorate skip to the first buffer it receives instead of padding the stream from segment start to the first real buffer. Fixes bug #567928.
-
Sebastian Dröge authored
-
- Sep 10, 2009
-
-
Stefan Kost authored
Add string array with human readable names for format and type to be used in log statements.
-
Wim Taymans authored
Don't try to print the RTP timestamp as a GstClockTime, it's just a guint32. Fixes #594757
-
Sebastian Dröge authored
Fixes bug #571610.
-
Wim Taymans authored
Don't blindly return EPARSE when http mode is disabled. Restore old http mode after temporarily setting it to TRUE.
-
Wim Taymans authored
Check for pulsesink < 0.10.17 because it includes code that is now included in baseaudiosink. Disable that code in baseaudiosink to be compatible with the older version.
-
Benjamin Otte authored
A green border could be visible when converting to Y444 or RGB, because the last chroma samples weren't copied correctly
-
Benjamin Otte authored
- Buffer sizes were computed different from ffmpegcolorspace - Green bar on right size for widths not divisable by 4
-
Benjamin Otte authored
videotestsrc rounds chroma down. This causes it to omit the last chroma value completely for odd widths when the chroma is downsampled. This patch special cases the last pixel to not be rounded down.
-
Sebastian Dröge authored
-