- Oct 27, 2017
-
-
Justin Kim authored
-
Justin Kim authored
-
Justin Kim authored
-
Justin Kim authored
-
Justin Kim authored
-
Justin Kim authored
-
Justin Kim authored
Signed-off-by: Justin Kim <justin.kim@collabora.com>
-
Justin Kim authored
Signed-off-by: Justin Kim <justin.kim@collabora.com>
-
Justin Kim authored
Signed-off-by: Justin Kim <justin.kim@collabora.com>
-
Justin Kim authored
Signed-off-by: Justin Kim <justin.kim@collabora.com>
-
Justin Kim authored
Signed-off-by: Justin Kim <justin.kim@collabora.com>
-
Justin Kim authored
Signed-off-by: Justin Kim <justin.kim@collabora.com>
-
Justin Kim authored
Signed-off-by: Justin Kim <justin.kim@collabora.com>
-
Justin Kim authored
Signed-off-by: Justin Kim <justin.kim@collabora.com>
-
Justin Kim authored
Signed-off-by: Justin Kim <justin.kim@collabora.com>
-
Justin Kim authored
Since Android Nougat, Android NDK provides Camera 2 APIs so no JNI wrappers are required to implement ahc2src.
-
- Oct 26, 2017
-
-
Thiago Santos authored
When switching bitrates we set the old streams as cancelled, but it could also be confused with a cancel due to other reasons (as an error) and it would lead the element to stop the pipeline mistankely. This would happen when the stream being replaced was waiting for a manifest update on live. Ss make it sure that we are stopping for switching bitrates to avoid erroring out. https://bugzilla.gnome.org/show_bug.cgi?id=789457
-
- Oct 25, 2017
-
-
-
Mathieu Duponchelle authored
configure.ac used to set -DHAVE_FDK_AAC_0_1_4 , which enables 7.1 support. https://bugzilla.gnome.org/show_bug.cgi?id=789471
-
Vivia Nikolaidou authored
avwait can now be configured to stop when a given timecode has been reached. It will start at the timecode indicated with start-timecode and end at the timecode indicated with end-timecode. If end-timecode is NULL (default), the previous functionality is preserved: keep going and not end. https://bugzilla.gnome.org/show_bug.cgi?id=789403
-
- Oct 23, 2017
-
-
Stefan Sauer authored
Remove some references to 'collectpads'. Logs pads through the object variants. Add some more comments. Remove a left over comment.
-
Stefan Sauer authored
The value is used as GstClockTiem in the code. Adapt the hack^H^H^H^Hcode in live-adder.
-
- Oct 21, 2017
-
-
Olivier Crête authored
These are produced from GAP events by the base class. https://bugzilla.gnome.org/show_bug.cgi?id=784846
-
Olivier Crête authored
Instead just take it in the chain function. https://bugzilla.gnome.org/show_bug.cgi?id=784911
-
- Oct 20, 2017
-
-
Olivier Crête authored
If we're adding to the tail of the queue, it's because we're converting a gap event, so don't block there it means we're calling from the output thread. https://bugzilla.gnome.org/show_bug.cgi?id=784911
-
Jan Alexander Steffens (heftig) authored
Everyone seems to be shipping 2.1 as the oldest v2 version, even debian oldstable (jessie). Also remove an unneeded (debug?) #include <stdio.h>. https://bugzilla.gnome.org/show_bug.cgi?id=788703
-
Jan Alexander Steffens (heftig) authored
OpenJPEG 2.3 installs its headers to /usr/include/openjpeg-2.3. However, since libopenjp2.pc seems to provide the right includedir CFLAGS at least since version 2.1, instead of adding yet another version check, just remove the subdir and the check for 2.2. https://bugzilla.gnome.org/show_bug.cgi?id=788703
-
Jan Alexander Steffens (heftig) authored
This reverts commit ef4d6b93. A better fix follows. https://bugzilla.gnome.org/show_bug.cgi?id=788703
-
Stefan Sauer authored
Unfortunately we need to use an extra set of parenthesis for each data level. For details see: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53119 Affected versions are e.g. gcc (Ubuntu 4.8.4-2ubuntu1~14.04.3) 4.8.4 which is the default on ubuntu-trusty. I looks like the fix was never backported.
-
- Oct 19, 2017
-
-
Nicola Murino authored
finish encoding and clean buffers queue on flush. This avoid a memory leak if the element shuts down before EOS https://bugzilla.gnome.org/show_bug.cgi?id=787311
-
-
-
Jan Alexander Steffens (heftig) authored
Actually give some details about why it failed. https://bugzilla.gnome.org/show_bug.cgi?id=788417
-
Jan Alexander Steffens (heftig) authored
It is legal for a stream to reuse segments (marking discontinuities as needed). Uplynk delivers such playlists for their placeholder loops. Leave the URI scanning in place for playlists which have no EXT-X-MEDIA-SEQUENCE tag. This should be harmless since the spec requires these playlists to not be missing segments (RFC8216 6.2.2), so we should be always matching on the first segment. https://bugzilla.gnome.org/show_bug.cgi?id=788417
-
Jan Alexander Steffens (heftig) authored
Let these error in the immediately following check in gst_m3u8_update. https://bugzilla.gnome.org/show_bug.cgi?id=788417
-
Jan Alexander Steffens (heftig) authored
The function was basically one big if-else. Move the branch to the one caller. Currently, it's never called with previous_files == NULL. Assert that this continues. https://bugzilla.gnome.org/show_bug.cgi?id=788417
-
Jan Alexander Steffens (heftig) authored
Split the tail from the rest of the loop. https://bugzilla.gnome.org/show_bug.cgi?id=788417
-
- Oct 18, 2017
-
-
- Oct 17, 2017
-
-
Stefan Sauer authored
Add a comment for when the state matters. Use a local var for priv in update_time_level() to improve readability. Move the our_latency local var below the query results checks.
-
Stefan Sauer authored
-