mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 09:10:36 +00:00
parent
ef1b2b0e8f
commit
c1983b9939
1 changed files with 1 additions and 1 deletions
|
@ -2018,7 +2018,7 @@ gst_base_transform_chain (GstPad * pad, GstBuffer * buffer)
|
||||||
/* outbuf can be NULL, this means a dropped buffer, if we have a buffer but
|
/* outbuf can be NULL, this means a dropped buffer, if we have a buffer but
|
||||||
* GST_BASE_TRANSFORM_FLOW_DROPPED we will not push either. */
|
* GST_BASE_TRANSFORM_FLOW_DROPPED we will not push either. */
|
||||||
if (outbuf != NULL) {
|
if (outbuf != NULL) {
|
||||||
if ((ret == GST_FLOW_OK)) {
|
if (ret == GST_FLOW_OK) {
|
||||||
GstClockTime position_out = GST_CLOCK_TIME_NONE;
|
GstClockTime position_out = GST_CLOCK_TIME_NONE;
|
||||||
|
|
||||||
/* Remember last stop position */
|
/* Remember last stop position */
|
||||||
|
|
Loading…
Reference in a new issue