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.
This commit is contained in:
Tim-Philipp Müller 2005-10-27 11:27:53 +00:00
parent e3b9734659
commit e7a14b7a00

View file

@ -77,9 +77,6 @@ struct _GstQTDemux {
struct _GstQTDemuxClass {
GstElementClass parent_class;
void (* got_redirect) (GstElement * element,
const gchar * new_location);
};
#ifdef __cplusplus