mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 08:41:07 +00:00
956be9a018
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 |
||
---|---|---|
.. | ||
gstschro.c | ||
gstschrodec.c | ||
gstschroenc.c | ||
gstschroutils.c | ||
gstschroutils.h | ||
Makefile.am |