diff --git a/ext/sidplay/gstsiddec.cc b/ext/sidplay/gstsiddec.cc index 5d6c825ee28914abeb89a429d299923d249c448d..feb8ab78cf8fe66aa099c7b80449a526f17ce412 100644 --- a/ext/sidplay/gstsiddec.cc +++ b/ext/sidplay/gstsiddec.cc @@ -30,12 +30,11 @@ * * Seeking is not (and cannot be) implemented. * - * - * Example pipelines + * ## Example pipelines + * * |[ * gst-launch-1.0 -v filesrc location=Hawkeye.sid ! siddec ! audioconvert ! audioresample ! autoaudiosink * ]| Decode a sid file and play it back. - * */ #ifdef HAVE_CONFIG_H