mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-28 20:05:38 +00:00
gstvalue: Remove useless assignment
This commit is contained in:
parent
963267643e
commit
60be53fabf
1 changed files with 1 additions and 1 deletions
|
@ -1069,8 +1069,8 @@ gst_value_copy_int64_range (const GValue * src_value, GValue * dest_value)
|
|||
|
||||
if (vals == NULL) {
|
||||
gst_value_init_int64_range (dest_value);
|
||||
vals = (gint64 *) dest_value->data[0].v_pointer;
|
||||
}
|
||||
|
||||
if (src_vals != NULL) {
|
||||
INT64_RANGE_MIN (dest_value) = INT64_RANGE_MIN (src_value);
|
||||
INT64_RANGE_MAX (dest_value) = INT64_RANGE_MAX (src_value);
|
||||
|
|
Loading…
Reference in a new issue