GNOME Bugzilla – Bug 728020
backend: Use new "audio-filter" property
Last modified: 2014-05-15 16:10:26 UTC
Untested
Created attachment 274065 [details] [review] gst: Add new flags for playbin See https://bugzilla.gnome.org/show_bug.cgi?id=679031
Created attachment 274066 [details] [review] backend: Use new "audio-filter" property So that the audio-filter can be bypassed if it's not going to make any changes.
Review of attachment 274066 [details] [review]: ::: src/backend/bacon-video-widget.c @@ -6433,3 @@ gst_element_link_many (bvw->priv->audio_capsfilter, - bvw->priv->audio_pitchcontrol, - audio_converter, Can’t you now eliminate the audio_converter construction code at the top of the function?
Review of attachment 274065 [details] [review]: Looks good to me.
Created attachment 276607 [details] [review] backend: Use new "audio-filter" property So that the audio-filter can be bypassed if it's not going to make any changes.
commit 7763f75e05901e739bfbce81b7b07182f88b560c Author: Bastien Nocera <hadess@hadess.net> Date: Fri Apr 11 09:40:16 2014 +0200 backend: Use new "audio-filter" property So that the audio-filter can be bypassed if it's not going to make any changes. https://bugzilla.gnome.org/show_bug.cgi?id=728020 commit 22480af9819b207f03a0e405927024b4e6d16344 Author: Bastien Nocera <hadess@hadess.net> Date: Fri Apr 11 09:29:15 2014 +0200 gst: Add new flags for playbin See https://bugzilla.gnome.org/show_bug.cgi?id=679031 https://bugzilla.gnome.org/show_bug.cgi?id=728020