Skip to content

Commit

Permalink
Add TODO comment for tensor output info from caps
Browse files Browse the repository at this point in the history
  • Loading branch information
m-herrera committed Jan 6, 2022
1 parent 0f28961 commit 457d638
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gst-libs/gst/tiovx/gsttiovxmiso.c
Original file line number Diff line number Diff line change
Expand Up @@ -1282,6 +1282,7 @@ gst_tiovx_miso_negotiated_src_caps (GstAggregator * agg, GstCaps * caps)

priv = gst_tiovx_miso_get_instance_private (self);

/* TODO: Add support for tensor outputs */
gst_video_info_from_caps (&priv->src_info, caps);

if (priv->graph) {
Expand Down

0 comments on commit 457d638

Please sign in to comment.