[Spice-devel] [PATCH spice-streaming-agent 2/4] gst-plugin: Allow generation gstreamer dot file
Frediano Ziglio
fziglio at redhat.com
Tue Aug 6 12:00:25 UTC 2019
>
> Set GST_DEBUG_DUMP_DOT_DIR to specify where to place the generated
> .dot file
Acked.
Why not the signed-off ?
> ---
> src/gst-plugin.cpp | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/gst-plugin.cpp b/src/gst-plugin.cpp
> index e9d9364..0a1d041 100644
> --- a/src/gst-plugin.cpp
> +++ b/src/gst-plugin.cpp
> @@ -261,7 +261,7 @@ void GstreamerFrameCapture::pipeline_init(const
> GstreamerEncoderSettings &settin
> }
>
> gst_element_set_state(pipeline.get(), GST_STATE_PLAYING);
> -
> + GST_DEBUG_BIN_TO_DOT_FILE(bin, GST_DEBUG_GRAPH_SHOW_VERBOSE,
> "gst-plugin-pipeline-debug");
> #if !XLIB_CAPTURE
> int sx, sy, ex, ey;
> g_object_get(capture.get(),
More information about the Spice-devel
mailing list