[Bug 719373] Add multifilesrc support to GES

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Nov 26 10:59:51 PST 2013


https://bugzilla.gnome.org/show_bug.cgi?id=719373
  GStreamer | gst-editing-services | git

--- Comment #3 from Thibault Saunier <thibault.saunier at collabora.com> 2013-11-26 18:59:50 UTC ---
Review of attachment 262889:
 --> (https://bugzilla.gnome.org/review?bug=719373&attachment=262889)

::: ges/ges-multi-file-source.c
@@ +1,3 @@
+/* GStreamer Editing Services
+ * Copyright (C) 2009 Edward Hervey <edward.hervey at collabora.co.uk>
+ *               2009 Nokia Corporation

2013

::: ges/ges-uri-asset.c
@@ +473,3 @@
+
+  if (g_str_has_prefix (uri, "multifile://")) {
+    first_file = g_strdup_printf (&uri[12], 1);

Not sure we want 1 rather than 0, and I feel we should actually give the
possibility to the user to set the first index, one way or another, it might
need to be in the ID itself. we might actually be able to extract the pattern
from the first ID?

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