After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 685480 - [multifilesink] Add limit on number save files
[multifilesink] Add limit on number save files
Status: RESOLVED INCOMPLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
0.10.16
Other Linux
: Normal enhancement
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-10-04 09:01 UTC by brilliantov
Modified: 2016-12-30 20:45 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
add limit on save files (3.56 KB, patch)
2012-10-04 09:02 UTC, brilliantov
none Details | Review

Description brilliantov 2012-10-04 09:01:40 UTC
Add new multifilesink parameter, parameter is read/write. On each saved file limit is a decrease, after set limit in zero save files is stoped and element return GST_FLOW_OK.
Comment 1 brilliantov 2012-10-04 09:02:57 UTC
Created attachment 225777 [details] [review]
add limit on save files
Comment 2 Tim-Philipp Müller 2012-11-24 15:24:53 UTC
Why return FLOW_OK once the limit is reached, instead of stopping the pipeline with a FLOW_EOS?
Comment 3 brilliantov 2012-11-26 05:42:14 UTC
I have to send videostream all time and save one frame in another format on-demand.
Comment 4 Tim-Philipp Müller 2013-07-22 20:48:44 UTC
Sorry, I know it's been a while, but I don't think I understand how this is supposed to be used and how it works. Could you elaborate what you're trying to do with this? It looks like nothing is written to file at all if limit=0 (i.e. by default)? Also, any chance you could update the patch against git master/1.0?
Comment 5 Tim-Philipp Müller 2016-12-30 20:45:49 UTC
Closing this bug report as no further information has been provided. Please feel free to reopen this bug report if you can provide the information that was asked for in a previous comment.
Thanks!