Thanks ! Darren
*** FRIEND MTS LIMITED EMAIL CONFIDENTIALITY *** This email message and any attachments may contain information which is confidential or privileged and is intended for the sole use of the person to whom it is addressed. If you are not the intended recipient, be aware that any disclosures, copying, distribution or use of the contents is prohibited. If you have received this email message in error, please notify our office by telephone (+44 (0)121 633 2000) or email ([hidden email]) immediately. Thank you. ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
On Wed, Jan 28, 2009 at 8:00 AM, Darren Staples
<[hidden email]> wrote: > Can you tell me please, in a video processing pipeline, is the appsrc > component used to feed video frames into the pipeline, or raw video stream > data ? Darren, If your application uses appsrc, then it's used to feed anything you want to into the pipeline - it's entirely up to the application. Mike ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Unfortunately, the unstripped is now default for Ubuntu Jaunty.
Installing the vanilla version fixes the issue. If you want a gdb log, I can attach one. - Eric ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
On Wed, 2009-01-28 at 16:44 -0500, Eric Appleman wrote:
> Unfortunately, the unstripped is now default for Ubuntu Jaunty. > Installing the vanilla version fixes the issue. > > If you want a gdb log, I can attach one. > Complain to Ubuntu. We don't support building gst-ffmpeg with anything but the included ffmpeg snapshot. J. -- Jan Schmidt <[hidden email]> ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
In reply to this post by Darren Staples
Is there any way to see the internal queue size of appsrc?
Thanks |
gst_app_src_get_size () - use this function
On Thu, Aug 4, 2011 at 3:14 PM, cristian <[hidden email]> wrote: Is there any way to see the internal queue size of appsrc? _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Yeah, and if there was a way to find out how much this queue was filled,
i.o.w. how much buffers are available, I'd be very happy, but there is none. _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel smime.p7s (4K) Download Attachment |
I believe that the correct api function to use is :
gst_app_src_set_max_bytes () to set the max bytes in queue before enough-data" signal will emit. I have set a value smaller and after several push buffers I don't get any enough-data signal. Is this a bug ? Thanks |
Free forum by Nabble | Edit this page |