gst/asfdemux/gstasfdemux.c: Hi, I'm a memleak

Original commit message from CVS:
* gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
Hi, I'm a memleak
This commit is contained in:
Benjamin Otte 2004-05-16 23:29:09 +00:00
parent f6ec1783ad
commit be1e907f6a
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2004-05-16 Benjamin Otte <otte@gnome.org>
* gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
Hi, I'm a memleak
2004-05-16 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
* gst/asfdemux/gstasfdemux.c:

View file

@ -1514,6 +1514,7 @@ gst_asf_demux_audio_caps (guint16 codec_id,
"codec_data", GST_TYPE_BUFFER, buffer,
"block_align", G_TYPE_INT, audio->block_align,
"bitrate", G_TYPE_INT, audio->byte_rate * 8, NULL);
gst_data_unref (GST_DATA (buffer));
}
if (codec_name)
*codec_name = g_strdup ("Microsoft WMA V2");