decodebin2: fix compilation
This commit is contained in:
parent
445c41963b
commit
163720246e
@ -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…
x
Reference in New Issue
Block a user