Home
last modified time | relevance | path

Searched refs:pc_size (Results 1 – 1 of 1) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/rtmp2/rtmp/
Drtmpmessage.c365 gsize pc_size = 4; in gst_rtmp_message_parse_protocol_control() local
378 pc_size = pc_has_param2 (pc.type) ? 5 : 4; in gst_rtmp_message_parse_protocol_control()
380 if (map.size < pc_size) { in gst_rtmp_message_parse_protocol_control()
383 } else if (map.size > pc_size) { in gst_rtmp_message_parse_protocol_control()
385 G_GSIZE_FORMAT, map.size, pc_size); in gst_rtmp_message_parse_protocol_control()