mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
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
e3b9734659
commit
e7a14b7a00
1 changed files with 0 additions and 3 deletions
|
@ -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…
Reference in a new issue