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 c689aeb5fd
commit 9710ca5f08
2 changed files with 5 additions and 3 deletions

View file

@ -1,3 +1,8 @@
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),

View file

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