mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
fix debug message
Original commit message from CVS: fix debug message
This commit is contained in:
parent
53898dac39
commit
6d6a96c4a3
1 changed files with 1 additions and 1 deletions
|
@ -2394,7 +2394,7 @@ gst_pad_get_caps (GstPad *pad)
|
||||||
if (GST_RPAD_GETCAPSFUNC (realpad)) {
|
if (GST_RPAD_GETCAPSFUNC (realpad)) {
|
||||||
GstCaps *caps;
|
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));
|
caps = GST_RPAD_GETCAPSFUNC (realpad) (GST_PAD (realpad));
|
||||||
|
|
||||||
if (caps == NULL) {
|
if (caps == NULL) {
|
||||||
|
|
Loading…
Reference in a new issue