From 6bbce931bc57f372e99e25acf56b06e446679863 Mon Sep 17 00:00:00 2001 From: Mark Nauwelaerts Date: Wed, 28 Jan 2009 13:25:14 +0100 Subject: Additional media type support in qtmux (and friends). Support AMR and H263 for both qtmux and gppmux, and add extensions in sample table description. --- gst/qtmux/atoms.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gst/qtmux/atoms.h') 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 (); /* -- cgit v1.2.1