[gstreamer-bugs] [Bug 439091] Play video file convenience function

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Thu May 17 04:36:21 PDT 2007


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=439091

  GStreamer | gstreamer (core) | Ver: HEAD CVS

Tim-Philipp Müller changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #88327|none                        |rejected
               Flag|                            |
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE
            Summary|Play video file convience   |Play video file convenience
                   |function                    |function
   Target Milestone|HEAD                        |NONE




------- Comment #3 from Tim-Philipp Müller  2007-05-17 11:36 UTC -------
This looks a lot like bug #424157.

I don't really see the point of this convenience function. It doesn't really do
any heavy lifting at all, and the little that it does isn't really entirely
right. In order to meaningfully interact with a returned playbin element you
still need to know a lot of GStreamer stuff anyway (how to use the bus, handle
messages, state changes, buffering, querying, etc.).


I think it makes a lot more sense to put something like this in a separate
helper library that then also includes a GtkWidget or QtWidget or whatever,
because getting the xoverlay stuff right is the really hard part IMHO, and
handling for that can't be in the core. Very few applications that want to play
video will be fine with having the video play in a randomly-placed
newly-created X window that just pops up somewhere on your desktop and that the
application has no control over. Creating a playbin element and setting an URI
on it is unlikely to pose a problem for most developers IMHO.



*** This bug has been marked as a duplicate of 424157 ***


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=439091.




More information about the Gstreamer-bugs mailing list