- Mar 01, 2016
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Víctor Manuel Jáquez Leal authored
In commit 6034734d I forgot to add the caps filter intersection in the getcaps() vmethod generating a regression when a capsfilter is set in the pipeline. This commit adds the caps filter intersection.
-
- Feb 29, 2016
- Feb 26, 2016
-
-
Sebastian Dröge authored
From b64f03f to 6f2d209
-
- Feb 24, 2016
-
-
Víctor Manuel Jáquez Leal authored
Instead of rely on the automatic creation of m4 directory by aclocal, we already control it. Later we could create our own m4 scripts in order to unclutter configure.ac https://bugzilla.gnome.org/show_bug.cgi?id=762528
-
- Feb 23, 2016
-
-
Copy the data into the dependent slice segment header from the corresponding independent slice segment header during parsing. Previously the reference to the "previous" independent header was held through the parsing phase and then dereferenced during the decoding phase. This caused all dependent headers to be populated with the data of the AU's last independent header instead of the proper corresponding header. https://bugzilla.gnome.org/show_bug.cgi?id=762352 Changes since v1: - Reworded commit message
-
- Feb 22, 2016
-
-
Víctor Manuel Jáquez Leal authored
The usage of getcaps() vmethod is preferred than to handle manually the sink's caps query. In order to avoid function declarations, this patch moves the class_init() method to the end of the file.
-
Víctor Manuel Jáquez Leal authored
Since we are only supporting current GStreamer version, since 1.3 gst_buffer_pool_config_add_option() checks if the option to add is already set. There is no need to do it ourselves.
-
Thiago Santos authored
Don't assume the whole buffer is a single NAL, instead look for the next start code in case there are multiple NALs per buffer. https://bugzilla.gnome.org/show_bug.cgi?id=762328
-
- Feb 19, 2016
-
-
Thiago Santos authored
Don't assume the whole buffer is a single NAL, instead look for the next start code in case there are multiple NALs per buffer. https://bugzilla.gnome.org/show_bug.cgi?id=762328
-
- Feb 18, 2016
-
-
- Feb 17, 2016
-
-
icamerasrc is another gstreamer plugin using to capture RAW frames from camera device. It is based on libcamhal library. There are some properties available to control icamera behavior. Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Tested & Reviewed: Zhu Haiyang <haiyang.zhu@intel.com> https://bugzilla.gnome.org/show_bug.cgi?id=759481 Fixme: This is the similar workaround we done for v4l2src. The workaround will be removed once we fix #755072
-
config structure is not being freed in all cases https://bugzilla.gnome.org/show_bug.cgi?id=762172
-
When state is not NULL and either width/height of video info is 0, then state leaks https://bugzilla.gnome.org/show_bug.cgi?id=762173
-
- Feb 16, 2016
-
-
Tim-Philipp Müller authored
Makes (most) keyboard shortcuts work in gst-play-1.0 when the video window has focus.
-
caps feature allocated is not being freeing in some cases https://bugzilla.gnome.org/show_bug.cgi?id=762111
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- Feb 15, 2016
-
-
Víctor Manuel Jáquez Leal authored
gst_vaapi_buffer_proxy_{acquire_handle,release_handle,finalize,class} functions are used only when libva's API version is greater than 0.36.0 This patch guards those functions completely rather than just their content. The patch is a continuation of commit 38f8fea4 Original-patch-by: Vineeth TM <vineeth.tm@samsung.com> https://bugzilla.gnome.org/show_bug.cgi?id=762055
-
Vineeth TM authored
argument mismatch of gsize with 'long unsigned int' https://bugzilla.gnome.org/show_bug.cgi?id=762055
-
- Feb 09, 2016
-
-
Sreerenj Balachandran authored
The get_caps() should only report the supported formats. https://bugzilla.gnome.org/show_bug.cgi?id=761147
-
- Feb 05, 2016
-
-
Thiago Santos authored
From e97c9bb to b64f03f
-
- Feb 03, 2016
-
-
Víctor Manuel Jáquez Leal authored
Trying to comply with GStreamer's element names, this patch renames the encoders using the name format vaapi{codec}enc. In this way, the plugin documentation is linked correctly. Signed-off-by: Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
-
Víctor Manuel Jáquez Leal authored
Signed-off-by: Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
-
Víctor Manuel Jáquez Leal authored
Since the VP9 parser was added in gst-plugins-bad 1.7.1 we can remove safely the check of the parser, as we did for the others. Signed-off-by: Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
-
Víctor Manuel Jáquez Leal authored
Signed-off-by: Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
-
Víctor Manuel Jáquez Leal authored
After setting the release flags, the compiler warns about a couple initialized variables. Also marked a couple of set variables as unused, because they are only used for assertion. Signed-off-by: Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
-
Víctor Manuel Jáquez Leal authored
Update all the documentation of elements of the vaapi plugin. Signed-off-by: Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
-
Víctor Manuel Jáquez Leal authored
Our auto-generated documentation has been a bit neglected. This patch replaces the 'normal' gtk-doc with the one used in GStreamer, which is adapted for plugins, elements and libraries. This patch also re-enables documentation generation. Signed-off-by: Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
-
Víctor Manuel Jáquez Leal authored
This is 'the' big change in gstreamer-vaapi autoconf. Now it uses the official GStreamer common submodule. The documentation generation has been disable temporarily since it needs a major rework, which will be done in the following commit. Signed-off-by: Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
-
Víctor Manuel Jáquez Leal authored
Pointing to branch 1.6 Signed-off-by: Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
-
Víctor Manuel Jáquez Leal authored
DOAP (Description of a Project) is an RDF Schema and XML vocabulary to describe software projects, in particular free and open source software. The description is used in GStreamer as in many other open source projects. This patch adds the doap description of this project. Signed-off-by: Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
-
Víctor Manuel Jáquez Leal authored
As part of the upstreaming process of gstreamer-vaapi into the GStreamer umbrella, we need to comply with the project's code style. This meant to change a lot of code. It was decided to use a single massive patch to update the code style. I would like to apologize with the original developers of this code because of the history breakage. Signed-off-by: Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
-
Víctor Manuel Jáquez Leal authored
As gst-indent generated ugly code in these cases, this patch changes the used idiomatic into other one. No functional changes were introduced. Signed-off-by: Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
-
Víctor Manuel Jáquez Leal authored
This a set of small code style fixes detected as-is by gst-indent. Signed-off-by: Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
-
Víctor Manuel Jáquez Leal authored
Signed-off-by: Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
-
Víctor Manuel Jáquez Leal authored
Guard pieces of code to avoid gst-ident to mess up the following code. Signed-off-by: Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
-