mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +00:00
add todo item
This commit is contained in:
parent
0a548ffad9
commit
74c58d9cdf
1 changed files with 2 additions and 0 deletions
|
@ -178,6 +178,8 @@ gst_play_frame_conv_convert (GstBuffer * buf, GstCaps * to_caps)
|
||||||
if (!gst_element_link_pads (csp, "src", vscale, "sink"))
|
if (!gst_element_link_pads (csp, "src", vscale, "sink"))
|
||||||
goto link_failed;
|
goto link_failed;
|
||||||
|
|
||||||
|
/* TODO: only plug an encoder if caps aren't raw ? */
|
||||||
|
|
||||||
GST_DEBUG ("linking vscale->encoder");
|
GST_DEBUG ("linking vscale->encoder");
|
||||||
if (!gst_element_link (vscale, encoder))
|
if (!gst_element_link (vscale, encoder))
|
||||||
goto link_failed;
|
goto link_failed;
|
||||||
|
|
Loading…
Reference in a new issue