summaryrefslogtreecommitdiff
path: root/gst/icydemux
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2011-10-27 19:00:52 +0200
committerWim Taymans <wim.taymans@collabora.co.uk>2011-10-27 19:00:52 +0200
commit9c14280b1d60ad71cd7fe249f5c1d66300efcc9f (patch)
treedd57b6a40935acde84b8d5404b5cfde91eeecfe9 /gst/icydemux
parent4b6a22626340470c1de34dda0b63d529cf2aa760 (diff)
downloadgstreamer-plugins-good-9c14280b1d60ad71cd7fe249f5c1d66300efcc9f.tar.gz
make some more things compile again
Diffstat (limited to 'gst/icydemux')
-rw-r--r--gst/icydemux/gsticydemux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/icydemux/gsticydemux.c b/gst/icydemux/gsticydemux.c
index 829eb512d..66af0a9da 100644
--- a/gst/icydemux/gsticydemux.c
+++ b/gst/icydemux/gsticydemux.c
@@ -414,7 +414,7 @@ gst_icydemux_typefind_or_forward (GstICYDemux * icydemux, GstBuffer * buf)
if (G_UNLIKELY (icydemux->content_type)) {
if (!g_ascii_strcasecmp (icydemux->content_type, "video/nsv")) {
GST_DEBUG ("We have a NSV stream");
- caps = gst_caps_new_simple ("video/x-nsv", NULL);
+ caps = gst_caps_new_empty_simple ("video/x-nsv");
} else {
GST_DEBUG ("Upstream Content-Type isn't supported");
g_free (icydemux->content_type);