diff options
Diffstat (limited to 'gst/rtp/gstrtpL16depay.c')
-rw-r--r-- | gst/rtp/gstrtpL16depay.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gst/rtp/gstrtpL16depay.c b/gst/rtp/gstrtpL16depay.c index f4faaf10..59a49b8b 100644 --- a/gst/rtp/gstrtpL16depay.c +++ b/gst/rtp/gstrtpL16depay.c @@ -273,7 +273,6 @@ gst_rtpL16parse_set_property (GObject * object, guint prop_id, { GstRtpL16Parse *rtpL16parse; - /* it's not null if we got it, but it might not be ours */ g_return_if_fail (GST_IS_RTP_L16_PARSE (object)); rtpL16parse = GST_RTP_L16_PARSE (object); @@ -295,7 +294,6 @@ gst_rtpL16parse_get_property (GObject * object, guint prop_id, GValue * value, { GstRtpL16Parse *rtpL16parse; - /* it's not null if we got it, but it might not be ours */ g_return_if_fail (GST_IS_RTP_L16_PARSE (object)); rtpL16parse = GST_RTP_L16_PARSE (object); |