mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-06 16:19:59 +00:00
avidemux: Only call convert function if we have strf.auds
This commit is contained in:
parent
af99a4a1de
commit
1936d6ed26
1 changed files with 1 additions and 1 deletions
|
@ -1239,7 +1239,7 @@ gst_avi_demux_get_buffer_info (GstAviDemux * avi, GstAviStream * stream,
|
|||
*ts_end = avi_stream_convert_frames_to_time_unchecked (stream,
|
||||
entry_n + 1);
|
||||
}
|
||||
} else {
|
||||
} else if (stream->strh->type == GST_RIFF_FCC_auds) {
|
||||
/* constant rate stream */
|
||||
if (timestamp)
|
||||
*timestamp =
|
||||
|
|
Loading…
Reference in a new issue