mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +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
|
||||
(&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));
|
||||
|
|
Loading…
Reference in a new issue