- 04 Sep, 2016 1 commit
-
-
Tim-Philipp Müller authored
-
- 01 Sep, 2016 11 commits
-
-
Sebastian Dröge authored
-
Jan Schmidt authored
The video buffer flags can be applied to encoded video streams, such as video/x-h264 marked up by a demuxer or parser.
-
Sebastian Dröge authored
-
Wonchul Lee authored
Move _decode_bin_compare_factories_func function to playbackutils https://bugzilla.gnome.org/show_bug.cgi?id=770692
-
-
Havard Graff authored
Useful for elements to know if a buffer is a retransmitted RTP packet. https://bugzilla.gnome.org/show_bug.cgi?id=769771
-
Sebastian Dröge authored
Needed for being able to compile video.orc https://bugzilla.gnome.org/show_bug.cgi?id=770698
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
We use gdk_cairo_create() which is deprecated since 3.22.
-
- 30 Aug, 2016 2 commits
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
At least on non-Windows platforms.
-
- 26 Aug, 2016 2 commits
-
-
-
Josep Torra authored
Fixes "clang: error: argument unused during compilation: '-pthread'"
-
- 25 Aug, 2016 4 commits
-
-
Tim-Philipp Müller authored
-
Josep Torra authored
When connecting a demuxer through a multiqueue ensure to copy sticky events in order to allow the following factory being properly checked that it is functional. https://bugzilla.gnome.org/show_bug.cgi?id=769580
-
Sebastian Dröge authored
-
Xabier Rodriguez Calvar authored
A GstVideoOrientationMethod enumeration is also provided for the admitted property values. https://bugzilla.gnome.org/show_bug.cgi?id=768687
-
- 21 Aug, 2016 1 commit
-
-
- 20 Aug, 2016 2 commits
-
-
Nirbheek Chauhan authored
https://github.com/mesonbuild/meson With contributions from: Tim-Philipp Müller <tim@centricular.com> Jussi Pakkanen <jpakkane@gmail.com> (original port) Highlights of the features provided are: * Faster builds on Linux (~40-50% faster) * The ability to build with MSVC on Windows * Generate Visual Studio project files * Generate XCode project files * Much faster builds on Windows (on-par with Linux) * Seriously fast configure and building on embedded ... and many more. For more details see: http://blog.nirbheek.in/2016/05/gstreamer-and-meson-new-hope.html http://blog.nirbheek.in/2016/07/building-and-developing-gstreamer-using.html Building with Meson should work on both Linux and Windows, but may need a few more tweaks on other operating systems.
-
Tim-Philipp Müller authored
-
- 19 Aug, 2016 4 commits
-
-
Vivia Nikolaidou authored
They are false positive overflows, because coverity doesn't realize that hours <= 24, minutes < 60 and seconds < 60 in all functions. Also casting the number 60 (seconds in minute, minutes in hour) to guint64 for the calculations, in order to avoid overflowing once we allow more than 24-hour timecodes. CIDs #1371459, #1371458
-
Sebastian Dröge authored
This is enough for making it work in GES, but it's unclear if all the various property combinations are working correctly. It's an improvement over what was there before in any case, which was to just drop all buffers if rate < 0.0. https://bugzilla.gnome.org/show_bug.cgi?id=769624
-
Nirbheek Chauhan authored
_stdint.h is generated by Autotools and we don't really need it. stdint.h is now available on all supported platforms. This really only makes a difference for MSVC, which has it starting from Visual Studio 2015.
-
Wim Taymans authored
Add GST_FD_MEMORY_FLAG_DONT_CLOSE to avoid closing the fd when the memory is freed. When you can guarantee the lifetime of the fd is longer than the memory, this can save a dup() call.
-
- 17 Aug, 2016 1 commit
-
-
Vivia Nikolaidou authored
Most of them are overflow related and false positives, but coverity can't know that these can't overflow without us giving it more information. Add some assertions for this. One was an actual issue with flags comparison. CIDs #1369051, #1369050, #1369049, #1369048, #1369045
-
- 08 Aug, 2016 1 commit
-
-
Tim-Philipp Müller authored
Allows configuration of plugged elements. https://bugzilla.gnome.org/show_bug.cgi?id=578933
-
- 05 Aug, 2016 1 commit
-
-
Vincent Penquerc'h authored
This workaround tried to avoid an EOS event when seeking to the end of an Ogg stream in order to find its duration. At some point, an EOS event there would cause any queue2 upstream to pause and not restart on a seek back to the beginning. This now appears to not be the case anymore, and so the workaround can be removed. https://bugzilla.gnome.org/show_bug.cgi?id=767689
-
- 04 Aug, 2016 5 commits
-
-
Sebastian Dröge authored
-
Vivia Nikolaidou authored
Choosing time-mode=time-code will display the time code attached to the buffer, or 00:00:00:00 if no time code is found. https://bugzilla.gnome.org/show_bug.cgi?id=766419
-
Vivia Nikolaidou authored
It attaches a GstVideoTimeCodeMeta (SMPTE timecode) as metadata to a buffer. https://bugzilla.gnome.org/show_bug.cgi?id=766419
-
Vivia Nikolaidou authored
Can be attached as GstMeta into a video frame. https://bugzilla.gnome.org/show_bug.cgi?id=766419
-
Guillaume Desmottes authored
Fix leaks (including parsebin elements) with this pipeline: playbin3 uri=http://127.0.0.1:8079/defaults/exMPD_BIP_TC1/exMPD_BIP_TC1.mpd https://bugzilla.gnome.org/show_bug.cgi?id=769270
-
- 03 Aug, 2016 5 commits
-
-
Luis de Bethencourt authored
Return NULL in gst_ogg_parse_new_stream when either ogg_stream_pagein() or gst_ogg_stream_setup_map() failed. https://bugzilla.gnome.org/show_bug.cgi?id=769299
-
Luis de Bethencourt authored
Avoid leaking the stream object https://bugzilla.gnome.org/show_bug.cgi?id=769299
-
Guillaume Desmottes authored
output->decoder_sink and output->decoder_src are both going to be replaced in the 2 branches of the following 'if'. https://bugzilla.gnome.org/show_bug.cgi?id=769270
-
-
-