On Tue, 2017-05-23 at 04:54 -0700, vijaypalaniswamy wrote:
Hi,
> If we reuse the audio parser [aacparse] in the pipeline [Reusing: By
> setting pipeline to NULL and again set to playing]
> ...
> Getting below error:
> baseparse gstbaseparse.c:2596:gst_base_parse_push_frame:<aacparse0>
> error: No caps set
> ...
> I tried with below fix by initializing all private member variables
> in
> "gst_aac_parse_start". With this fix its working fine
>
> + aacparse->object_type = 0;
> + aacparse->bitrate = 0;
> + aacparse->header_type = DSPAAC_HEADER_NOT_PARSED;
> + aacparse->output_header_type = DSPAAC_HEADER_NOT_PARSED;
> + aacparse->channels = 0;
> + aacparse->sample_rate = 0;
>
> The issue is with channels and sample_rate but i initialized all the
> values.
Please could you file a bug in bugzilla and attach your patch there?
(in git format-patch format) Thanks!
Cheers
-Tm
--
Tim Müller, Centricular Ltd -
http://www.centricular.com_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel