[gstreamer-bugs] [Bug 594663] Patch for multifilesink

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Sep 11 02:14:10 PDT 2009


https://bugzilla.gnome.org/show_bug.cgi?id=594663
  GStreamer | gst-plugins-good | 0.10.16

Florent Thiery <florent.thiery> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |florent.thiery at ubicast.eu

--- Comment #13 from Florent Thiery <florent.thiery at ubicast.eu> 2009-09-11 09:14:05 UTC ---
The goal here is to keep some list of jpeg files with an associated timestamp.
jpegenc provides a "frame-encoded" signal, but again, no way to get the final
location on the local disk.

Problem with a passtrough element is that how is it supposed to "know" the path
that the following multifilesink will use for storing the data ? It would need
to mimic multifilesink's path incrementation and assume that all parameters
will be default.

Other options could be:
* to embed the timestamping using EXIF, e.g. using metadatamux
* to use the file creation time (but it might be linked to disk flushing times,
...)

Do you see other alternatives ?

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