gstreamer/gst/rtmp2
Jan Alexander Steffens (heftig) 346bca80af
rtmp2: Fix NULL check in gst_rtmp_meta_transform
Coverity rightly complains that checking a pointer for NULL after
dereferencing it is pointless.

Remove the check, and to be safe, assert that gst_buffer_add_meta
returns non-NULL.

CID 1455485
2019-11-12 12:20:34 +01:00
..
rtmp rtmp2: Fix NULL check in gst_rtmp_meta_transform 2019-11-12 12:20:34 +01:00
gstrtmp2.c
gstrtmp2locationhandler.c
gstrtmp2locationhandler.h
gstrtmp2sink.c rtmp2sink: Add a check that meta isn't NULL before accessing 2019-11-12 12:36:38 +02:00
gstrtmp2sink.h
gstrtmp2src.c
gstrtmp2src.h
meson.build
TODO