Add mpegversion(1) to the caps
Original commit message from CVS: Add mpegversion(1) to the caps
This commit is contained in:
parent
43f30739b9
commit
ea73fdcfde
@ -355,6 +355,7 @@ bpf_from_header (GstMPEGAudioParse *parse, unsigned long header)
|
|||||||
layer != parse->layer) {
|
layer != parse->layer) {
|
||||||
GstCaps *caps = GST_CAPS_NEW ("mp3parse_src",
|
GstCaps *caps = GST_CAPS_NEW ("mp3parse_src",
|
||||||
"audio/mpeg",
|
"audio/mpeg",
|
||||||
|
"mpegversion", GST_PROPS_INT (1),
|
||||||
"layer", GST_PROPS_INT (layer),
|
"layer", GST_PROPS_INT (layer),
|
||||||
"channels", GST_PROPS_INT (channels),
|
"channels", GST_PROPS_INT (channels),
|
||||||
"rate", GST_PROPS_INT (rate));
|
"rate", GST_PROPS_INT (rate));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user