Skip to content

Commit

Permalink
Reorder
Browse files Browse the repository at this point in the history
  • Loading branch information
qhdwight committed Apr 27, 2024
1 parent 1c203f1 commit c1ae562
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/esw/gst_websocket_streamer/gst_websocket_streamer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -213,10 +213,10 @@ namespace mrover {

mChunkHeader.resolution = widthAndHeightToResolution(mImageWidth, mImageHeight);

gst_init(nullptr, nullptr);

if (!mDevicePath.empty()) mDeviceNode = findDeviceNode(mDevicePath);

gst_init(nullptr, nullptr);

initPipeline();

mStreamServer.emplace(
Expand Down

0 comments on commit c1ae562

Please sign in to comment.