gstreamer/gst/rtmp2/rtmp
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
..
amf.c
amf.h
rtmpchunkstream.c rtmp2: Check for missing GstRtmpMeta 2019-11-12 12:20:30 +01:00
rtmpchunkstream.h
rtmpclient.c
rtmpclient.h
rtmpconnection.c rtmp2: Check for missing GstRtmpMeta 2019-11-12 12:20:30 +01:00
rtmpconnection.h
rtmphandshake.c
rtmphandshake.h
rtmpmessage.c rtmp2: Fix NULL check in gst_rtmp_meta_transform 2019-11-12 12:20:34 +01:00
rtmpmessage.h
rtmputils.c
rtmputils.h