Skip to content

Commit 0268ef1

Browse files
committed
video_rxtx/omt: Fix rxtx_info name
1 parent 7ba0767 commit 0268ef1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/video_rxtx/omt.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ void *omt_rxtx_recv_worker(void *state){
194194
}
195195
}
196196

197-
constexpr video_rxtx_info loopback_video_rxtx_info = {
197+
constexpr video_rxtx_info omt_video_rxtx_info = {
198198
"Open media transport",
199199
omt_rxtx_create,
200200
omt_rxtx_done,
@@ -206,4 +206,4 @@ constexpr video_rxtx_info loopback_video_rxtx_info = {
206206
};
207207

208208

209-
REGISTER_MODULE(omt, &loopback_video_rxtx_info, LIBRARY_CLASS_VIDEO_RXTX, VIDEO_RXTX_ABI_VERSION);
209+
REGISTER_MODULE(omt, &omt_video_rxtx_info, LIBRARY_CLASS_VIDEO_RXTX, VIDEO_RXTX_ABI_VERSION);

0 commit comments

Comments
 (0)