diff options
Diffstat (limited to 'gst/gdp/gstgdpdepay.c')
-rw-r--r-- | gst/gdp/gstgdpdepay.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/gdp/gstgdpdepay.c b/gst/gdp/gstgdpdepay.c index 84fd028c..9ffddfe2 100644 --- a/gst/gdp/gstgdpdepay.c +++ b/gst/gdp/gstgdpdepay.c @@ -282,6 +282,8 @@ gst_gdp_depay_chain (GstPad * pad, GstBuffer * buffer) goto done; } /* FIXME: set me as source ? */ + GST_DEBUG_OBJECT (this, "sending deserialized event %p of type %s", + event, gst_event_type_get_name (event->type)); gst_pad_push_event (this->srcpad, event); GST_LOG_OBJECT (this, "switching to state HEADER"); |