fix debug message

Original commit message from CVS:
fix debug message
This commit is contained in:
Thomas Vander Stichele 2004-02-03 15:01:46 +00:00
parent 53898dac39
commit 6d6a96c4a3

View file

@ -2394,7 +2394,7 @@ gst_pad_get_caps (GstPad *pad)
if (GST_RPAD_GETCAPSFUNC (realpad)) {
GstCaps *caps;
GST_CAT_DEBUG (GST_CAT_CAPS, "using pad get function");
GST_CAT_DEBUG (GST_CAT_CAPS, "using pad getcaps function");
caps = GST_RPAD_GETCAPSFUNC (realpad) (GST_PAD (realpad));
if (caps == NULL) {