diff options
Diffstat (limited to 'gst/rtp/gstrtpmp2tpay.c')
-rw-r--r-- | gst/rtp/gstrtpmp2tpay.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gst/rtp/gstrtpmp2tpay.c b/gst/rtp/gstrtpmp2tpay.c index 75c5030e..dbec4eda 100644 --- a/gst/rtp/gstrtpmp2tpay.c +++ b/gst/rtp/gstrtpmp2tpay.c @@ -78,11 +78,9 @@ static void gst_rtp_mp2t_pay_class_init (GstRTPMP2TPayClass * klass) { GObjectClass *gobject_class; - GstElementClass *gstelement_class; GstBaseRTPPayloadClass *gstbasertppayload_class; gobject_class = (GObjectClass *) klass; - gstelement_class = (GstElementClass *) klass; gstbasertppayload_class = (GstBaseRTPPayloadClass *) klass; gobject_class->finalize = gst_rtp_mp2t_pay_finalize; |