mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
camerabin2: Fix debug print to show audio/video depending on pad type
This commit is contained in:
parent
74d4030e3f
commit
10b6765fba
1 changed files with 1 additions and 1 deletions
|
@ -807,7 +807,7 @@ encodebin_find_pad (GstCameraBin * camera, gint pad_type)
|
|||
GstElement *encodebin = camera->encodebin;
|
||||
|
||||
GST_DEBUG_OBJECT (camera, "Looking at encodebin pads, searching for %s pad",
|
||||
VIDEO_PAD ? "video" : "audio");
|
||||
pad_type == VIDEO_PAD ? "video" : "audio");
|
||||
|
||||
iter = gst_element_iterate_sink_pads (encodebin);
|
||||
done = FALSE;
|
||||
|
|
Loading…
Reference in a new issue