Skip to content

Conversation

gichan-jang
Copy link
Member

Add custom property for edgesrc/edgesink.
, separated options(key:value) are set on the edge handle.

Self evaluation:

  1. Build test: []Passed [ ]Failed []Skipped
  2. Run test: []Passed [ ]Failed []Skipped

Add custom property for edgesrc/edgesink.
, separated options are set on the edge handle.

Signed-off-by: Gichan Jang <gichan2.jang@samsung.com>
Copy link
Member

@myungjoo myungjoo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

Add a usage example of the custom property on the boilerplate.
E.g.,:

/**
* SECTION:element-join
* @see_also #GstInputSelector
* @note A join has reduced and changed input-selector's function.
*
* Connect recently arrived buffer from N input streams to the output pad.
* N streams should not operate at the same time.
* All capabilities (input stream i and output stream) should be the same.
* For example, If one sinkpad is receiving buffer, the others should be stopped.
* <refsect2>
* <title>Example launch line</title>
* gst-launch-1.0 ... (input stream 0) ! join.sink_0 \
* ... (input stream 1) ! join.sink_1 \
* ... \
... (input stream N) ! join.sink_n \
join name=join ! (arrived input stream) ...
* </refsect2>
*/

nns_loge ("Failed to connect to edge device!");
return FALSE;
}

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this a bugfix, unrelated with this topic?

Copy link
Member

@myungjoo myungjoo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Regression with edge-connection. (unittest fail due to this change)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants