mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
dice: keep track of info
This commit is contained in:
parent
a1b4b089ec
commit
a462c14b9d
1 changed files with 2 additions and 0 deletions
|
@ -108,6 +108,8 @@ gst_dicetv_set_caps (GstBaseTransform * btrans, GstCaps * incaps,
|
||||||
GST_VIDEO_INFO_WIDTH (&info));
|
GST_VIDEO_INFO_WIDTH (&info));
|
||||||
gst_dicetv_create_map (filter);
|
gst_dicetv_create_map (filter);
|
||||||
|
|
||||||
|
filter->info = info;
|
||||||
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
|
|
||||||
/* ERRORS */
|
/* ERRORS */
|
||||||
|
|
Loading…
Reference in a new issue