summaryrefslogtreecommitdiffstats
path: root/gst/qtdemux/qtdemux.h
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2005-10-27 11:27:53 +0000
committerTim-Philipp Müller <tim@centricular.net>2005-10-27 11:27:53 +0000
commite7a14b7a008a04b9266a2755085fed683ee08dc8 (patch)
treeab3f47d60545163ee5dcfca6c51885a8bfbc96c0 /gst/qtdemux/qtdemux.h
parente3b9734659e14032a26fb1a20836915308f1a859 (diff)
gst/qtdemux/qtdemux.h: Remove got_redirect from class structure as well.
Original commit message from CVS: * gst/qtdemux/qtdemux.h: Remove got_redirect from class structure as well.
Diffstat (limited to 'gst/qtdemux/qtdemux.h')
-rw-r--r--gst/qtdemux/qtdemux.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gst/qtdemux/qtdemux.h b/gst/qtdemux/qtdemux.h
index de6cacbd..37fbd3b3 100644
--- a/gst/qtdemux/qtdemux.h
+++ b/gst/qtdemux/qtdemux.h
@@ -77,9 +77,6 @@ struct _GstQTDemux {
struct _GstQTDemuxClass {
GstElementClass parent_class;
-
- void (* got_redirect) (GstElement * element,
- const gchar * new_location);
};
#ifdef __cplusplus