- 18 Jun, 2019 6 commits
-
-
-
Seungha Yang authored
-
Seungha Yang authored
To allow downloading fragment hearder, set its uri if there is available "Media Initialization" parsed from EXT-X-MAP tag https://bugzilla.gnome.org/show_bug.cgi?id=776928
-
Seungha Yang authored
EXT-X-MAP tag informs media initialization data, such as moov box in ISOBMFF case and PAT/PMT for MPEG TS stream. https://bugzilla.gnome.org/show_bug.cgi?id=776928
-
Seungha Yang authored
Header data must be forwarded to downstream, but if demux does not finish to finding type (e.g., ts, mp4 and etc), this header data can be cleared by _stream_clear_pending_data(). Moreover, although demux finish downloading header data, still it has fragment date to be downloaded, fragment sequence shouldn't be advanced yet at that moment. https://bugzilla.gnome.org/show_bug.cgi?id=776928
-
Seungha Yang authored
../subprojects/gst-plugins-bad/tests/check/libs/insertbin.c(46): warning C4273: 'mutex': ... The "mutex" was declared in gstcheck.h already
-
- 17 Jun, 2019 1 commit
-
-
Matthew Waters authored
We use ARC so we need to signal that to the compiler.
-
- 16 Jun, 2019 4 commits
-
-
Thibault Saunier authored
-
Thibault Saunier authored
-
Nicola Murino authored
When sps parsing fails we use a fallback sps from the caps, since we have got an sps we need to update parser state and header as in the case the sps was successfully parsed
-
Nicola Murino authored
When sps parsing fails we use a fallback sps from the caps, since we have got an sps we need to update parser state and header as in the case the sps was successfully parsed Closes #503
-
- 15 Jun, 2019 1 commit
-
-
Thibault Saunier authored
-
- 14 Jun, 2019 4 commits
-
-
Seungha Yang authored
-
Seungha Yang authored
"High Throughput", "Multiview", "Scalable", "3D", "Screen Content Coding", and "Scalable format range extensions" profiles can be supported via h265parser APIs now.
-
Dongil Park authored
The timing_info was described at vps or vui parameter. So we can update the framerate field of GstCaps when we could parse vps_timing_info parameters.
-
Dongil Park authored
The same timing_info will be present at vps or vui. When the timeing_info is present in the VPS, vui_timing_info , when present, shall be equal to vps_timing_info, and when not present, is inferred to be equal to vps_timing_info.
-
- 13 Jun, 2019 1 commit
-
-
Seungha Yang authored
It's almost a fork of glwindow_win32 implementation. To build on Windows, Vulkan SDK (at https://vulkan.lunarg.com/sdk/home) and VK_SDK_PATH environment are required. Note that VK_SDK_PATH environment setting is a part of the SDK installation.
-
- 12 Jun, 2019 1 commit
-
-
Arun Raghavan authored
We make the binding go from the avdtpsrc to the transport, so that any initial setting before a connection made is used.
-
- 11 Jun, 2019 2 commits
-
-
Thibault Saunier authored
We were not setting self->segment and we are using it when notifying downstream that we handled a REQUEST_KEY_UNIT event, leading to all sort of criticals.
-
Seungha Yang authored
Set more unhandled flags to general_constraint_indicator_flags field. The field is required for building "Codecs" parameter as defined ISO/IEC 14496-15 Annex E. The resulting "Codecs" string might be used in various places (e.g., HLS/DASH manifest, browser, player, etc)
-
- 07 Jun, 2019 1 commit
-
-
Marc Leeman authored
After compilation, the compiled library needs to be added to the list of plugin libraries. . Also, fix for static builds
-
- 06 Jun, 2019 2 commits
-
-
Tim-Philipp Müller authored
It's been replaced by NVENC/NVDEC and even NVIDIA doesn't support VDPAU any longer and hasn't for quite some time. The plugin has been unmaintained and unsupported for a very long time, and given the track record over the last 10 years it seems highly unlikely anyone is going to make it work well, not to mention adding plumbing for proper zero-copy or gst-gl integration. Closes #828
-
Tim-Philipp Müller authored
-
- 05 Jun, 2019 5 commits
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Philippe Normand authored
Including gl.h from WPEThreadedView.h leads to GST_LEVEL_DEFAULT detected as redefined. The proposed fix is to include config.h from the CPP implementation file and disable gl.h inclusion in the header, by using forward declarations.
-
Sebastian Dröge authored
And check everywhere if they're NULL before accessing them.
-
Niels De Graef authored
Since we started depending on GLib 2.44, we can be sure this macro is defined (it will be a no-op on compilers that don't support it).
-
- 04 Jun, 2019 12 commits
-
-
Matthew Waters authored
Usually means that there is no vulkan implementation available. We skip tests in that case
-
Matthew Waters authored
-
Matthew Waters authored
-
Matthew Waters authored
Vulkan validation layers are finally silent!
-
Matthew Waters authored
buffer inheritence informationi is only required for secondary command buffers which we are not creating
-
Matthew Waters authored
Copies using the graphics pipeline, an input image and renders to an output image.
-
Matthew Waters authored
Avoids allocating a 0-sized device memory which is invalid vulkan usage
-
Matthew Waters authored
-
Matthew Waters authored
Other formats still need a swizzle or conversion.
-
Matthew Waters authored
-
Matthew Waters authored
-
Matthew Waters authored
-