Skip to content

Commit

Permalink
GstAmcSink: Change sink pad caps to video class.
Browse files Browse the repository at this point in the history
  • Loading branch information
heiher committed Oct 1, 2020
1 parent 78f45a7 commit 4e94914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jni/src/gst-amc-sink.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ GST_STATIC_PAD_TEMPLATE (
"sink",
GST_PAD_SINK,
GST_PAD_ALWAYS,
GST_STATIC_CAPS ("application/x-amc-direct"));
GST_STATIC_CAPS ("video/x-amc-direct"));

#define gst_amc_sink_parent_class parent_class
G_DEFINE_TYPE (GstAmcSink, gst_amc_sink, GST_TYPE_BASE_SINK);
Expand Down

0 comments on commit 4e94914

Please sign in to comment.