gst/qtdemux/qtdemux.h: Remove got_redirect from class structure as well.
authorTim-Philipp Müller <tim@centricular.net>
Thu, 27 Oct 2005 11:27:53 +0000 (11:27 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Thu, 27 Oct 2005 11:27:53 +0000 (11:27 +0000)
Original commit message from CVS:
* gst/qtdemux/qtdemux.h:
Remove got_redirect from class structure as well.

ChangeLog
gst/qtdemux/qtdemux.h

index e3d46c5..11f6f7f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 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),
        (qtdemux_parse_tree):
          Remove 'got-redirect' signal and post element message
index de6cacb..37fbd3b 100644 (file)
@@ -77,9 +77,6 @@ struct _GstQTDemux {
 
 struct _GstQTDemuxClass {
   GstElementClass parent_class;
-
-  void (* got_redirect) (GstElement  * element,
-                        const gchar * new_location);
 };
 
 #ifdef __cplusplus