- Jul 06, 2016
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- Jun 21, 2016
-
-
Nicolas Dufresne authored
From ac2f647 to f363b32
-
- May 27, 2016
-
-
Fix seeking when demuxer is in INDEX state. This happens when we reached the end of the stream. It should still be possible to do a flushing seek and seek back to any other position though. Instead the demuxer would just go straight to EOS again instead of going back to processing packets again from the new position. https://bugzilla.gnome.org/show_bug.cgi?id=749066
-
- May 20, 2016
-
-
The clock returned by gst_system_clock_obtain() was never unreffed. https://bugzilla.gnome.org/show_bug.cgi?id=766565
-
- May 15, 2016
-
-
Sebastian Dröge authored
-
- Apr 16, 2016
-
-
Tim-Philipp Müller authored
-
- Apr 15, 2016
-
-
Tim-Philipp Müller authored
Fixes MSVC compiler warning: amrwbdec.c(99): warning C4133: '=': incompatible types - from 'gboolean (__cdecl *)(GstAudioDecoder *,GstAdapter *,gint *,gint *)' to 'GstFlowReturn (__cdecl *)(GstAudioDecoder *,GstAdapter *,gint *,gint *)' gsta52dec.c(156): warning C4133: '=': incompatible types - from 'gboolean (__cdecl *)(GstAudioDecoder *,GstAdapter *,gint *,gint *)' to 'GstFlowReturn (__cdecl *)(GstAudioDecoder *,GstAdapter *,gint *,gint *)'
-
Tim-Philipp Müller authored
Fix syntax errors when compiling against cerbero-provided libmpg123 headers. We do the same as the libmpg123 internal visual studio build here. mpg123.h(1378): error C2143: syntax error: missing ')' before '(' mpg123.h(1378): error C2081: 'ssize_t': name in formal parameter list illegal mpg123.h(1378): error C2143: syntax error: missing ')' before '*' mpg123.h(1378): error C2091: function returns function mpg123.h(1378): error C2143: syntax error: missing '{' before '*' mpg123.h(1378): error C2059: syntax error: ')' mpg123.h(1379): error C2143: syntax error: missing ')' before '*' mpg123.h(1379): error C2365: 'off_t': redefinition; previous definition was 'typedef' ...
-
Tim-Philipp Müller authored
libmpeg2 0.5.1 was released in mid-2008, let's bump the requirement and get rid of version-dependent code paths. There's still avdec_mpeg2video for those who are stuck on ancient distros which we don't target any more. Also fixes build with MSVC, which doesn't like #if #else #endif inside macro arguments (like the GST_DEBUG_OBJECT in line 941).
-
- Apr 14, 2016
-
-
Julien Isorce authored
From 6f2d209 to ac2f647
-
- Mar 24, 2016
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
- Mar 15, 2016
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- Mar 08, 2016
-
-
When dealing with accurate seeks, we want to return exactly the segment that was requested by the seek event, and not adjust the values. https://bugzilla.gnome.org/show_bug.cgi?id=755469
-
- Mar 01, 2016
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- Feb 28, 2016
-
-
Jens Georg authored
Otherwise the playback would start at title 0 https://bugzilla.gnome.org/show_bug.cgi?id=762787
-
- Feb 26, 2016
-
-
Sebastian Dröge authored
From b64f03f to 6f2d209
-
- Feb 22, 2016
-
-
- Feb 21, 2016
-
-
Tim-Philipp Müller authored
This hasn't been touched for generations, doesn't work, and is just causing confusion. We also don't want to maintain these files manually.
-
- Feb 20, 2016
-
-
Tim-Philipp Müller authored
It's not right and won't work on Windows with MSVC.
-
- Feb 19, 2016
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- Feb 17, 2016
-
-
Sebastian Dröge authored
gstsiddec.cc:78:17: error: invalid suffix on literal; C++11 requires a space between literal and string macro [-Werror=literal-suffix] #define FORMATS "{ "GST_AUDIO_NE(S16)","GST_AUDIO_NE(U16)", S8, U8 }" ^ gstsiddec.cc:78:38: error: invalid suffix on literal; C++11 requires a space between literal and string macro [-Werror=literal-suffix] #define FORMATS "{ "GST_AUDIO_NE(S16)","GST_AUDIO_NE(U16)", S8, U8 }" ^
-
- Feb 16, 2016
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
Hook up to build system, add to docs
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
Move mpg123 plugin from -bad to -ugly. https://bugzilla.gnome.org/show_bug.cgi?id=719849
-
rename gst-launch --> gst-launch-1.0 replace old elements with new elements(ffmpegcolorspace -> videoconvert, ffenc_** -> avenc_**) fix caps in examples https://bugzilla.gnome.org/show_bug.cgi?id=759432
-
Tim-Philipp Müller authored
Follow-up to previous commit. https://bugzilla.gnome.org/show_bug.cgi?id=752431
-
If the sample rate of the media changes, the resulting flush will clear the has_next_audioinfo flag, and the caps won't be sent downstream. https://bugzilla.gnome.org/show_bug.cgi?id=752431
-