GNOME Bugzilla – Bug 751262
videoaggregator: No timestamps isn't a failure.
Last modified: 2015-06-20 16:43:48 UTC
We can invent our own, this allows for pipelines such as : pngdec ! compositor ! sink for instance.
Created attachment 305744 [details] [review] videoaggregator: No timestamps isn't a failure.
I think it should be a failure, just like a non-TIME segment should be a failure. You can easily make this use case work by using pngparse before pngdec (and then use the new ignore-eos property on the pad if you like).
Review of attachment 305744 [details] [review]: rejected