]> git.sesse.net Git - ffmpeg/blobdiff - libavdevice/pulse_audio_enc.c
avcodec/packet: Also change av_packet_pack/unpack_dictionary to size_t
[ffmpeg] / libavdevice / pulse_audio_enc.c
index 0efcf0fe7e5c609f22c67d0a5be2023b62ffe772..e0a631b227d06ae4b5cb99e3271352f08e9905c0 100644 (file)
@@ -459,8 +459,8 @@ static av_cold int pulse_write_header(AVFormatContext *h)
     st = h->streams[0];
 
     if (!stream_name) {
-        if (h->filename[0])
-            stream_name = h->filename;
+        if (h->url[0])
+            stream_name = h->url;
         else
             stream_name = "Playback";
     }
@@ -771,7 +771,7 @@ static const AVOption options[] = {
 };
 
 static const AVClass pulse_muxer_class = {
-    .class_name     = "PulseAudio muxer",
+    .class_name     = "PulseAudio outdev",
     .item_name      = av_default_item_name,
     .option         = options,
     .version        = LIBAVUTIL_VERSION_INT,