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 751262 - videoaggregator: No timestamps isn't a failure.
videoaggregator: No timestamps isn't a failure.
Status: RESOLVED NOTABUG
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
unspecified
Other All
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-06-20 14:51 UTC by Mathieu Duponchelle
Modified: 2015-06-20 16:43 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
videoaggregator: No timestamps isn't a failure. (1.68 KB, patch)
2015-06-20 14:52 UTC, Mathieu Duponchelle
rejected Details | Review

Description Mathieu Duponchelle 2015-06-20 14:51:57 UTC
We can invent our own, this allows for pipelines such as :

pngdec ! compositor ! sink

for instance.
Comment 1 Mathieu Duponchelle 2015-06-20 14:52:01 UTC
Created attachment 305744 [details] [review]
videoaggregator: No timestamps isn't a failure.
Comment 2 Tim-Philipp Müller 2015-06-20 15:04:47 UTC
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).
Comment 3 Mathieu Duponchelle 2015-06-20 16:43:48 UTC
Review of attachment 305744 [details] [review]:

rejected