timecodestamper: Create LTC sink pad with the correct name according to the template

Should be "ltc_sink" and not just "ltc"
This commit is contained in:
Sebastian Dröge 2019-11-19 12:18:39 +02:00
parent 851682629e
commit c7393af0bf

View file

@ -1369,7 +1369,7 @@ gst_timecodestamper_request_new_pad (GstElement * element,
}
timecodestamper->ltcpad = gst_pad_new_from_static_template
(&gst_timecodestamper_ltc_template, "ltc");
(&gst_timecodestamper_ltc_template, "ltc_sink");
gst_pad_set_chain_function (timecodestamper->ltcpad,
GST_DEBUG_FUNCPTR (gst_timecodestamper_ltcpad_chain));