After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 738604 - androidmedia: Mute when change current-audio at playbin
androidmedia: Mute when change current-audio at playbin
Status: RESOLVED INCOMPLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
1.4.0
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-10-16 06:47 UTC by Trummer Thomas
Modified: 2018-05-06 13:03 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Dot File created with stream 0 (71.14 KB, application/msword)
2014-10-16 06:52 UTC, Trummer Thomas
Details
Dot File created with stream 1 (70.98 KB, application/msword)
2014-10-16 06:52 UTC, Trummer Thomas
Details

Description Trummer Thomas 2014-10-16 06:47:39 UTC
I have an media file with several audio, video and text streams. I simply play it with gst_parse_launch(“playbin”, &error);” followed by setting the url.
If I start playing it I got every ms an error message called “gst_amc_audio_dec_handle_frame: Downstream returned flushing”. I don't know if this error message is the reason why it is not possible to change the audio stream. After setting the state to PLAYING everything plays well altough I got the error messages. If I then switch the audio stream by calling "g_object_set (player->pipeline, “current-audio”, streamID, NULL);" audio stops after a short time and the error messages still arrive. If I switch back to stream 0 it starts playing again.
Comment 1 Trummer Thomas 2014-10-16 06:52:20 UTC
Created attachment 288644 [details]
Dot File created with stream 0
Comment 2 Trummer Thomas 2014-10-16 06:52:57 UTC
Created attachment 288645 [details]
 Dot File created with stream 1
Comment 3 Trummer Thomas 2014-10-16 06:53:40 UTC
The mediafile
http://www.file-upload.net/download-9691217/Zero1-MP4-Feature-Test.mp4.html
Comment 4 Trummer Thomas 2014-10-16 19:08:12 UTC
I have now disabled the audio decoder by calling "gst_plugin_feature_set_rank(gst_registry_lookup_feature(gst_registry_get(), "amcauddec-omxsecaacdec"), GStreamerBase.GST_RANK_NONE);" and now it works.
I also had problems with the "amcauddec-omxsecamrdec" element. All these decoders are from the androidmedia plugin. Are there known problems about using the androidmedia decoders?
Comment 5 Tim-Philipp Müller 2017-01-02 13:10:00 UTC
Hi Thomas,

Sorry no one had a chance to ever look into this in more detail.

Any chance you could re-test this with a recent version of GStreamer (>= 1.10.x) to see if it's still a problem?

The file is also no longer available.
Comment 6 Vivia Nikolaidou 2018-05-06 13:03:39 UTC
Closing this bug report as no further information has been provided. Please feel free to reopen this bug report if you can provide the information that was asked for in a previous comment.
Thanks!