Aaron Boxer
6d3429af34
documentation: fixed a heap o' typos
2019-11-05 09:11:25 -05:00
Mathieu Duponchelle
51ea6ec6b7
docs: document gstreamer-bad-audio
...
And unprefix subproject paths, making a special case for
webrtc, to not conflict with the webrtc plugin
2019-06-01 02:58:09 +00:00
Mathieu Duponchelle
da6afdec9c
doc: remove xml from comments
2019-05-29 22:58:08 +02:00
Edward Hervey
304a628de7
nonstreamaudio: Avoid using wrong variable
...
And to make that 100% obvious, only use variables declared within the
switch cases instead of function-wide ones.
Also remove useless one-time-use-only variable.
CID #1409857
2017-05-26 17:44:40 +02:00
Edward Hervey
2a193cde84
nonstreamaudio: Avoid using un-initialized value
...
We would end up with cur_position not set but proceed being at its
default value of TRUE. Instead, properly set proceed to FALSE
CID #1409855
2017-05-26 17:44:17 +02:00
Carlos Rafael Giani
2e4c6d6a49
audio: Add nonstreamaudiodecoder base class
...
https://bugzilla.gnome.org/show_bug.cgi?id=768576
2017-05-22 16:34:05 +02:00