mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-08 16:35:40 +00:00
Changed "size" to "filesize".
Original commit message from CVS: Changed "size" to "filesize".
This commit is contained in:
parent
75312f3812
commit
29cb5b4682
1 changed files with 1 additions and 1 deletions
|
@ -581,7 +581,7 @@ gst_play_get_media_size (GstPlay *play)
|
|||
|
||||
priv = (GstPlayPrivate *)play->priv;
|
||||
|
||||
return gst_util_get_long_arg (G_OBJECT (priv->src), "size");
|
||||
return gst_util_get_long_arg (G_OBJECT (priv->src), "filesize");
|
||||
}
|
||||
|
||||
gulong
|
||||
|
|
Loading…
Reference in a new issue