diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | gst/qtdemux/qtdemux.h | 3 |
2 files changed, 5 insertions, 3 deletions
@@ -1,5 +1,10 @@ 2005-10-27 Tim-Philipp Müller <tim at centricular dot net> + * gst/qtdemux/qtdemux.h: + Remove got_redirect from class structure as well. + +2005-10-27 Tim-Philipp Müller <tim at centricular dot net> + * gst/qtdemux/qtdemux.c: (gst_qtdemux_class_init), (qtdemux_parse_tree): Remove 'got-redirect' signal and post element message 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 |