- 12 Sep, 2009 1 commit
-
-
Jan Schmidt authored
-
- 11 Sep, 2009 11 commits
-
-
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
-
- 10 Sep, 2009 11 commits
-
-
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
-
Tim-Philipp Müller authored
Fixes bug #397419.
-
Stefan Kost authored
-
- 09 Sep, 2009 14 commits
-
-
Wim Taymans authored
Take the time of the clock so that the last_time field is set. This is important for sinks that restart their internal ringbuffer after a caps change and need to know the last know position.
-
Wim Taymans authored
-
Sebastian Dröge authored
-
Benjamin Otte authored
We want to fail early when an older libtheora release is used that does not support Y444 or Y42B formats, so use a getcaps function that does this.
-
Benjamin Otte authored
Fixes bug #594165.
-
Benjamin Otte authored
-
Benjamin Otte authored
-
Benjamin Otte authored
-
Benjamin Otte authored
Some functions in libtheora can return an error, but that error cannot ever happen inside theoraenc. In those cases assert that it doesn't.
-
Wim Taymans authored
Make it easy to experiment with different stop states (NULL and READY)
-
Wim Taymans authored
When going to NULL, we reset the ringbuffer so that it starts beck from 0. We also make sure that the clock is updated with the elapsed time so that it alsways increments even when the ringbuffer goes back to 0. When this happened we need to adjust the sample position for the reset ringbuffer. Fixes #594136
-
Wim Taymans authored
-
Wim Taymans authored
-
Wim Taymans authored
-
- 08 Sep, 2009 3 commits
-
-
Tim-Philipp Müller authored
Add a property to disable rendering of video frames during preroll. This will only work for videosinks that use the new ::show_frame() vfunc instead of overriding basesink's preroll and render vfuncs directly. API: GstVideoSink:show-preroll-frame
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
Add ::show_frame() vfunc which maps to basesink's ::preroll and ::render vfuncs and add some gtk-doc chunks. API: GstVideoSinkClass::show_frame()
-