[PATCH spice-gtk 2/2] gstreamer: add debug message for each element added to pipeline

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Signed-off-by: Snir Sheriber <ssheribe@xxxxxxxxxx>
---

This helps to debug plugins load related issues
---
 src/channel-display-gst.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/channel-display-gst.c b/src/channel-display-gst.c
index 437328b..16bfa37 100644
--- a/src/channel-display-gst.c
+++ b/src/channel-display-gst.c
@@ -473,6 +473,10 @@ sink_event_probe(GstPad *pad, GstPadProbeInfo *info, gpointer data)
 static void
 element_setup_cb(GstElement *pipeline, GstElement *element, SpiceGstDecoder *decoder)
 {
+    GstElementFactory *f = gst_element_get_factory (element);
+
+    SPICE_DEBUG("A new element was added to Gstreamer's pipeline (%s)",
+                f ? GST_OBJECT_NAME(f) : GST_OBJECT_NAME(element));
     /* Attach a probe to the sink to update the statistics */
     if (GST_IS_BASE_SINK(element)) {
         GstPad *pad = gst_element_get_static_pad(element, "sink");
-- 
2.21.0

_______________________________________________
Spice-devel mailing list
Spice-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.freedesktop.org/mailman/listinfo/spice-devel




[Index of Archives]     [Linux Virtualization]     [Linux Virtualization]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux OMAP]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]     [Monitors]