From: Tim-Philipp Müller Date: Thu, 27 Oct 2005 11:27:53 +0000 (+0000) Subject: gst/qtdemux/qtdemux.h: Remove got_redirect from class structure as well. X-Git-Tag: RELEASE-0_9_5~28 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9710ca5f0891fff05e5cb42393add85968b407f0;p=platform%2Fupstream%2Fgst-plugins-bad.git 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. --- diff --git a/ChangeLog b/ChangeLog index e3d46c5..11f6f7f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2005-10-27 Tim-Philipp Müller + * gst/qtdemux/qtdemux.h: + Remove got_redirect from class structure as well. + +2005-10-27 Tim-Philipp Müller + * gst/qtdemux/qtdemux.c: (gst_qtdemux_class_init), (qtdemux_parse_tree): Remove 'got-redirect' signal and post element message diff --git a/gst/qtdemux/qtdemux.h b/gst/qtdemux/qtdemux.h index de6cacb..37fbd3b 100644 --- a/gst/qtdemux/qtdemux.h +++ b/gst/qtdemux/qtdemux.h @@ -77,9 +77,6 @@ struct _GstQTDemux { struct _GstQTDemuxClass { GstElementClass parent_class; - - void (* got_redirect) (GstElement * element, - const gchar * new_location); }; #ifdef __cplusplus