mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 21:16:24 +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
c689aeb5fd
commit
9710ca5f08
2 changed files with 5 additions and 3 deletions
|
@ -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),
|
||||
|
|
|
@ -77,9 +77,6 @@ struct _GstQTDemux {
|
|||
|
||||
struct _GstQTDemuxClass {
|
||||
GstElementClass parent_class;
|
||||
|
||||
void (* got_redirect) (GstElement * element,
|
||||
const gchar * new_location);
|
||||
};
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
Loading…
Reference in a new issue