Hi,
I've a pipeline with the following elements : filesrc -> qtdemux -> appsink. In my use-case, I collect 'N' number of packets, pause the pipeline, seek back to a particular packet('s timestamp), and play again.
I've noticed that even after I receive the state-changed message (to PAUSE'd state) for the pipeline, I continue to receive packets and if let alone I receive them till EOS(have tested my pipeline with a 40s video only mpeg4 medium and also a two-hr long movie). I'm sure this is not the expected behavior.
Can someone explain why this could be happening? Could it be the flush that is done on seek? Thanks Rohit
------------------------------------------------------------------------------ Learn how Oracle Real Application Clusters (RAC) One Node allows customers to consolidate database storage, standardize their database environment, and, should the need arise, upgrade to a full multi-node Oracle RAC database without downtime or disruption http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Hi Guys,
Any comments on the below query? Thanks Rohit
On Wed, Dec 29, 2010 at 9:12 AM, Rohit Atri <[hidden email]> wrote: Hi, ------------------------------------------------------------------------------ Learn how Oracle Real Application Clusters (RAC) One Node allows customers to consolidate database storage, standardize their database environment, and, should the need arise, upgrade to a full multi-node Oracle RAC database without downtime or disruption http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
On Wed, 2010-12-29 at 22:43 +0530, Rohit Atri wrote:
> Hi Guys, > > > Any comments on the below query? Sounds like an unlikely bug, it needs more information to figure out what's going on. Are you setting the PAUSED state on the pipeline? If unsure, open a bug and provide a debug log. Wim > > > Thanks > Rohit > > On Wed, Dec 29, 2010 at 9:12 AM, Rohit Atri <[hidden email]> > wrote: > Hi, > > > I've a pipeline with the following elements : filesrc -> > qtdemux -> appsink. In my use-case, I collect 'N' number of > packets, pause the pipeline, seek back to a particular > packet('s timestamp), and play again. > > > I've noticed that even after I receive the state-changed > message (to PAUSE'd state) for the pipeline, I continue to > receive packets and if let alone I receive them till EOS(have > tested my pipeline with a 40s video only mpeg4 medium and also > a two-hr long movie). I'm sure this is not the expected > behavior. > > > Can someone explain why this could be happening? > > > Could it be the flush that is done on seek? > > > Thanks > Rohit > > > ------------------------------------------------------------------------------ > Learn how Oracle Real Application Clusters (RAC) One Node allows customers > to consolidate database storage, standardize their database environment, and, > should the need arise, upgrade to a full multi-node Oracle RAC database > without downtime or disruption > http://p.sf.net/sfu/oracle-sfdevnl > _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel ------------------------------------------------------------------------------ Learn how Oracle Real Application Clusters (RAC) One Node allows customers to consolidate database storage, standardize their database environment, and, should the need arise, upgrade to a full multi-node Oracle RAC database without downtime or disruption http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Yes I set the paused on the pipeline. I'll take some logs and open a bug as suggested.
Thanks Rohit
On Wed, Dec 29, 2010 at 10:48 PM, Wim Taymans <[hidden email]> wrote:
------------------------------------------------------------------------------ Learn how Oracle Real Application Clusters (RAC) One Node allows customers to consolidate database storage, standardize their database environment, and, should the need arise, upgrade to a full multi-node Oracle RAC database without downtime or disruption http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
What is the input file format you are feeding to filesrc ?
BR,
Praveen Pandey On Wed, Dec 29, 2010 at 11:08 PM, Rohit Atri <[hidden email]> wrote: Yes I set the paused on the pipeline. I'll take some logs and open a bug as suggested. ------------------------------------------------------------------------------ Learn how Oracle Real Application Clusters (RAC) One Node allows customers to consolidate database storage, standardize their database environment, and, should the need arise, upgrade to a full multi-node Oracle RAC database without downtime or disruption http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
I'm feeding an mpeg4 stream (xxx.mp4 is the file format btw) as mentioned in my earlier post.
Have noticed it with multiple files and not just one. Thanks Rohit
On Thu, Dec 30, 2010 at 11:49 AM, praveen pandey <[hidden email]> wrote:
------------------------------------------------------------------------------ Learn how Oracle Real Application Clusters (RAC) One Node allows customers to consolidate database storage, standardize their database environment, and, should the need arise, upgrade to a full multi-node Oracle RAC database without downtime or disruption http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |