[Bug 758516] New: mpegtsbase: Add condition to check for non working negative rate
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Sun Nov 22 18:09:02 PST 2015
https://bugzilla.gnome.org/show_bug.cgi?id=758516
Bug ID: 758516
Summary: mpegtsbase: Add condition to check for non working
negative rate
Classification: Platform
Product: GStreamer
Version: unspecified
OS: Linux
Status: NEW
Severity: normal
Priority: Normal
Component: gst-plugins-bad
Assignee: gstreamer-bugs at lists.freedesktop.org
Reporter: vineeth.tm at samsung.com
QA Contact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
tsdemux is not able to handle negative playback rates.
But in mpegtsbase, the same check is not being done.
So when trying to set negative playback rate for mts files, it throws the below
warnings.
Hence added a check to not handle negative rate while seeking.
Could not change playback rate to -1.00.
(gst-play-1.0:7878): GStreamer-WARNING **:
gstpad.c:4332:gst_pad_push_data:<tsdemux0:audio_1100> Got data flow before
segment event
(gst-play-1.0:7878): GStreamer-WARNING **:
gstpad.c:4079:gst_pad_chain_data_unchecked:<multiqueue0:sink_1> Got data flow
before segment event
(gst-play-1.0:7878): GStreamer-WARNING **:
gstpad.c:4332:gst_pad_push_data:<multiqueue0:src_1> Got data flow before
segment event
(gst-play-1.0:7878): GStreamer-WARNING **:
gstpad.c:4079:gst_pad_chain_data_unchecked:<ac3parse0:sink> Got data flow
before segment event
(gst-play-1.0:7878): GStreamer-WARNING **:
gstpad.c:4332:gst_pad_push_data:<ac3parse0:src> Got data flow before segment
event
(gst-play-1.0:7878): GStreamer-WARNING **:
gstpad.c:4079:gst_pad_chain_data_unchecked:<capsfilter1:sink> Got data flow
before segment event
(gst-play-1.0:7878): GStreamer-WARNING **:
gstpad.c:4332:gst_pad_push_data:<capsfilter1:src> Got data flow before segment
event
(gst-play-1.0:7878): GStreamer-WARNING **:
gstpad.c:4079:gst_pad_chain_data_unchecked:<avdec_ac3-0:sink> Got data flow
before segment event
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list