summaryrefslogtreecommitdiffstats
path: root/ext/xvid/gstxvidenc.h
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2007-09-27 13:02:58 +0000
committerTim-Philipp Müller <tim@centricular.net>2007-09-27 13:02:58 +0000
commitd69b3423f3e98988658be5ba275bb18836038022 (patch)
tree9e6795488ccc489a398117d43fbd9f4de77767c6 /ext/xvid/gstxvidenc.h
parent24c1b1dae1a1c113766b08b3c2956c9d403b03d3 (diff)
downloadgst-plugins-bad-d69b3423f3e98988658be5ba275bb18836038022.tar.gz
gst-plugins-bad-d69b3423f3e98988658be5ba275bb18836038022.tar.bz2
gst-plugins-bad-d69b3423f3e98988658be5ba275bb18836038022.zip
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).
Diffstat (limited to 'ext/xvid/gstxvidenc.h')
-rw-r--r--ext/xvid/gstxvidenc.h3
1 files changed, 0 insertions, 3 deletions
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);