typefinding: fix ADTS caps stream-format detail

Field should be "stream-format", not "stream-type".
This commit is contained in:
Tim-Philipp Müller 2010-10-14 16:36:30 +01:00
parent 6c5cee1d02
commit df6bd68b80

View file

@ -728,7 +728,7 @@ aac_type_find (GstTypeFind * tf, gpointer unused)
caps = gst_caps_new_simple ("audio/mpeg",
"framed", G_TYPE_BOOLEAN, FALSE,
"mpegversion", G_TYPE_INT, mpegversion,
"stream-type", G_TYPE_STRING, "adts", NULL);
"stream-format", G_TYPE_STRING, "adts", NULL);
gst_codec_utils_aac_caps_set_level_and_profile (caps, audio_config, 2);