[Bug 699077] videorate: Add a property to modify clip speed
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Mon Oct 7 16:10:18 CEST 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 #255126|none |needs-work
status| |
--- Comment #32 from Sebastian Dröge (slomo) <slomo at circular-chaos.org> 2013-10-07 14:10:13 UTC ---
Review of attachment 255126:
--> (https://bugzilla.gnome.org/review?bug=699077&attachment=255126)
::: tests/check/elements/videorate.c
@@ +1044,3 @@
+} RateInfo;
+
+static RateInfo rate_tests[] = {
not that it matters much in a test but make it const ;)
@@ +1050,3 @@
+ .expected_out = 25,
+ .expected_drop = 8,
+ .expected_dup = 0},
This is C99 syntax, use something C89 compatible (e.g. don't name fields)
--
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