diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2005-01-07 10:15:20 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2005-01-07 10:15:20 +0000 |
commit | f831c4a7cd62fed3a1b58100d7a8a6be59e12071 (patch) | |
tree | e80bbd39232d8c9aa56c5c73b9bb40f090f50605 /ext/faac/gstfaac.h | |
parent | 1278d44ad5481fa02267ab4c9ee7bba0fa13d4f1 (diff) | |
download | gst-plugins-bad-f831c4a7cd62fed3a1b58100d7a8a6be59e12071.tar.gz gst-plugins-bad-f831c4a7cd62fed3a1b58100d7a8a6be59e12071.tar.bz2 gst-plugins-bad-f831c4a7cd62fed3a1b58100d7a8a6be59e12071.zip |
ext/faac/gstfaac.*: Allow for ADTS output (#153434).
Original commit message from CVS:
Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
* ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
(gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
(gst_faac_set_property), (gst_faac_get_property):
* ext/faac/gstfaac.h:
Allow for ADTS output (#153434).
Diffstat (limited to 'ext/faac/gstfaac.h')
-rw-r--r-- | ext/faac/gstfaac.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/faac/gstfaac.h b/ext/faac/gstfaac.h index 55daea67..b45f849e 100644 --- a/ext/faac/gstfaac.h +++ b/ext/faac/gstfaac.h @@ -49,7 +49,8 @@ typedef struct _GstFaac { bps, bitrate, profile, - shortctl; + shortctl, + outputformat; gboolean tns, midside; gulong bytes, |