+2007-06-19 Jan Schmidt <thaytan@mad.scientist.com>
+
+ * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_caps_create):
+ Fix "pad caps are not a real subset of its template caps" warning.
+
2007-06-19 Wim Taymans <wim@fluendo.com>
Patch by: Laurent Glayal <spglegle at yahoo dot fr>
new = gst_caps_new_simple ("audio/mpeg",
"mpegversion", G_TYPE_INT, 1,
"layer", G_TYPE_INT, layer,
- "rate", G_TYPE_INT, samplerate, "channels", G_TYPE_INT, channels, NULL);
+ "rate", G_TYPE_INT, samplerate,
+ "channels", G_TYPE_INT, channels, "parsed", G_TYPE_BOOLEAN, TRUE, NULL);
return new;
}