rtpgstpay: Fix typo, GST_EVENT_CUSTOM_BOTH has etype of 3
authorYouness Alaoui <youness.alaoui@collabora.co.uk>
Thu, 25 Jul 2013 21:52:16 +0000 (17:52 -0400)
committerWim Taymans <wim.taymans@collabora.co.uk>
Wed, 21 Aug 2013 07:06:01 +0000 (09:06 +0200)
gst/rtp/gstrtpgstpay.c

index 9912bc8..6ab8dd1 100644 (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;