rtpgstpay: Fix typo, GST_EVENT_CUSTOM_BOTH has etype of 3
This commit is contained in:
parent
587dc055e9
commit
6155b27971
@ -320,7 +320,7 @@ gst_rtp_gst_pay_sink_event (GstRTPBasePayload * payload, GstEvent * event)
|
||||
etype = 2;
|
||||
break;
|
||||
case GST_EVENT_CUSTOM_BOTH:
|
||||
etype = 2;
|
||||
etype = 3;
|
||||
break;
|
||||
default:
|
||||
etype = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user