summaryrefslogtreecommitdiff
path: root/gst/gdp/gstgdpdepay.c
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2007-04-13 21:09:04 +0000
committerTim-Philipp Müller <tim@centricular.net>2012-09-11 01:54:31 +0100
commitef3dbd48da878580523bb02716c521731369b230 (patch)
tree3604febff2540922a0c911a630ca244924fe8be1 /gst/gdp/gstgdpdepay.c
parent22622c8efe9f2c20e7654bb0701e813d950451f8 (diff)
downloadgstreamer-plugins-bad-ef3dbd48da878580523bb02716c521731369b230.tar.gz
debug changes
Original commit message from CVS: debug changes
Diffstat (limited to 'gst/gdp/gstgdpdepay.c')
-rw-r--r--gst/gdp/gstgdpdepay.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gst/gdp/gstgdpdepay.c b/gst/gdp/gstgdpdepay.c
index 0fdd5c457..16f6a76a9 100644
--- a/gst/gdp/gstgdpdepay.c
+++ b/gst/gdp/gstgdpdepay.c
@@ -312,7 +312,7 @@ gst_gdp_depay_chain (GstPad * pad, GstBuffer * buffer)
/* set caps and push */
gst_buffer_set_caps (buf, this->caps);
- GST_LOG_OBJECT (this, "pushing buffer %p, timestamp %"
+ GST_LOG_OBJECT (this, "deserialized buffer %p, pushing, timestamp %"
GST_TIME_FORMAT ", duration %" GST_TIME_FORMAT
", offset %" G_GINT64_FORMAT ", offset_end %" G_GINT64_FORMAT
", size %d, flags 0x%x",
@@ -342,7 +342,7 @@ gst_gdp_depay_chain (GstPad * pad, GstBuffer * buffer)
if (!caps)
goto caps_failed;
- GST_DEBUG_OBJECT (this, "read caps %" GST_PTR_FORMAT, caps);
+ GST_DEBUG_OBJECT (this, "deserialized caps %" GST_PTR_FORMAT, caps);
gst_caps_replace (&(this->caps), caps);
gst_pad_set_caps (this->srcpad, caps);
/* drop the creation ref we still have */
@@ -369,7 +369,7 @@ gst_gdp_depay_chain (GstPad * pad, GstBuffer * buffer)
if (!event)
goto event_failed;
- GST_DEBUG_OBJECT (this, "sending deserialized event %p of type %s",
+ GST_DEBUG_OBJECT (this, "deserialized event %p of type %s, pushing",
event, gst_event_type_get_name (event->type));
gst_pad_push_event (this->srcpad, event);