mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
h264parse: Remove no-op assignment
upstream was set to *out_ts, setting *out_ts to upstream here will have no effect.
This commit is contained in:
parent
5394269c91
commit
596dfbdf37
1 changed files with 0 additions and 2 deletions
|
@ -2403,8 +2403,6 @@ gst_h264_parse_get_timestamp (GstH264Parse * h264parse,
|
|||
GST_LOG_OBJECT (h264parse, "no frame data -> 0 duration");
|
||||
*out_dur = 0;
|
||||
goto exit;
|
||||
} else {
|
||||
*out_ts = upstream;
|
||||
}
|
||||
|
||||
if (!sps) {
|
||||
|
|
Loading…
Reference in a new issue