lp:~again4you/+git/gst-shark

Owned by Sangjung Woo
Get this repository:
git clone https://git.launchpad.net/~again4you/+git/gst-shark

Import details

Import Status: Reviewed

This repository is an import of the Git repository at https://github.com/again4you/gst-shark.

The next import is scheduled to run .

Last successful import was .

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-5 and finished taking 15 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-1 and finished taking 20 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 20 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 15 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 20 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-4 and finished taking 10 seconds — see the log

Branches

Name Last Modified Last Commit
packaging/nnstreamer 2020-06-26 00:39:37 UTC
[Debian] Make a debian package for gst-shark

Author: Sangjung Woo
Author Date: 2020-06-25 08:10:20 UTC

[Debian] Make a debian package for gst-shark

This patch newly makes a debian package for gst-shark.

Signed-off-by: Sangjung Woo <sangjung.woo@samsung.com>

develop 2020-05-26 20:17:27 UTC
Merge branch 'feature/add-configurable-file-buffering' into develop

Author: Mauricio
Author Date: 2020-05-26 20:17:27 UTC

Merge branch 'feature/add-configurable-file-buffering' into develop

feature/add-configurable-file-buffering 2020-05-26 20:10:11 UTC
Add verification of the port number value

Author: Mauricio
Author Date: 2020-05-25 23:36:34 UTC

Add verification of the port number value

test/disable-file-buffering 2020-05-20 00:12:48 UTC
Add setvbuf function to disable file buffering

Author: Mauricio
Author Date: 2020-05-20 00:12:48 UTC

Add setvbuf function to disable file buffering

hotfix/interlatency-segfault-on-unlinked-pads 2020-05-09 04:37:42 UTC
Bump hotfix number

Author: Michael Gruner
Author Date: 2020-05-09 04:34:11 UTC

Bump hotfix number

feature/interlatency-average-per-second 2020-02-14 14:25:54 UTC
Add new interlatencyaverage tracer

Author: rrcarlosrodriguez
Author Date: 2020-02-13 23:20:51 UTC

Add new interlatencyaverage tracer

feature/add-buffer-tracer-plot 2020-02-04 19:46:58 UTC
Enable the gstshark-plot to graph Buffer's PTS

Author: Abraham Arias
Author Date: 2020-01-09 21:43:27 UTC

Enable the gstshark-plot to graph Buffer's PTS

feature/add-gstshark-plot-filter 2019-11-11 18:44:12 UTC
Update help description

Author: Manuel
Author Date: 2019-11-11 18:44:12 UTC

Update help description

master 2019-04-08 15:57:14 UTC
Merge branch 'hotfix/fix-bitrate-tracer-definition'

Author: eramirez392
Author Date: 2019-04-08 15:57:14 UTC

Merge branch 'hotfix/fix-bitrate-tracer-definition'

hotfix/fix-bitrate-tracer-definition 2019-04-08 15:55:45 UTC
Bump version number

Author: eramirez392
Author Date: 2019-04-08 15:55:45 UTC

Bump version number

release/v0.6.0 2019-02-12 04:04:13 UTC
Bump version number

Author: Michael Gruner
Author Date: 2019-02-12 04:04:13 UTC

Bump version number

feature/check-for-gst-debug 2019-02-12 04:01:26 UTC
Check if GStreamer was built with debug enabled

Author: Michael Gruner
Author Date: 2019-02-12 03:55:11 UTC

Check if GStreamer was built with debug enabled

Tracers require GStreamer debugging enabled. It doesn't make
sense to continue if GStreamer was built without debugging
support.

feature/fix-fltk-bug-multiple-plotting 2019-01-10 20:58:15 UTC
Change plotting tool from default to gnuplot

Author: Luis Leon
Author Date: 2019-01-10 20:58:15 UTC

Change plotting tool from default to gnuplot

This is part of a fix to deal with a bug when gstshark-plot have to plot multiple traces. Octave uses FLTK by default as plotting tool, but due to a bug in this library, it makes the gstShark-plot crashes when plot_tracer.m tries to plot multiple traces. This bug was also found in http://savannah.gnu.org/bugs/?45298, where this phenomenom happens when plotting with Octave as well. In order to fix this bug, the default plotting tool is substituted by GNU Plot.

feature/fix_min_timestamp_plots 2019-01-10 14:45:17 UTC
Fix timestamp minimum in plot_tracer when plotting traces

Author: Luis Leon
Author Date: 2019-01-10 14:45:17 UTC

Fix timestamp minimum in plot_tracer when plotting traces

When a streamer client is started before a stream server, there was a time offset until the stream server started. This was caused by defining 0 as x min limit instead of computing the minimum timestamp of each trace. Thus, this fix changes the starting x limit from 0 to the minimum calculated in the timestamps of each trace.

release/v0.5.5 2018-12-10 19:23:31 UTC
Bump Hotfix version number

Author: rrcarlosrodriguez
Author Date: 2018-12-10 19:23:31 UTC

Bump Hotfix version number

feature/fix-imx6-segfault 2018-12-07 21:55:39 UTC
Fix Segfault on iMX6

Author: rrcarlosrodriguez
Author Date: 2018-12-07 21:55:39 UTC

Fix Segfault on iMX6

Bitrate and Buffer tracers guint64 definitions were causing problems
on the iMX6. Initializing the minimum value with G_GUINT64_CONSTANT
helps to avoid the issue.

release/v0.5.4 2018-11-30 21:59:57 UTC
Bump Hotfix version number

Author: rrcarlosrodriguez
Author Date: 2018-11-30 21:59:57 UTC

Bump Hotfix version number

release/v0.5.2 2018-07-20 19:35:16 UTC
Bump version number

Author: Angel Phillips
Author Date: 2018-07-20 19:35:16 UTC

Bump version number

release/v0.5.0 2018-07-18 22:16:55 UTC
Bump version number

Author: Angel Phillips
Author Date: 2018-07-18 22:16:55 UTC

Bump version number

release/v0.4.7 2018-01-05 17:50:46 UTC
Release v0.4.7

Author: Carlos
Author Date: 2018-01-05 17:50:46 UTC

Release v0.4.7

* Handle permissions failure writing CTF output files
* Fix plugin name
* Avoid sink synchronization pause

release/v0.4.6 2017-12-15 14:59:46 UTC
Release v0.4.6

Author: Carlos
Author Date: 2017-12-11 23:25:53 UTC

Release v0.4.6

* Remove "evaluation version" feature
* Avoid Overflow reading interlatency timestamps

release/v0.4.0 2017-05-23 04:58:06 UTC
Announce open source release in the NEWS file

Author: Michael Gruner
Author Date: 2017-05-23 04:58:06 UTC

Announce open source release in the NEWS file

release/v0.2.0 2016-07-01 23:42:09 UTC
Enhance CPU Usage wording

Author: Michael Gruner
Author Date: 2016-07-01 23:42:09 UTC

Enhance CPU Usage wording

release-0.1 2016-03-31 21:14:51 UTC
Change release description file

Author: rrcarlosrodriguez
Author Date: 2016-03-31 21:14:51 UTC

Change release description file

124 of 24 results
This repository contains Public information 
Everyone can see this information.

Subscribers