summaryrefslogtreecommitdiff
path: root/native
diff options
context:
space:
mode:
authorAndrew John Hughes <gnu_andrew@member.fsf.org>2012-02-22 12:40:35 +0000
committerAndrew John Hughes <gnu_andrew@member.fsf.org>2012-02-22 12:40:35 +0000
commit551fb737278ce903fa4c330caf06e9a4a1a3e337 (patch)
tree61812030616ff1d5dcef36d315cee10d2df28fc4 /native
parent0d5ebcab795c9203ddc7b9770eb50869499fde3d (diff)
downloadclasspath-551fb737278ce903fa4c330caf06e9a4a1a3e337.tar.gz
Fix GStreamer make distcheck build.
2012-02-15 Andrew John Hughes <ahughes@redhat.com> * native/jni/gstreamer-peer/gst_classpath_src.c, (gst_classpath_src_class_init(GstClasspathSrcClass)): Remove unused gstelement_class.
Diffstat (limited to 'native')
-rw-r--r--native/jni/gstreamer-peer/gst_classpath_src.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/native/jni/gstreamer-peer/gst_classpath_src.c b/native/jni/gstreamer-peer/gst_classpath_src.c
index 80c679592..224622a1c 100644
--- a/native/jni/gstreamer-peer/gst_classpath_src.c
+++ b/native/jni/gstreamer-peer/gst_classpath_src.c
@@ -163,14 +163,12 @@ static void
gst_classpath_src_class_init (GstClasspathSrcClass *klass)
{
GObjectClass *gobject_class;
- GstElementClass *gstelement_class;
GstBaseSrcClass *gstbasesrc_class;
GstPushSrcClass *gstpushsrc_class;
GParamSpec *pspec;
gobject_class = G_OBJECT_CLASS (klass);
- gstelement_class = GST_ELEMENT_CLASS (klass);
gstbasesrc_class = GST_BASE_SRC_CLASS (klass);
gstpushsrc_class = GST_PUSH_SRC_CLASS (klass);