Replace NULL with nullptr

This commit is contained in:
Jonas Kvinge
2019-09-08 21:18:26 +02:00
parent 795f95d855
commit 57d9c87de6
6 changed files with 21 additions and 21 deletions

View File

@@ -101,7 +101,7 @@ QString Chromaprinter::CreateFingerprint() {
"format", G_TYPE_STRING, "S16LE",
"channels", G_TYPE_INT, kDecodeChannels,
"rate", G_TYPE_INT, kDecodeRate,
NULL);
nullptr);
gst_element_link_filtered(resample, sink, caps);
gst_caps_unref(caps);