rtpgstpay: Fix typo, GST_EVENT_CUSTOM_BOTH has etype of 3

This commit is contained in:
Youness Alaoui 2013-07-25 17:52:16 -04:00 committed by Wim Taymans
parent 587dc055e9
commit 6155b27971

View file

@ -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;