Skip to content

Commit

Permalink
st2110_30 sender: Change source element
Browse files Browse the repository at this point in the history
  • Loading branch information
massis08 committed Dec 2, 2024
1 parent e97a006 commit 65f48d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ struct gst_st2110_30_sender_impl : gst_sender_plugin_t
auto* pipeline = pipeline_.get();

// Add pipeline pulsesrc (audio source)
auto* source = gst_element_factory_make("pulsesrc", NULL);
auto* source = gst_element_factory_make("audiotestsrc", NULL);
BST_ENFORCE(source != nullptr, "Failed creating GStreamer element pulsesrc");
BST_ENFORCE(gst_bin_add(GST_BIN(pipeline), source), "Failed adding pulsesrc to the pipeline");

Expand Down

0 comments on commit 65f48d5

Please sign in to comment.