diff options
author | Thiago Santos <ts.santos@sisa.samsung.com> | 2014-02-05 10:27:54 -0300 |
---|---|---|
committer | Thiago Santos <ts.santos@sisa.samsung.com> | 2014-02-07 13:10:24 -0300 |
commit | 2ae18972734cba00a3dc3559c5affbef8ba4f714 (patch) | |
tree | b23195431454928ca7bf0cae62d165eb8844b9c7 /gst/isomp4/gstqtmuxmap.h | |
parent | 2f8a1aa8705f4c3eab22df864d781f9fd9a31720 (diff) |
qtmux: add subtitle support to qtmuxmap structures
adds basic stubs for subtitle support around the qtmux and
qtmuxmap structures. Still no real subtitle implemented, but
basic functions in place
https://bugzilla.gnome.org/show_bug.cgi?id=581295
Diffstat (limited to 'gst/isomp4/gstqtmuxmap.h')
-rw-r--r-- | gst/isomp4/gstqtmuxmap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/isomp4/gstqtmuxmap.h b/gst/isomp4/gstqtmuxmap.h index 1c5829c52..e578a3674 100644 --- a/gst/isomp4/gstqtmuxmap.h +++ b/gst/isomp4/gstqtmuxmap.h @@ -69,6 +69,7 @@ typedef struct _GstQTMuxFormatProp GstStaticCaps src_caps; GstStaticCaps video_sink_caps; GstStaticCaps audio_sink_caps; + GstStaticCaps subtitle_sink_caps; } GstQTMuxFormatProp; extern GstQTMuxFormatProp gst_qt_mux_format_list[]; |