GNOME Bugzilla – Bug 710876
pwg: rename the "samplerate" variable to make example code compilable
Last modified: 2013-10-30 17:47:13 UTC
Created attachment 258115 [details] [review] pwg: rename the "samplerate" variable to make example code compilable In one of the examples about gst_my_filter_setcaps() there is a variable declared as "rate", but then the name "samplerate" is used when setting the caps. Use the name "rate" everywhere in gst_my_filter_setcaps(). See the attached patch.
commit c76aaaaa1d3b9e33846ef2d07af3bcb3accef5c1 Author: Antonio Ospite <ospite@studenti.unina.it> Date: Fri Oct 25 14:56:16 2013 +0200 pwg: rename the "samplerate" variable to make example code compilable In one of the examples about gst_my_filter_setcaps() there is a variable declared as "rate", but then the name "samplerate" is used when setting the caps. Use the name "rate" everywhere in gst_my_filter_setcaps(). https://bugzilla.gnome.org/show_bug.cgi?id=710876