Skip to content

Commit

Permalink
cleanup-3
Browse files Browse the repository at this point in the history
  • Loading branch information
niyatim23 committed Mar 5, 2024
1 parent 60e9bfa commit fe817db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gstreamer/gstkvssink.h
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ struct _KvsSinkMetric {
bool on_first_frame;
};

static bool inline put_fragment_metadata(GstElement* element, const std::string name, const std::string value, bool persistent) {
static bool put_fragment_metadata(GstElement* element, const std::string name, const std::string value, bool persistent) {
GstStructure *metadata = gst_structure_new_empty(KVS_ADD_METADATA_G_STRUCT_NAME);
gst_structure_set(metadata, KVS_ADD_METADATA_NAME, G_TYPE_STRING, name.c_str(),
KVS_ADD_METADATA_VALUE, G_TYPE_STRING, value.c_str(),
Expand Down

0 comments on commit fe817db

Please sign in to comment.