mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
videorate: Remove useless assignement
Was already set before
This commit is contained in:
parent
6108407db1
commit
ed59e06c57
1 changed files with 0 additions and 2 deletions
|
@ -474,8 +474,6 @@ gst_video_rate_setcaps (GstBaseTransform * trans, GstCaps * in_caps,
|
|||
gboolean ret = TRUE;
|
||||
gint rate_numerator, rate_denominator;
|
||||
|
||||
videorate = GST_VIDEO_RATE (trans);
|
||||
|
||||
GST_DEBUG_OBJECT (trans, "setcaps called in: %" GST_PTR_FORMAT
|
||||
" out: %" GST_PTR_FORMAT, in_caps, out_caps);
|
||||
|
||||
|
|
Loading…
Reference in a new issue