mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
rtpgstpay: Fix typo, GST_EVENT_CUSTOM_BOTH has etype of 3
This commit is contained in:
parent
587dc055e9
commit
6155b27971
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue