gstreamer/ext/schroedinger
Vincent Penquerc'h 956be9a018 schrodec: remove unnecessary check
The tag was dereferenced earier. From the libschroedinger code,
it's not obvious to see whether tag and frame would be NULL at
the same time. I think is likely that both will be non NULL
here, but that's not certain. Additional tests may be needed
to avoid dereferencing tag and/or frame, but what to do if
only one is NULL isn't obvious, as the _get_tag function does
transfer ownership so isn't undoable.

Coverity 1139850
2014-04-09 17:53:57 +01:00
..
gstschro.c Fix FSF address 2012-11-04 00:09:59 +00:00
gstschrodec.c schrodec: remove unnecessary check 2014-04-09 17:53:57 +01:00
gstschroenc.c schroenc: set buffer offset to buffer timestamp 2014-01-13 10:02:45 +00:00
gstschroutils.c Fix FSF address 2012-11-04 00:09:59 +00:00
gstschroutils.h Fix FSF address 2012-11-04 00:09:59 +00:00
Makefile.am gst: Add better support for static plugins 2013-04-15 15:59:22 +02:00