diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2005-03-18 10:56:03 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2005-03-18 10:56:03 +0000 |
commit | d055c1bd576424b922c2f0056dc618b158e83c82 (patch) | |
tree | 162cc33ff48b0cbd068a43642bd74a99cf3c3d33 /gst/qtdemux/qtdemux.h | |
parent | a30001e2c75f4dacdcced4f8b40c6840fcf50744 (diff) | |
download | gst-plugins-bad-d055c1bd576424b922c2f0056dc618b158e83c82.tar.gz gst-plugins-bad-d055c1bd576424b922c2f0056dc618b158e83c82.tar.bz2 gst-plugins-bad-d055c1bd576424b922c2f0056dc618b158e83c82.zip |
gst/: Some crap for the redirect signal. Also fix hang on redirect-files in qtdemux.
Original commit message from CVS:
* gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
(got_redirect), (try_to_link_1):
* gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
(group_commit), (got_redirect), (setup_source),
(gst_play_base_bin_change_state):
* gst/playback/gstplaybasebin.h:
* gst/qtdemux/qtdemux.c: (gst_qtdemux_class_init),
(gst_qtdemux_handle_sink_event), (gst_qtdemux_loop_header),
(qtdemux_parse_tree):
* gst/qtdemux/qtdemux.h:
Some crap for the redirect signal. Also fix hang on redirect-files
in qtdemux.
Diffstat (limited to 'gst/qtdemux/qtdemux.h')
-rw-r--r-- | gst/qtdemux/qtdemux.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gst/qtdemux/qtdemux.h b/gst/qtdemux/qtdemux.h index d6ed313e..33dbc582 100644 --- a/gst/qtdemux/qtdemux.h +++ b/gst/qtdemux/qtdemux.h @@ -81,6 +81,9 @@ struct _GstQTDemux { struct _GstQTDemuxClass { GstElementClass parent_class; + + void (* got_redirect) (GstElement * element, + const gchar * new_location); }; #ifdef __cplusplus |