summaryrefslogtreecommitdiffstats
path: root/gst/id3demux/gstid3demux.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/id3demux/gstid3demux.c')
-rw-r--r--gst/id3demux/gstid3demux.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/id3demux/gstid3demux.c b/gst/id3demux/gstid3demux.c
index ef7a4c19..469514f9 100644
--- a/gst/id3demux/gstid3demux.c
+++ b/gst/id3demux/gstid3demux.c
@@ -977,6 +977,8 @@ gst_id3demux_read_range (GstID3Demux * id3demux,
/* this should only happen in streaming mode */
g_assert (*buffer != NULL);
+
+ gst_buffer_set_caps (*buffer, id3demux->src_caps);
}
return ret;