- Apr 18, 2018
-
-
Justin Kim authored
This commit enables a basic feature through a srcpad.
-
Justin Kim authored
-
Justin Kim authored
-
Justin Kim authored
-
Justin Kim authored
-
Justin Kim authored
-
Justin Kim authored
-
Justin Kim authored
-
Justin Kim authored
This is derived from NdkCameraOutputTarget to get a native window from NdkImageReader.
-
Justin Kim authored
-
Justin Kim authored
-
Justin Kim authored
-
Justin Kim authored
This class is derived from NdkCaptureSessionOutput to accept a native window from AImageReader.
-
Justin Kim authored
-
Justin Kim authored
-
Justin Kim authored
-
Justin Kim authored
-
Justin Kim authored
-
Justin Kim authored
This is a helper object for ACameraDevice of Android NDK.
-
Justin Kim authored
This is a helper object for ACameraManager of Android NDK.
-
Nirbheek Chauhan authored
The clock seems to have a lot of drift (or we're using it incorrectly) which causes buffers to be late on the sink and get dropped. Disable till someone can investigate whether our usage of the API is incorrect (it looked correct to me) or if something is wrong.
-
- Apr 17, 2018
-
-
Snir Sheriber authored
Since cuda-tools 9.0, nvcuvid.h is replaced by dynlink_nvcuvid.h. This patch changes nvdec to use run-time dynamic linking if cuda-tools version >= 9. nvenc does not require any change since its necessary headers are still available. https://bugzilla.gnome.org/show_bug.cgi?id=791724
-
- Apr 16, 2018
-
-
Sreerenj Balachandran authored
Using the default value (InterleavedDec == MFX_SCANTYPE_UNKNOWN) causing issues with non-interleaved sample decode. Ideally the usage of MFXVideoDECODE_DecodeHeader should fix these type of issue, but it seems to be not. But hardcoding the InterleaveDec to MFX_SCANTYPE_NONINTERLEAVED is fixing the problem and fortunately msdk seems to be taking care of Interleaved samples too .So let's hardcode it for now. https://bugzilla.gnome.org/show_bug.cgi?id=793787
-
Sreerenj Balachandran authored
Reposition the bytereader for proper skipping of APP1 marker segment if it is not Exif. https://bugzilla.gnome.org/show_bug.cgi?id=795117
-
Nirbheek Chauhan authored
Seems to be required for exclusive mode and also for all initialization on Windows 7 https://bugzilla.gnome.org/show_bug.cgi?id=795274
-
Tim-Philipp Müller authored
From f0c2dc9 to ed78bee
-
Víctor Manuel Jáquez Leal authored
-
Antonio Ospite authored
pcapparse cannot parse fragmented IP packets correctly, in particular it will get confused when trying to parsing fragments as standalone frames in two ways: 1. the first fragment will have the packet length greater than the frame size and will always be discarded; 2. fragments with non-zero offsets will be interpreted as full packets and the first part of their raw payload data will be parsed as the transport protocol header, resulting in bogus values for addresses and ports, thus evading the properties filtering on those values. This can make it difficult for users to see why the data does not get downstream. So be more explicit and just bail out when fragmented packets are encountered. https://bugzilla.gnome.org/show_bug.cgi?id=795284
-
Antonio Ospite authored
Since the code is full of magic add at least some guidance for newbies. https://bugzilla.gnome.org/show_bug.cgi?id=795284
-
- Apr 12, 2018
-
-
-
-
Fix following assertion failure GStreamer-CRITICAL **: gst_structure_remove_field: assertion 'IS_MUTABLE (structure)' failed https://bugzilla.gnome.org/show_bug.cgi?id=795032
-
- Apr 10, 2018
-
-
Philippe Normand authored
g_object_set() expects the parameters values to be the exact type of the property being set.
-
- Apr 09, 2018
-
-
Nirbheek Chauhan authored
The wait could've failed for whatever reason, we should handle that.
-
Nirbheek Chauhan authored
Otherwise we will wait forever in WaitForSingleObject because we forgot to start the client again after _Stop is called in reset(). https://bugzilla.gnome.org/show_bug.cgi?id=795114
-
Guillaume Desmottes authored
If the 'enable-last-sample' property is enabled, fakevideosink will keep a reference on last rendered buffer which may lead to buffer starvation in the pipeline. Request one extra buffer in this case so we always have a buffer flying in the pipeline. https://bugzilla.gnome.org/show_bug.cgi?id=795109
-
Nirbheek Chauhan authored
We can just return the template caps till the device is opened when going from READY -> PAUSED. This fixes a CRITICAL when calling ELEMENT_ERROR before the ringbuffer is allocated. Also fixes a couple of leaks in error conditions. https://bugzilla.gnome.org/show_bug.cgi?id=794611
-
- Apr 06, 2018
-
-
Nirbheek Chauhan authored
Causes glitches on very slow CPU machines or VMs, and our out-of-the-box experience should be good. https://bugzilla.gnome.org/show_bug.cgi?id=794497
-
Nirbheek Chauhan authored
This seems to cause glitches on devices with low CPU availability, such as virtual machines. Maybe even actual machines under high load. https://bugzilla.gnome.org/show_bug.cgi?id=794497
-
- Apr 05, 2018
-
-
U. Artie Eoff authored
We can't assume that MSDK always supports SW implementation on all platforms. Thus, msdk_is_available should check for ANY implementation. https://bugzilla.gnome.org/show_bug.cgi?id=794991
-