mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
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:
parent
851682629e
commit
c7393af0bf
1 changed files with 1 additions and 1 deletions
|
@ -1369,7 +1369,7 @@ gst_timecodestamper_request_new_pad (GstElement * element,
|
||||||
}
|
}
|
||||||
|
|
||||||
timecodestamper->ltcpad = gst_pad_new_from_static_template
|
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_pad_set_chain_function (timecodestamper->ltcpad,
|
||||||
GST_DEBUG_FUNCPTR (gst_timecodestamper_ltcpad_chain));
|
GST_DEBUG_FUNCPTR (gst_timecodestamper_ltcpad_chain));
|
||||||
|
|
Loading…
Reference in a new issue