diff --git a/ext/sidplay/gstsiddec.cc b/ext/sidplay/gstsiddec.cc index 5d6c825ee2..feb8ab78cf 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