summaryrefslogtreecommitdiffstats
path: root/gst/rtp/gstrtpgsmparse.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/rtp/gstrtpgsmparse.c')
-rw-r--r--gst/rtp/gstrtpgsmparse.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gst/rtp/gstrtpgsmparse.c b/gst/rtp/gstrtpgsmparse.c
index 19b35ebb..8b7337b1 100644
--- a/gst/rtp/gstrtpgsmparse.c
+++ b/gst/rtp/gstrtpgsmparse.c
@@ -241,7 +241,6 @@ gst_rtpgsmparse_set_property (GObject * object, guint prop_id,
{
GstRtpGSMParse *rtpgsmparse;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_RTP_GSM_PARSE (object));
rtpgsmparse = GST_RTP_GSM_PARSE (object);
@@ -260,7 +259,6 @@ gst_rtpgsmparse_get_property (GObject * object, guint prop_id, GValue * value,
{
GstRtpGSMParse *rtpgsmparse;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_RTP_GSM_PARSE (object));
rtpgsmparse = GST_RTP_GSM_PARSE (object);