GStreamer multimedia framework
Find a file
Mark Nauwelaerts 2ec4008ea5 avviddec: really release frame at proper time
... by also removing it from the pending list of frames,
where it may still be in if it has never been submitted to _finish.
This could happen if is a decode-only frame, or in skipped decoding
situation, ...

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=693772
2013-11-26 20:55:43 +01:00
common@dbedaa010e Automatic update of common submodule 2013-11-05 11:21:43 +00:00
docs
ext avviddec: really release frame at proper time 2013-11-26 20:55:43 +01:00
gst-libs libav: Update to v9.10 2013-10-15 09:28:08 +02:00
m4
pkgconfig Add uninstalled pkg-config file so other modules can find libav elements for unit tests 2013-02-28 19:34:02 +00:00
tests tests: Enable avdemux_ape test again, it works now 2013-08-20 15:58:35 +02:00
win32
.gitignore .gitignore: update for module name change 2012-05-16 08:16:50 +01:00
.gitmodules
AUTHORS
autogen.sh autogen.sh: generate from common module, fixing srcdir != builddir build 2013-06-18 13:36:01 +01:00
ChangeLog Release 1.2.0 2013-09-24 14:42:30 +02:00
configure.ac configure: Chose right target-os for iOS 2013-09-28 20:39:15 +02:00
COPYING
COPYING.LIB Fix FSF address 2012-11-04 00:22:16 +00:00
gst-libav.doap Release 1.2.0 2013-09-24 14:42:30 +02:00
gst-libav.spec.in Add spec changelog entry 2012-08-03 13:38:22 +02:00
HACKING
Makefile.am Add uninstalled pkg-config file so other modules can find libav elements for unit tests 2013-02-28 19:34:02 +00:00
NEWS Release 1.2.0 2013-09-24 14:42:30 +02:00
README
RELEASE Release 1.2.0 2013-09-24 14:42:30 +02:00
TODO

gst-ffmpeg

This module contains a GStreamer plugin for FFmpeg, as well as an internal
copy of the FFmpeg source code.

PLUG-IN DEPENDENCIES AND LICENSES
---------------------------------

GStreamer is developed under the terms of the LGPL (see LICENSE file for
details). Some of our plug-ins however rely on libraries which are available
under other licenses. This means that if you are distributing an application
which has a non-GPL compatible license (for instance a closed-source
application) with GStreamer, you have to make sure not to distribute GPL-linked
plug-ins.

When using GPL-linked plug-ins, GStreamer is for all practical reasons
under the GPL itself.