From d69b3423f3e98988658be5ba275bb18836038022 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Thu, 27 Sep 2007 13:02:58 +0000 Subject: ext/xvid/gstxvidenc.*: Remove superfluous 'frame-encoded' signal (people can use an upstream identity's 'handoff' sig... Original commit message from CVS: * ext/xvid/gstxvidenc.c: * ext/xvid/gstxvidenc.h: Remove superfluous 'frame-encoded' signal (people can use an upstream identity's 'handoff' signal or a pad probe for this if they must know). --- ext/xvid/gstxvidenc.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'ext/xvid/gstxvidenc.h') diff --git a/ext/xvid/gstxvidenc.h b/ext/xvid/gstxvidenc.h index 963c16ab..a2f32d0a 100644 --- a/ext/xvid/gstxvidenc.h +++ b/ext/xvid/gstxvidenc.h @@ -127,9 +127,6 @@ struct _GstXvidEnc { struct _GstXvidEncClass { GstElementClass parent_class; - - /* signals */ - void (*frame_encoded) (GstElement *element); }; GType gst_xvidenc_get_type(void); -- cgit v1.2.1