lp:~nnstreamer/ssat/+git/trunk

Owned by nnstreamer
Get this repository:
git clone https://git.launchpad.net/~nnstreamer/ssat/+git/trunk

Import details

Import Status: Reviewed

This repository is an import of the Git repository at https://github.com/myungjoo/SSAT.git.

The next import is scheduled to run .

Last successful import was .

Import started on juju-98ee42-prod-launchpad-codeimport-2 and finished taking 10 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-2 and finished taking 15 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 10 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 10 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 10 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 10 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 10 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-3 and finished taking 10 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-3 and finished taking 15 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-2 and finished taking 25 seconds — see the log

Branches

Name Last Modified Last Commit
main 2023-08-17 08:28:23 UTC
Release of 1.4.0 / Added Version info

Author: MyungJoo Ham
Author Date: 2023-08-17 08:26:46 UTC

Release of 1.4.0 / Added Version info

Release of version 1.4.0
Use -v / --version to show the version info.

Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>

1.4.0 2023-08-17 08:26:46 UTC
Release of 1.4.0 / Added Version info

Author: MyungJoo Ham
Author Date: 2023-08-17 08:26:46 UTC

Release of 1.4.0 / Added Version info

Release of version 1.4.0
Use -v / --version to show the version info.

Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>

valgrind-suppression 2023-08-17 05:54:57 UTC
valgrind: suppress errors with a given file

Author: MyungJoo Ham
Author Date: 2023-08-17 03:19:21 UTC

valgrind: suppress errors with a given file

Users may want to suppress some valgrind errors.

Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>

defaultoptionhandling 2023-08-17 05:51:08 UTC
Use the first unrecognized argument as the path name, not the second.

Author: MyungJoo Ham
Author Date: 2023-08-17 05:51:08 UTC

Use the first unrecognized argument as the path name, not the second.

If there are multiple unrecognized arguments,
treat only the first one as the path.

This will allow to ignore invalid arguments if it has given
the path for backward compatibility in the future.

Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>

bmp2png 2022-07-06 01:15:37 UTC
Add bmp2png utility.

Author: MyungJoo Ham
Author Date: 2022-07-01 06:51:55 UTC

Add bmp2png utility.

SSAT API has bmp2png, which is supposed to be installed by
SSAT user.

However, this introduces circular dependency; thus,
it is refactored to have bmp2png in SSAT as a utility.

Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>

wait4completion 2022-06-15 04:38:33 UTC
Feature: GstTest in Background

Author: MyungJoo Ham
Author Date: 2022-06-10 10:31:58 UTC

Feature: GstTest in Background

Launch a gst pipeline in background for test cases with multiple
gst pipelines collaborating with each other.

Example usage:

gstTestBackground "background pipeline description" TCNAME 0 0 5
// launching the pipeline with 5s timeout for launching-timeout
// Note that the timeout only waits for the pipeline initialization.
// The pipeline shouldn't have indefinite prerolling wait.
// If this pipeline waits for inputs after the launch, make it
// async=false (at sink) so that it may skip prerolling

gstTest "foreground pipeline description, collaborating with above" ...

wait $pid
// the global variable "pid" is the PID of the background pipeline.

// alternatively
kill $pid // the background pipeline is no more needed.

Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>

release/1.2.0 2021-02-22 08:21:49 UTC
Release 1.2.0

Author: MyungJoo Ham
Author Date: 2021-02-22 08:21:49 UTC

Release 1.2.0

Update version number.
Make version numbers consistent across files.

Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>

17 of 7 results
This repository contains Public information 
Everyone can see this information.