mpegaudioparse: require tighter sync match when draining
This commit is contained in:
parent
02a12ee6c8
commit
1e22e29cd3
@ -548,6 +548,10 @@ gst_mpeg_audio_parse_check_valid_frame (GstBaseParse * parse,
|
|||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
} else if (drain && !sync && caps_change) {
|
||||||
|
/* avoid caps jitter that we can't be sure of */
|
||||||
|
*skipsize = off + 2;
|
||||||
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
*framesize = bpf;
|
*framesize = bpf;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user