diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2007-09-27 13:02:58 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2007-09-27 13:02:58 +0000 |
commit | d69b3423f3e98988658be5ba275bb18836038022 (patch) | |
tree | 9e6795488ccc489a398117d43fbd9f4de77767c6 /ext/xvid/gstxvidenc.h | |
parent | 24c1b1dae1a1c113766b08b3c2956c9d403b03d3 (diff) | |
download | gst-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.h | 3 |
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); |