diff --git a/ChangeLog b/ChangeLog index e3d46c5319..11f6f7f259 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-10-27 Tim-Philipp Müller + + * gst/qtdemux/qtdemux.h: + Remove got_redirect from class structure as well. + 2005-10-27 Tim-Philipp Müller * gst/qtdemux/qtdemux.c: (gst_qtdemux_class_init), diff --git a/gst/qtdemux/qtdemux.h b/gst/qtdemux/qtdemux.h index de6cacbd22..37fbd3b3f9 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