mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
decklinkvideosrc: remove g_print
Causes a lot of output :)
This commit is contained in:
parent
6b6bb6b203
commit
b00f6c4f81
1 changed files with 0 additions and 2 deletions
|
@ -978,8 +978,6 @@ extract_vbi_line (GstDecklinkVideoSrc * self, GstBuffer ** buffer,
|
|||
|
||||
while (gst_video_vbi_parser_get_ancillary (self->vbiparser,
|
||||
&gstanc) == GST_VIDEO_VBI_PARSER_RESULT_OK) {
|
||||
g_print ("found at line %d\n", field2_offset + line);
|
||||
gst_util_dump_mem (vancdata, 16);
|
||||
switch (GST_VIDEO_ANCILLARY_DID16 (&gstanc)) {
|
||||
case GST_VIDEO_ANCILLARY_DID16_S334_EIA_708:
|
||||
if (*found_cc_out || !self->output_cc)
|
||||
|
|
Loading…
Reference in a new issue