mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-30 12:49:40 +00:00
decodebin2: fix compilation
This commit is contained in:
parent
445c41963b
commit
163720246e
1 changed files with 1 additions and 1 deletions
|
@ -1994,7 +1994,7 @@ connect_pad (GstDecodeBin * dbin, GstElement * src, GstDecodePad * dpad,
|
|||
|
||||
speed = CLAMP (speed, pspecuint->minimum, pspecuint->maximum);
|
||||
} else if (G_PARAM_SPEC_TYPE (pspec) == G_TYPE_PARAM_INT64) {
|
||||
GParamSpecInt64 *pspecint = G_PARAM_SPEC_INT (pspec);
|
||||
GParamSpecInt64 *pspecint = G_PARAM_SPEC_INT64 (pspec);
|
||||
|
||||
speed = CLAMP (speed, pspecint->minimum, pspecint->maximum);
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue