summaryrefslogtreecommitdiffstats
path: root/gst/qtmux/atoms.h
diff options
context:
space:
mode:
authorMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>2009-01-28 13:25:14 +0100
committerMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>2009-01-28 13:34:44 +0100
commit6bbce931bc57f372e99e25acf56b06e446679863 (patch)
treeeec334074da715b411cab922bfa510afe6723204 /gst/qtmux/atoms.h
parentb34204a54b901eddc700a7a039cce46d10f8f18c (diff)
downloadgst-plugins-bad-6bbce931bc57f372e99e25acf56b06e446679863.tar.gz
gst-plugins-bad-6bbce931bc57f372e99e25acf56b06e446679863.tar.bz2
gst-plugins-bad-6bbce931bc57f372e99e25acf56b06e446679863.zip
Additional media type support in qtmux (and friends).
Support AMR and H263 for both qtmux and gppmux, and add extensions in sample table description.
Diffstat (limited to 'gst/qtmux/atoms.h')
-rw-r--r--gst/qtmux/atoms.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/qtmux/atoms.h b/gst/qtmux/atoms.h
index 631aaf41..4d8dce19 100644
--- a/gst/qtmux/atoms.h
+++ b/gst/qtmux/atoms.h
@@ -631,6 +631,8 @@ AtomInfo * build_esds_extension (AtomTRAK * trak, guint8 object_type,
guint8 stream_type, const GstBuffer * codec_data);
AtomInfo * build_jp2h_extension (AtomTRAK * trak, gint width, gint height,
guint32 fourcc);
+AtomInfo * build_amr_extension ();
+AtomInfo * build_h263_extension ();
/*