mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +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_dicetv_create_map (filter);
|
||||
|
||||
filter->info = info;
|
||||
|
||||
return TRUE;
|
||||
|
||||
/* ERRORS */
|
||||
|
|
Loading…
Reference in a new issue