• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1Check about GST_PAD_PARENT vs gst_pad_get_parent - do we need a reference - is there any danger of losing the parent in the middle or not:
2<thaytan> one uses GST_PAD_PARENT in situations where you can be sure the parent exists and will exist for the entire time you need it
3<thaytan> and gst_pad_get_parent when you need a ref because the pad might get unparented while you're using it
4
5Ask about individual segment handling on separate sink pads. Is it possible that the separate NEWSEGMENT events on the text and video pad have different start and/or stop values, as to require some code complexity present?
6
7- parse incoming buffers into complete packets (first buffer of a packet should
8  have a timestamp set), and get rid of the gstmpegtsdemux hack
9
10- implement blitting/overlay for at least I420
11