[Bug 699077] videorate: Add a property to modify clip speed

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Jul 18 03:19:13 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=699077
  GStreamer | gst-plugins-base | 1.x

Sebastian Dröge (slomo) <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #249443|none                        |needs-work
             status|                            |

--- Comment #22 from Sebastian Dröge (slomo) <slomo at circular-chaos.org> 2013-07-18 10:19:10 UTC ---
Review of attachment 249443:
 --> (https://bugzilla.gnome.org/review?bug=699077&attachment=249443)

::: tests/check/elements/videorate.c
@@ +1179,3 @@
+  gst_pad_peer_query (mysrcpad, query);
+  gst_query_parse_duration (query, NULL, &duration);
+  fail_unless_equals_uint64 (duration, GST_SECOND);

After implementing the more intelligent duration query that considers rate
changes, please add tests that check if after rate changes the duration scales
accordingly with offset.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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