[Bug 777048] timecodestamper: Post element message with current timecode

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Jan 9 16:25:07 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=777048

Sebastian Dröge (slomo) <slomo at coaxion.net> changed:

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

--- Comment #4 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Review of attachment 343163:
 --> (https://bugzilla.gnome.org/review?bug=777048&attachment=343163)

::: gst/timecode/gsttimecodestamper.c
@@ +133,3 @@
           G_TYPE_DATE_TIME, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
+  g_object_class_install_property (gobject_class, PROP_SEND_MSG,
+      g_param_spec_boolean ("send-msg", "Send element message",

In level and spectrum this is called "post-messages"

@@ +455,3 @@
+    running_time =
+        gst_segment_to_running_time (&vfilter->segment, GST_FORMAT_TIME,
+        buffer->pts);

Instead of buffer->pts use GST_BUFFER_PTS(buffer)

-- 
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