- Apr 24, 2019
-
-
Tim-Philipp Müller authored
-
- Mar 27, 2019
-
-
Matthew Waters authored
-
- Mar 26, 2019
-
-
Matthew Waters authored
-
- Mar 24, 2019
-
-
Matthew Waters authored
Allows building from the command line
-
- Mar 20, 2019
-
-
Matthew Waters authored
-
Matthew Waters authored
-
- Feb 07, 2019
-
-
Tim-Philipp Müller authored
Untested, based on gstreamer/cerbero!103 Fixes gstreamer/gst-examples#5
-
- Dec 12, 2018
-
-
Matthew Waters authored
A further step is moving the qmlglsink element into an extension so there is no need for writing any c++ code!
-
- Sep 10, 2018
-
-
Merge the following fixes from gst-docs https://bugzilla.gnome.org/show_bug.cgi?id=797070 https://bugzilla.gnome.org/show_bug.cgi?id=797093 https://bugzilla.gnome.org/show_bug.cgi?id=797107
-
- Sep 05, 2018
- May 06, 2018
-
-
Forces the GCC libstdc++ instead of LLVM libc++ and updates the settings with the new recommended XCode settings.
-
- May 04, 2018
-
-
-
Until now the photo library integration is broken (that API was deprecated by Apple) and the iTunes integration is better to have optional to put our test files in the forefront (and have better way to browse large iTunes libs).
-
Until now it was using dSYM by default. Each build was taking forever.
-
Until now the slider was displaying center position before playback was started.
-
-
It's unclear why this line was there, but it renders the slider unresponsive currently
-
- Apr 24, 2018
-
-
Philippe Normand authored
Gradle was also updated to a more recent version. The x86_64 abi is disabled temporarily due to build failures reported in: https://bugzilla.gnome.org/show_bug.cgi?id=795454 https://bugzilla.gnome.org/show_bug.cgi?id=795456
-
- Mar 29, 2018
-
-
Philippe Normand authored
-
- Dec 31, 2017
-
-
Philippe Normand authored
Current development version is 1.13.0.1.
-
- Oct 12, 2017
-
-
Matthew Waters authored
Fixes the view not updating in PAUSED after a surface change from an orientation change/explicit surface change.
-
- Aug 17, 2017
-
-
Matthew Waters authored
Otherwise, no video output on iPad.
-
- Aug 08, 2017
-
-
Sebastian Dröge authored
-
-
- May 23, 2017
-
-
playback/player/ios: Updated the iOS example in order to be compatible with the latest GStreamer as well as Apple Hardware -) Disabled bitcode generation -) Removed/Renamed several plugins in the gst_ios_init.m
-
- May 20, 2017
-
-
Jan Schmidt authored
If we receive an intent with no attached data, don't throw a null pointer exception - just don't set a URI on the player.
-
Jan Schmidt authored
R.id.surface_video was stored in the gsv variable just above, don't look it up a second time.
-
Jan Schmidt authored
If GSTREAMER_ROOT_ANDROID is set, try using that for the location of the GStreamer Android tree, but still allow it to be overridden in local gradle properties
-
- May 15, 2017
-
-
The former properly encodes the URL components to give a valid URL, the latter generates a human-readable URL.
-
- May 02, 2017
-
-
gtk_menu_popup() is deprecated in GTK+ 3.22. This patch adds a compiler guard to use gtk_menu_popup at pointer() if GTK+ is 3.22 or bigger. https://bugzilla.gnome.org/show_bug.cgi?id=781904
-
In the GTK+ model, when a wiget is created, it is floating, thus when it is added to a widget container, this container is the owner of the widget. The video_area widget is created in two different paths: 1\ when the renderer element is also a GTK+ widget and we are the owners. 2\ when the renderer element is an overlay an video area a new widget owned by the container. In the first code path, there was a memory leak fixed on commit f8d4796a, but it didn't consider the second path, leading to a segmentation fault because the owner of the widget is not us. This patch unrefs early the video area widget in the first path avoiding to unref it twice in the second path. https://bugzilla.gnome.org/show_bug.cgi?id=781904
-
Commit 5b8ba60c was added because of a memory leak when gtksink was used as renderer. Nonetheless the patch didn't consider two facts: 1\ that the gtk_sink element was in floating state 2\ there is another code path where the gtk_sink element is already sank Thus the correct fix, is not to ref and unref gtk_sink, but sink it. https://bugzilla.gnome.org/show_bug.cgi?id=781904
-
- Apr 27, 2017
-
-
This avoids the following fatal error: "QWidget: Cannot create a QWidget without QApplication" https://bugzilla.gnome.org/show_bug.cgi?id=781789
-
- Apr 03, 2017
-
-
Arun Raghavan authored
Minor Makefile reformatting to make how users can select what plugins they want easier to figure out.
-
- Mar 08, 2017
-
-
Sebastian Dröge authored
Configuration has a separate interface now.
-
- Jan 13, 2017
-
-
Tim-Philipp Müller authored
-
- Jan 06, 2017
-
-
Arun Raghavan authored
Needed with GStreamer <= 1.10 and newer Android Studio so that we correctly place the assets with respect to the rest of the code.
-
- Jan 02, 2017
-
-
Arun Raghavan authored
This is needed so that we copy over the Java files from gst-android that include the GStreamer class which is used while compiling app.
-
- Nov 01, 2016
-
-
Tim-Philipp Müller authored
-
- Oct 03, 2016
-
-
Sebastian Dröge authored
-