[gstreamer-bugs] [Bug 580504] pause problem when playing from neonhttpsrc

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Tue Apr 28 23:30:40 PDT 2009


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

  GStreamer | don't know | Ver: git

Fraxinas changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |UNCONFIRMED
         Resolution|INVALID                     |




------- Comment #4 from Fraxinas  2009-04-29 06:30 UTC -------
code excerpt...

        if (FD_ISSET (READ_SOCKET (self), &readfds)) {
                /* read all stop commands */
                while (TRUE) {
                        gchar command;
                        int res;

                        READ_COMMAND (self, command, res);
                        if (res < 0) {
                                GST_LOG_OBJECT (self, "no more commands");
                                /* no more commands */
                                break;
                        }
                }
                goto stopped;
        }

        if (self->fd < 0)
                return GST_FLOW_OK;

so it does return GST_FLOW_OK when unlock is done, i put a debug in the stopped
branch but that's never being called.
this is the same way in both the audio- and the videosink.
only the httpsrc emits
0:01:38.656942000   954 0x10a7a838 INFO               basesrc
gstbasesrc.c:2282:gst_base_src_loop:<source> pausing after gst_pad_push() =
wrong-state   
but that's supposedly normal


-- 
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=580504.




More information about the Gstreamer-bugs mailing list