Skip to content

Commit

Permalink
Fix, src pad
Browse files Browse the repository at this point in the history
  • Loading branch information
DawidWesierski4 committed Dec 23, 2024
1 parent b8c0adb commit 9e417b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ecosystem/gstreamer_plugin/gst_mtl_st30p_rx.c
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ enum {

/* pad template */
static GstStaticPadTemplate gst_mtl_st30p_rx_src_pad_template =
GST_STATIC_PAD_TEMPLATE("src", GST_PAD_SINK, GST_PAD_ALWAYS,
GST_STATIC_PAD_TEMPLATE("src", GST_PAD_SRC, GST_PAD_ALWAYS,
GST_STATIC_CAPS("audio/x-raw, "
"format = (string) {S8, S16LE, S24LE},"
"channels = (int) [1, 2], "
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/gstreamer_plugin/gst_mtl_st30p_rx.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ struct _Gst_Mtl_St30p_Rx {
mtl_handle mtl_lib_handle;
st30p_rx_handle rx_handle;

/* arguments for incomplete frame buffers */
/* arguments for mtl frame buffers */
guint retry_frame;
guint frame_size;

Expand Down

0 comments on commit 9e417b1

Please sign in to comment.