mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
f9a8f0ebfe
In pulsesink_query function, we use a switch for the query type. In the CAPS case, there is no 'break', instead we return right away. Use a break and return at the end of the function instead for better code readability. https://bugzilla.gnome.org/show_bug.cgi?id=744461 |
||
---|---|---|
.. | ||
Makefile.am | ||
plugin.c | ||
pulsedeviceprovider.c | ||
pulsedeviceprovider.h | ||
pulsesink.c | ||
pulsesink.h | ||
pulsesrc.c | ||
pulsesrc.h | ||
pulseutil.c | ||
pulseutil.h |