X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gst%2Faudioparsers%2Fgstaacparse.h;h=1cde1f651e467597574e2cf4d0168d3958dfe6ff;hb=fa8116cc1f930f0209885b5372a67028de7e440c;hp=40c96ff1f8976ab8263c381c5dfab7e8d912075f;hpb=188ab74da41dc0d0c62e7918327fba7bdabdf314;p=platform%2Fupstream%2Fgst-plugins-good.git diff --git a/gst/audioparsers/gstaacparse.h b/gst/audioparsers/gstaacparse.h index 40c96ff..1cde1f6 100644 --- a/gst/audioparsers/gstaacparse.h +++ b/gst/audioparsers/gstaacparse.h @@ -79,6 +79,20 @@ struct _GstAacParse { gint mpegversion; gint frame_samples; +#ifdef TIZEN_FEATURE_AACPARSE_MODIFICATION + gboolean first_frame; /* estimate duration once at the first time */ + guint hdr_bitrate; /* estimated bitrate (bps) */ + guint spf; /* samples per frame = frame_samples */ + guint frame_duration; /* duration per frame (msec) */ + guint frame_per_sec; /* frames per second (ea) */ + guint bitstream_type; /* bitstream type - constant or variable */ + guint adif_header_length; + guint num_program_config_elements; + guint read_bytes; + gint64 file_size; + guint frame_byte; +#endif + GstAacHeaderType header_type; GstAacHeaderType output_header_type;