mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-25 15:36:42 +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,
|
while (gst_video_vbi_parser_get_ancillary (self->vbiparser,
|
||||||
&gstanc) == GST_VIDEO_VBI_PARSER_RESULT_OK) {
|
&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)) {
|
switch (GST_VIDEO_ANCILLARY_DID16 (&gstanc)) {
|
||||||
case GST_VIDEO_ANCILLARY_DID16_S334_EIA_708:
|
case GST_VIDEO_ANCILLARY_DID16_S334_EIA_708:
|
||||||
if (*found_cc_out || !self->output_cc)
|
if (*found_cc_out || !self->output_cc)
|
||||||
|
|
Loading…
Reference in a new issue