mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
framepositioner: Fix runtime warning
GstCaps is not a GObject! Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-editing-services/-/merge_requests/238>
This commit is contained in:
parent
a059031d02
commit
1327f428d2
1 changed files with 1 additions and 1 deletions
|
@ -288,7 +288,7 @@ gst_frame_positioner_update_properties (GstFramePositioner * pos,
|
|||
reposition_properties (pos, old_track_width, old_track_height);
|
||||
|
||||
done:
|
||||
GST_DEBUG_OBJECT (caps, "setting caps");
|
||||
GST_DEBUG_OBJECT (pos, "setting caps %" GST_PTR_FORMAT, caps);
|
||||
|
||||
g_object_set (pos->capsfilter, "caps", caps, NULL);
|
||||
|
||||
|
|
Loading…
Reference in a new issue