diff options
Diffstat (limited to 'gst/rtp/gstrtpmpvdepay.c')
| -rw-r--r-- | gst/rtp/gstrtpmpvdepay.c | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/gst/rtp/gstrtpmpvdepay.c b/gst/rtp/gstrtpmpvdepay.c index a06132ff..2f828295 100644 --- a/gst/rtp/gstrtpmpvdepay.c +++ b/gst/rtp/gstrtpmpvdepay.c @@ -217,20 +217,13 @@ gst_rtp_mpv_depay_process (GstBaseRTPDepayload * depayload, GstBuffer * buf) bad_packet: { GST_ELEMENT_WARNING (rtpmpvdepay, STREAM, DECODE, - ("Packet did not validate."), (NULL)); + (NULL), ("Packet did not validate.")); return NULL; } -#if 0 -bad_payload: - { - GST_DEBUG_OBJECT (rtpmpvdepay, "Unexpected payload type %u", pt); - return NULL; - } -#endif empty_packet: { GST_ELEMENT_WARNING (rtpmpvdepay, STREAM, DECODE, - ("Empty payload."), (NULL)); + (NULL), ("Empty payload.")); return NULL; } } |
