Add mpegversion(1) to the caps

Original commit message from CVS:
Add mpegversion(1) to the caps
This commit is contained in:
Ronald S. Bultje 2003-09-12 11:39:52 +00:00
parent 43f30739b9
commit ea73fdcfde

View file

@ -355,6 +355,7 @@ bpf_from_header (GstMPEGAudioParse *parse, unsigned long header)
layer != parse->layer) {
GstCaps *caps = GST_CAPS_NEW ("mp3parse_src",
"audio/mpeg",
"mpegversion", GST_PROPS_INT (1),
"layer", GST_PROPS_INT (layer),
"channels", GST_PROPS_INT (channels),
"rate", GST_PROPS_INT (rate));