- GDB EXTENSION WITH TWO CUSTOM GDB COMMANDS gst-dot AND gst-print: - gst-dot creates dot files that a very close to what GST_DEBUG_BIN_TO_DOT_FILE() produces, but object properties and buffer contents such as codec-data in caps are not available. - gst-print produces high-leve...
GST_DEBUG("rtsp server listening on port%d", test_port); returnfactory; } /*stop the tested rtsp server*/ staticvoid stop_server(void) { g_source_remove(source_id); source_id =0; GST_DEBUG("rtsp server stopped"); } /*fixture setup function*/ ...
(1=ERROR, 2=WARN, 3=FIXME, 4=INFO, 5=DEBUG, 6=LOG, 7=TRACE, 9=MEMDUMP) (e.g. GST_DEBUG=*audio*:LOG)GST_DEBUG_NO_COLORWhen this environment variable is set, coloured debug output is disabled.GST_DEBUG_DUMP_DOT_DIRWhen set to a filesystem path, store 'dot' files of pipeline ...
gstbin_class = (GstBinClass *) klass;GST_DEBUG_CATEGORY_INIT (rtsp_client_sink_debug, "rtspclientsink", 0, "RTSP sink element");gobject_class->set_property = gst_rtsp_client_sink_set_property; gobject_class->get_property = gst_rtsp_client_sink_get_property;g...
Gst.debug_bin_to_dot_file(self.pipeline, Gst.DebugGraphDetails.ALL,"pipeline.dot") 开发者ID:pombredanne,项目名称:recur,代码行数:36,代码来源:classify.py 示例4: on_debug_activate ▲点赞 2▼ # 需要导入模块: from gi.repository import Gst [as 别名]# 或者: from gi.repository.Gst importdebug...
g_printerr("=== %s message stop ===\n", message_type);/*GST_DEBUG_BIN_TO_DOT_FILE(GST_BIN(pipeline), GST_DEBUG_GRAPH_SHOW_ALL, "pipeline.dot");*/g_error_free(error); g_free(debug);break;default:break; }returnTRUE; }
the dot that has to be used after the BINTYPE. You will almost never need this functionality, it is only really useful for applications using the gst_launch_parse() API with 'bin' as bintype. That way it is possible to build partial pipelines instead of a full-fledged top-level ...
$ gst-launch-1.0 playbin uri=[protocol]://[host]/[path/to/file] Re-encode a media file $ gst-launch-1.0 filesrc location=[path/to/file] ! [file_type]demux ! [codec_type]dec ! [codec_type]enc ! [file_type]mux ! filesink location=[path/to/file] Stream a file to an RTSP se...
to the gstreamer debug log instead of stdout. - shout2send now uses non-blocking I/O and has a configurable network operations timeout. - splitmuxsink has gained a "split-now" action signal and new "alignment-threshold" and "use-robust-muxing" properties. If robust muxing is enab...
the dot that has to be used after the BINTYPE. You will almost never need this functionality, it is only really useful for applications using the gst_launch_parse() API with 'bin' as bintype. That way it is possible to build partial pipelines instead of a full-fledged top-level ...