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:
parent
c689aeb5fd
commit
9710ca5f08
@ -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>
|
2005-10-27 Tim-Philipp Müller <tim at centricular dot net>
|
||||||
|
|
||||||
* gst/qtdemux/qtdemux.c: (gst_qtdemux_class_init),
|
* gst/qtdemux/qtdemux.c: (gst_qtdemux_class_init),
|
||||||
|
@ -77,9 +77,6 @@ struct _GstQTDemux {
|
|||||||
|
|
||||||
struct _GstQTDemuxClass {
|
struct _GstQTDemuxClass {
|
||||||
GstElementClass parent_class;
|
GstElementClass parent_class;
|
||||||
|
|
||||||
void (* got_redirect) (GstElement * element,
|
|
||||||
const gchar * new_location);
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
Loading…
x
Reference in New Issue
Block a user