From 6155b279718d599b053f27d2b159df1fd06fe68a Mon Sep 17 00:00:00 2001 From: Youness Alaoui Date: Thu, 25 Jul 2013 17:52:16 -0400 Subject: [PATCH] rtpgstpay: Fix typo, GST_EVENT_CUSTOM_BOTH has etype of 3 --- gst/rtp/gstrtpgstpay.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/rtp/gstrtpgstpay.c b/gst/rtp/gstrtpgstpay.c index 9912bc8..6ab8dd1 100644 --- a/gst/rtp/gstrtpgstpay.c +++ b/gst/rtp/gstrtpgstpay.c @@ -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; -- 2.7.4